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 |
For a Login screen with Username, Password input fields and Enter, Cancel button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
Explain the sanity testing?
how to write a test cases for Quick links like Feedback/Suggestions Advertise with us Contribute Invite a Friend FAQs Make HomePage RSS Feed Buzz Words Email Privacy Statement Terms & Conditions Copyright Disclaimer Download Forgot Password
What is gray box testing?
what are the Test Cases for " Test Cases " ?
plz tell how to test this: We have to change the password of password field the condition is:The password will expiry after 30 days and that should not allow last 12 similar passwords....
explain end to end scenario's for online Money transfer in Banking Domain?
Explain the concept of semi-random test cases?
Explain the functional testing?
What is the syntax testing?
How to write test scenarios for a Web application, with an example?
3 Answers Deloitte, LiveTech, TCS,
Can test case contains more than 50 steps in single test case?