Answers for "what is inside of test case"

0

what is inside of test case

What does Test Case consist of?

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.
Posted by: Guest on January-14-2021

Browse Popular Code Answers by Language