For the following piece of code, how many test cases are needed to get 100% statement coverage?
Procedure X
Read (Color) // Input color from user
IF (Color == “Red”) THEN
Call Roses(Color)
ELSEIF (Color == “Blue”) THEN
Call Violets(Color)
ELSE
PRINT “User is no Shakespeare”
SaveToDatabase(Color)
End Procedure X
A. 5
B. 3
C. 1
D. 2
plz explain vss?
what is the technology used in financial applications?
what is scenario? how to write scenario?
how do you write the test cases?
Explain which test cases are written first black boxes or white boxes?
What is mean by Equal Partitioning
Please give me a test case scenario for search engine covering all the fuctionalities
testcases for biggest of three numbers?plz give the answer
What is STATEMENT COVERAGE testing
what are the different Test case Formats posted by aperson the answer is IEEE or IEE_894 wht is this actuly
what do you mean by test case specification
how to write testcases for yahoo messagner