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
Post New Answer View All Answers
How to write test cases on laptop???
how to prepare a test case for online restaurant table reservation system. plz give an answer ASAP, email at suja_rvndrn@yahoo.co.in
Explain the smoke testing?
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
Why does the boundary value analysis provide good test cases?
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.
Explain which test cases are written first black boxes or white boxes?
What are basic types of test cases?
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
how to write a test cases for courier offices?
What are the test cases for mouse?
Can anybody help me in writing test cases for a scenario? need help at the earliest. will send you the requirement doc to your email id. thanks raj
What are the Test Cases Comes under Regression Suite?
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
write test cases on file open dialog box in notepad