When is it ideal that the testing is stopped?
No Answer is Posted For this Question
Be the First to Post Answer
may i know the sites which r giving model question papers for istqb exam
who does the security check on the web site, other than login/password screens ?
What is a user manual?
What is mean by release notes?
Explain ETVX concept?
Advantages of automation over manual 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.
Smoke test? Do you use any automation tool for smoke testing?
Explain sanity testing?
What the different types of test coverage techniques are?
What does a typical test report contain? What are the benefits of test reports?
What is Recovery Scenario