what are test repository????
need for test repository/need for maintaining test cases??
advantages and disadvantages for maintaining test case??

Answers were Sorted based on User's Feedback



what are test repository???? need for test repository/need for maintaining test cases?? advantages..

Answer / 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

what are test repository???? need for test repository/need for maintaining test cases?? advantages..

Answer / abhi

Test repositry is the databse for the test cases where we
keep the previuosly run test cases. Its also called test
suite. Need for maintining is the reuability, future
reference, Time saving example if a person working on a
test case has left the company who will know that which
test case was run for a particular scenario if it comes
again in any other project.

Disadvantages. if the same test cases are being used again
and again the project may suffer from finding the new bugs
as it will only detect the bugs taht it's being designed
for and the other bugs will be unrecognised.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Test Cases Interview Questions

what are the possible test cases for sending an sms from mobile

2 Answers  


write testcases to waterbottle?

1 Answers  


pls let me know the answer, recently i faced this question in interview. when you are writing the test cases,if the requirements are changed what will u do?

4 Answers   Wipro,


A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?

0 Answers  


Using the same code example as question 17,how many tests are required to achieve 100% branch/decision coverage? A. 1 B. 2 C. 3 D. 4

1 Answers   ISTQB,






write testcase for sql table? this is the question asked by interviewer?

4 Answers   IBM,


could u please tell the testcases to test gmail

13 Answers   Jamcracker, Snap On,


This part of a program is given: WHILE (condition A) Do B END WHILE How many decisions should be tested in this code in order to achieve 100% decision coverage? A. 2 B. Indefinite C. 1 D. 4

1 Answers   ISTQB,


who will prepare enhacement report?mail me at gavaskarreddy149@gmail.com

1 Answers   Ordain Solutions,


# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?

0 Answers  


What is gray box testing?

0 Answers  


What could be test cases for windows calculator using risk based testing

1 Answers  


Categories