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 |
What is meant by Multi Unit Testing?
what ways u followed for defect management
What is the difference between a test policy and test strategy? Need detailed answer with some highlights.
Can you tell me what is negative testing?
how you setup steps to start a project
Guys, can any one of u give the realtime example for Regression Testing
what are the advantages of waterfall model over V-model??
What do u mean by Positive and Negative testing & whatz r the diff's between them .Can anyone explain with an example .
Do the test cases differ for Functional,Integration,System and User Acceptance Testing???
Hi freinds..im priyan 4rm banglore. i recently got an job on 2+(manual testing) by faq experience.in 2 days im going 2 join in company. now, can u any tel me pls how s there n company & environment. and what work did they give for me in starting & vat work shal i do there..? pls give me reply & help me soon. pls dont mind.
what is smoke testing?
write four critical test cases for logout operation?