What is big-bang strategy?
No Answer is Posted For this Question
Be the First to Post Answer
Explain functional testing?
diff between v model and waterfall model
what is sdlc(Software development proces and stages of sdlc)..?
When is rtm (requirement traceability matrix) prepared?
i have around 2 years experience in testing,please tell me,what kind of questions i will get?
waht are somking types
What is a document version?
Explain basis path testing?
I’ve heard that Zephyr, a test management tool saves the trouble of sending weekly and monthly status reports. Is that true?
What are the check points we need to consider while performing Database migration (ex: from oracle 8i to 9i)
Which tool you use to debug SQL Queries
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.