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 |
Give an example of test policy?
what is regression testing also known as ?
1.What is configuration Management? 2. Explain Impact Analysis 3. Explain Peer Review 4. what i kickoff phase of Formal Review. 5. Whatv are the phases of fundamental test process. 6. what is state transition testing. 7. what is LCSAJ 8. Test conditions are derived from where?
what is the difference between bug and enhancements..
Who Prepare the Master Test Plan? Who Prepare the Test Plan?
when to start and stop testing?
what is authorization & authentication?
Can you explain the concept of fish bone/ Ishikawa diagram?
How will u Identify Defect Duplication
with out any training on domain with out any document only with the help of build screen is it possible to write testcases
Deep structure testing is not designed to Option 1 examine object behaviors Option 2 exercise communication mechanisms Option 3 exercise object dependencies Option 4 exercise structure observable by the use explain deep structure testing
What is Desktop Testing