Answers for "how good test case should be"

Go
2

how good test case should be

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

Browse Popular Code Answers by Language