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
write test cases for test cases...?
You have to give me test cases for sending a mail through outlook express.
I need GUI test case for home page?
are the test cases stored in database nowadays? pls tell me... then give clear details about test case preparation and test case execution
Test case for flight reservation system
regression testing falls under white box or black box testing?
Explain the glass box testing?
What is the logic testing?
ATM application ( scenarios ): Analysis and testcases
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
This was asked to me recently in Microsoft interview How would you do DOS copy command testing