This part of a program is given:

WHILE (condition A) Do B

END WHILE

How many decisions should be tested in this code in order to achieve 100% decision coverage?

A. 2

B. Indefinite

C. 1

D. 4



This part of a program is given: WHILE (condition A) Do B END WHILE How many decisions shou..

Answer / toshimathur

A

Is This Answer Correct ?    81 Yes 7 No

Post New Answer

More Test Cases Interview Questions

Analyze the following highly simplified procedure: Ask: "What type of ticket do you require, single or return?" IF the customer wants ‘return’ Ask: "What rate, Standard or Cheap-day?" IF the customer replies ‘Cheap-day’ Say: "That will be £11:20" ELSE Say: "That will be £19:50" ENDIF ELSE Say: "That will be £9:75" ENDIF Now decide the minimum number of tests that are needed to ensure that all the questions have been asked, all combinations have occurred and all replies given. A. 3 B. 4 C. 5 D. 6

1 Answers   ISTQB,


Explain the domain testing?

0 Answers  


how to write test cases Interactive Elements like Social Bookmarking Post a Comment Number of Views Existing Rating Rate this Add to favorites Track this Author Print this Guess who

2 Answers   Cap Gemini,


Let me knw the testcases for opening an account and for billing in shopping malls..?/?/?

3 Answers   Semantic Space,


write test cases for flipkart.

0 Answers  






In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output Input: <text>1. software Testing</text> Output: <paragraph><text><desig>1.</desig>software testing</text></paragraph>

0 Answers  


what is black box system in software development in system analysis and design?

0 Answers  


How to write the test cases for STP

0 Answers  


is test case required to be baselined?

0 Answers  


Write the integration test cases for below scenario: You have three components 1. Message 2. Call 3. Call Log Hint: Mobile phone message box

2 Answers   Cap Gemini, EXL,


how to write test cases in interview exam like one website it contain a/c # text box, current bill amount text box,sms offer,calling offer,internet these 3 are list boxes and remindmelater,continue these 2 are buttons. and qu is like 1.user doesn't have any dues from past 90 days,2.whose bill amount >= rs2000 from past 6 months. use this 2qu write testcases.

0 Answers  


How should I maintain the test cases and Test Log for different versions/builds of the application.

0 Answers  


Categories