Answers for "what does a test case consists of"

1

what does a test case consists 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 December-05-2020
0

Test Case

It is documentation which describes step by step how to perform testing. 
A Test Case contains test steps, test data, precondition, 
postcondition developed for specific test scenario 
to verify any requirement.

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 May-29-2021

Code answers related to "what does a test case consists of"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language