What is big-bang strategy?
No Answer is Posted For this Question
Be the First to Post Answer
How will you recognise if a case is a 'test case'?
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.
Send me the interview questions
What is the difference between debugging and testing?
how can we identify a bug is because of s/w error or OS problem?
What is test documentation?
while testing a bug has been found and reported but it was not fixed and delivered to the client what will be the effect on it?
What is the use of ISTQB certification? How many levels are there in the ISTQB? which certification is helpful for Test Engineers?
What is Gap Analysis
what is SEI?
What are enter & exit criterias of a test paln?
What is equivalence class?