what is difference between repeatable and reusable test
case?and what is self cleaning test cases?
Answers were Sorted based on User's Feedback
Answer / subrat mishra
Repeatable means executing the same script number of times
in same project.
Reusable means executing the same script number of times in
different project.
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / aravind
Repeatable means we can executing the Same Test scripts
again and again.As well as we are routine executing the same
Test scripts again and again without doing any modification
in business components,Test plan..
Reuasable in the sense while creating the test script tester
should thing about the test scripts it should support for
more than one or more test scripts with slight modification
without affecting already existing test scripts.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shweta
self cleaning test case means user can reach to the location
from where he/she start to execute test case
| Is This Answer Correct ? | 2 Yes | 2 No |
There is one scenario. On login page three fields are available i.e.Login id,Password and checkbox(having funtion remeber my password for 1 week). Please tell me test cases for checkbox.
What is the smallest number of test cases required to Provide 100% branch coverage? If(x>y) x=x+1; else y=y+1; while(x>y) { y=x*y; x=x+1; } A. 1 B. 2 C. 3 D. 4
what are test repository???? need for test repository/need for maintaining test cases?? advantages and disadvantages for maintaining test case??
write a test cses for sending mails through microsoft- outlook xpress?
wirte the test cases for triangle by using testing techniques
8 Answers Blue Star, George Mason, HP,
What is SECURITY TESTING?
i need Usability test case for home page?
1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks
For how many days (or) weeks you will test a product or software?
testcases for the additon of 2 numbers write negative and postive cases
8 Answers CoStrategix, Societe Generale,
Write a Test Case to test Can of Red Bus Booking
How to write testcases for username creation?Given requirements are min 6characters,atleast one alphabet,alpha,alphanumric