Answers for "what is the test case"

Go
2

what is the test case

A good test case should be:

	- small, isolated and atomic 
	- easy to understand
	- executed as fast as possible
	- independent with each other
	- describe its expected result
	- avoided from repetition
	- written with end user's perspective
Posted by: Guest on January-14-2021
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
0

where do you keep your test case

Jira xray
Posted by: Guest on January-19-2021
0

what test case have

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