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 |
how can u practice (or) improve ur tetsing skills? they asked me this question in interview. plz answer this question also i dont know how to improve my testing skills? where can i find applcations?
Define Stress, Load, Volume Testing?
what kind of performance test that required for a word processing system?
Manual Testing Career Consultant - manualtestingtraing@gmail.com
Explain about I18N Testing ?
Why you had chosen testing career?
What is testing web based project?Give one Example
what are the basic line documents?
What are different types of metrics used in testing ?
write negative scenarios for date given in the format dd/mm/yy
what is test data?how test data is prepared? are there any guidelines/methods to prepare it?
write test case for linked in sign up page ?