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
What is a user guide?
Which one of the following is used as a tool for tracking an SQA project? 1. Pareto chart 2. PERT chart 3. Run chart 4. Control chart 5. Cause and effect chart
What type of testing is preffered by many companies like Manual or Automation testing
Smoke test? Do you use any automation tool for smoke testing?
If anyone is having ISTQB certification study materials,please send to gul.e.raina@gmail.com
What are the layers of iSCSI Protocol?
In which order should tests be run?
What is positive testing?
What bottom-up testing is?
What are the types of defects?
what is mean by sdlc & stlc? what is mean by V-model?
what r the 2 subdivisions of quality process and where does tesing fit?