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 |
Which is a form of Functional testing 1)B V A 2)Usability testing 3)Performance testing 4) Security testing.Its urgent
i have 500 testcases there,how to perform the Regression testin nad retesting?
we are about to implement a Test tool to test the performance of website, so what script does a tester should know (friends plz help me)
how many web pages in your application?
Explain about gamma tesing?
What r the types of test methodologies?
Plz any one explain with example for a high priority with low severity and low priority with high severity bug
what is issue ?and difference between issue, defect and bug
self join query in sql. 15 objective questions. What is equi join and outer join
what is scrum how with ex?
What are the steps to test any software through automation tools?
How would you approach measuring JavaScript code coverage?