What is data flow analysis?
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.
what is opaque testing?,what is transparent testing
Mention what bottom-up testing is?
What is dynamic testing?
What is typically the most important reason to use risk to drive testing efforts?
what is the difference b/w functional testing and system testing?
Explain operational testing?
Testing activity which is performed to expose defects in the interfaces and in the interaction between integrated components is?
Which of the following is not a Game Genre? a) RTS b) STR c) FTS d) RPG
How will you recognise if a case is a 'test case'?
Mention the difference between data driven testing and retesting?
what are software related risks? give me an example.