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 the good answer for authentication and authorization?
how we maintain buid versions without using CVS or any other tools ? are tools neccesary for maintaining versions?
What is diference u get in Web based appln testing when compared to Windows based appln.
How do you go about testing a web application?
How to do the performance testing manually? Does you have a test case for that?
what is statergy?
hi frnds! can any one help me by answering the below questions. 1.what is client server testing ? 2.what is web-based testing and what exactly tested in this ? 3.and exact difference between these two type of testing methods i can be reached on shrinivaster@gmail.com if any help needed from my side. thanks shri
What is the maximum length of the test case we can write?
what is performance testing?
what is the difference between object rpository and object spy in QTP?
How can a tester knows that,these testcases are enough for this build or there is no testcases to be written or to stop the testcases now?
any one can explain error guessing..?it depends on validation or functional testing? give one example ..?