testing test code example

Example 1: testing

Process that checks the quality, performance  
and reliability of Software. Software testing
evaluates the quality of the application and improves
the quality. allows to get actual results instead of expected.

Example 2: what does a test have

It is documentation which describes step by step how to perform testing. 

It includes: 
	- test case ID (TC ID)
	- test case name (TC Name)
	- pre-condition
	- step definitions
	- test data
	- expected/actual result
	- pass/fail

Tester creates test cases.