What are the layers of FCOE Protocol?
No Answer is Posted For this Question
Be the First to Post Answer
What is end-to-end testing?
Hi, Pls tell me what is system use case with a example nd who prepares it.Pls anyone help me.
What is functional system testing?
If the client identified some bugs to whom did he reported?
What is depth testing?
What is criticality?
What is path coverage testing?
what is qc&qa
During which test activity could fault be found most cost-effectively?
How to delete duplicates records in teradata without any tables....? with only one single query,,,?
what r the benifits of continuous testing?
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.