Answers for "explain 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

how test case looks like

What constitutes a test case?

A test case consists of several components. Some of them are test
-suite id, 
-test case id
-description
-pre-condition
-test procedure
-test data
-expected/actual results
-test environment.
Posted by: Guest on July-22-2021

Code answers related to "explain test case"

Browse Popular Code Answers by Language