Mention the difference between data driven testing and retesting?
No Answer is Posted For this Question
Be the First to Post Answer
What is variable trace?
What is CCB and MTBF, why should we use this.
What test plans consists of?
In "V" model of SDLC which phase correspond to integration testing: 1. Requirements 2. Analysis 3. Design 4. Coding
Draw the Framework Architecture of Selenium RC with combination of Selenium webdriver?
What is stochastic testing?
What are validation and verification?
What is mean by release notes?
i am fresher in manual testing.how to do database testing as a manual tester.suggest me some answers,so that i will have a clear idea adout database testing.
What does black-box testing mean at the unit, integration, and system levels?
What is Test Data Collection?
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.