Q) If pseudo code below a programming language. what test
case s are
required to achieve 100% statements coverage
If x=3 then
display_message x;
If y=2 then
display_message y;
else
display_message z;
else
display_message z;
Answer / mudaseer
action
please enter value of x
enter x=3 then
expected result
it should display x
please enter value of y
y=2
expected result it should display y
if x=other than 3 or y is other than 2
expected result
it should display z
| Is This Answer Correct ? | 9 Yes | 7 No |
6)If a project produces 1000 defects per 150 function points, then it is a: A)Baseline B)Benchmark C)Size D)None
what is change management and change request
write testcases for keyboard
CAN ANYONE EXPLAIN IN DETAIL THE WATERFALL MODEL WITH THE OUTPUTS OF EACH PHASE.
What is the difference between Build and Version?
after inserting the record in front-end,how will u check the backend manually?
can you show me the test cases on registration form
Write all possible test scenarios for Login screen.
Write test cases on Travel bag?
Test Cases design during ??? four options are given below. Which 1 is correct... 1. Test recording 2. Test Planning 3. Test configuration 4. Test specification.
What is QA Release Package ?
3. How would u test and automate Windows Auto-Update featur