what are test repository????
need for test repository/need for maintaining test cases??
advantages and disadvantages for maintaining test case??
Answer Posted / pdbabji
testrepository/testcase database contains testcases which
can be reused
eg consider the testcases for login window..
whenever u are supposed to test loginwindow, these saved
testcaes , can be reused probably with different sets of
data
advantages: reusability, future reference
disadvantages: if an incorrect testcase is reused, it may
give u wrong output
correct it i am wrong....
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
Explain the functional testing?
write test case for pen cap if it is not present?
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profileĀ
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
What is component testing?
Explain the system testing?
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
Suppose a job should be executed for every two hours? Write test case for this?
WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES
Explain the soak testing?
how to test stand alone programs?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.