What the different types of test coverage techniques are?
No Answer is Posted For this Question
Be the First to Post Answer
what is automation testing process? What are the main steps invloved in it?
What is dynamic analysis?
What is the main objective when reviewing a software deliverable?
What is test item?
Can anyone provide the definitions for the following abbreviations? Thanx to anyone who could CIT CAP
What is Software Engineering? Please do explain in Brief.
13 Answers Artech, Banyan Soft,
Explain testing?
Which table achieves data from landing table?
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.
How would you estimate the amount of re-testing likely to be required?
What do you think is a good investment, a defect tracking system or a test management system integrated with a defect tracking tool? Please suggest.
What is Functional, Non-Functional, and Regression used for (i.e. the purpose of each)?