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 |
1)does we need any web server for executing web application or project. 2)do we need any web server to run a build
Hi, I am Nithi. I have completed my MCA in 2005i am heving 2.2 yrs of experience in testing because of my daughter i got break during mar 2006 to dec 2007.now i joined in a small s/w company as tester.and i am looking for MNc job.what are all the things i want to prepare thanks in advance pls help me
do we need to write test cases for workflow of the product for instance: there is 2 module "TRAINING ASSIGN MODULE" and "EMPLOYEE" in TRAINING assign MODULE iam assigning training to employee setp is 1.selct traning "oracle" 2.select employee u want assign "peter" 3.apply. now to check whether training assign or not GOTO EMPLOYEE module 1.click on "peter" 2.click on 'view assign to employee'link.now this is a flow do i need to write test cases for this fllow.plz help me guy mail me nirmal_rawatt@rediff.com
what is test plan and what it consists?
15 Answers AndPlus, Forum, MBT, TCS,
What is mean by Open Source tools?
Configuration Management is 1)before System Requirement 2)at Start of the S.D.L.C 3)at Start of the S.T.L.C 4)at the time of Coding. Would be better if anyone can provide some explanation for the answer
How can we test the maximum number of search results a Search Engine (like google) should produce?
how will you test window media player?
hai friends i need a general test cases for check box,drop down button and radio butoon can anybody reply me plz..........thanks in advance
How to test URl of a website manualy?
What are the Assumption while writing the test cases? Explain with the example?
Who prepared use case document? Tester or developer!