A) Please give example for below statements.

1.Statement Coverage: Every statement in a program execute
atleat once.
2. Decision Coverage: Every point of Entry and Exit in a
program invokes atleast once. Each decision in a program
has taken all possible outcome atleast once.
3. Condition Coverage: Each condition is a decision in a
program has taken all possible outcome atleast once.
4. Modified Condition Decision Coverage: Each Condition has
shown to affect that decision independently by varying that
decision while keeping fixed all other possible condion.

B) If the condition is (A&&B||C) then minimum 4 test case
required to cover all the paths. Which are those 4 test
cases.

C) If the condition is (A||B&&C) then minimum 4 test case
required to cover all the paths. Which are those 4 test
cases.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Testing AllOther Interview Questions

Faults found should be originally documented by whom?

0 Answers  


what is differnete between bug report@bugtracking

1 Answers   TCS,


I. Product feasibility II. Software requirements III. Software Design IV. Acceptance test Which of the above reviews are necessary in order to ensure the traceability of requirements in the implemented software? 1. I and II 2. I, II, and III 3. II and III 4. II, III, and IV 5. I, II, and IV

1 Answers  


What is test executive?

0 Answers  


What is the difference between uat (user acceptance testing) and system testing?

0 Answers  






What is static analyzer?

0 Answers  


What are the main constrains of SCSI in storage networking?

0 Answers  


What is metric?

0 Answers  


How to copy some tables in a DB to another DB in SQL Server

1 Answers   CybAge,


What are verification and validation?

0 Answers  


what r the strategies & methodologies r u following in preperation of test cases based on usecase?

0 Answers   MBT,


The person who is week in writing code.what the best option --join Testing course and .net Course..Which one is better..

1 Answers  


Categories