What is the difference between uat (user acceptance testing) and system testing?
No Answer is Posted For this Question
Be the First to Post Answer
An input field takes the year of birth between 1900 and 2004 what the boundary values for testing this field are?
In an Testing interview the following question asked. who will write usecases?
What is validation and verification testing?
Explain the tasks involved in planning and control.
What is the difference between functional test type and navigation test type?
What is software bug?
what is the difference between smoke testing and sanitry 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.
how do you convert use cases into test cases?
What are the major differences between stress testing, load testing, volume testing?
Explain how does a test coverage tool work?
What is test executive?