Skip to content

In software testing, documentation is very important. Testing should be documented to provide efficient resource control monitoring. For successful testing, a test plan plays a very important role.

Notifications You must be signed in to change notification settings

Adkham63/TestingPractice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project: Testing Practice

Assignment

  • A capitalize function that takes a string and returns it with the first character capitalized.

  • A reverseString function that takes a string and returns it reversed.

  • A calculator object that contains functions for the basic operations: add, subtract, divide, and multiply. Each of these functions should take two numbers and return the correct calculation.

  • A caesarCipher function that takes a string and a shift factor and returns it with each character “shifted”.

  • An analyzeArray function that takes an array of numbers and returns an object with the following properties: average, min, max, and length.

About

In software testing, documentation is very important. Testing should be documented to provide efficient resource control monitoring. For successful testing, a test plan plays a very important role.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages