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 functional decomposition?
What is system?
At what phase tester role starts?
What is integration testing in software testing?
What the difference between pilot and beta testing is?
What are the ways of functional testing? Can you give me an example of how to perform Functional testing on a Login Page for example.
What are the common mistakes which create issues?
What is the major problems you resolved during your testing process?
What is test driver?
What is the difference between test scenarios and test strategy?
Can you test a program and find 100% of the errors?
In what basis you will write test cases?