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
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 |
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 |
write the test cases for date month and year field by using testing techniques
19 Answers Aryavrat Infotech, Blue Star,
2.6.3 User Interface Different Polls could be present at different channels, pages within channels, and at home page. User interface for Poll will be as described below: - Beneath poll current result(running status) to be shown in graphical form(say progressing bar chart) all the time, in same window as poll. - Link ""All Polls >>"" to take user to Polls home page which will have all the active polls with results underneath. - All the polls not older than one month will come under Active polls category. - User can take Active open polls, but cannot react to Active closed polls. Can only view results of active closed polls. - No Interactives available for polls - "Add a comment", "Rate" - Registered User can take a poll only once, after that only result is shown to user. To unregistered user it will be open. 2.6.4 Interfacing/Sourcing Details - Polls is going to be a separate module, an internal application, which editor/admin can publish. - Admin/Editor should be able to publish polls on separate channels, pages. Assign closure dates. - Admin/Editor can upload images, change look n feel, add a brand, link/url to it. - System to capture user details(screen name/name, id, email id), do loyalilty points calculation and add to user loyality points. 2.6.5 Rules and Conditions Unless assigned a closure date, by default all Polls will be open for 30 days. this is the SRS how to write the test cases for the above functionalities help me
Explain the syntax testing?
what is the process of testing
can someone tell me the test cases for following scenario of password: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consists of 1 uppercase letter. 3. Password should consists of 1 numeric. 4. Password should consists of 1 special character.
write test case for pen cap if it is not present?
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
if software faild in customer environment what we called a)error b)fault c)defect d)failure
How you will write test cases on DROP DOWN list BOX on GUI
Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point.
what is the test plan for ms-word
how we write test cases for navigation or links with example?