what is self cleaning of test cases and repeatability and
usability of test cases?what is the difference in
repeatability and usability
Answers were Sorted based on User's Feedback
Answer / manoj kumar
Self cleaning means we can start the testing starting point
and come to starting point where we can start the testing.
for example:-for log in window given the valid id and pass word
click OK button
go to next page
click log out link
log in window is open
Repeatability - refers to how many times you are executing
the same test case either for same functionality or
different functionality in the same application
usability - refers to how effective the Test cases are
related to defect findings
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / poonam
Repeatability - refers to how many times you are executing
the same test case either for same functionality or
different functionality in the same application
usability - refers to how effective the Test cases are
related to defect findings
| Is This Answer Correct ? | 5 Yes | 0 No |
difference between scenario and testcases?
5 Answers CarrizalSoft Technologies, Satyam,
i want to write the test cases for sorting the records in a table according to date wise.this is the functionality ,that is the latest record should come on the top can any one tell me the test cases for this thanks in advance:)
If I have written the 10 Positive test cases first and Negative test cases 11 to 25 .I Execute +ve first & then - ve as per test cases were written .Now if I got the next build & if I write again +ve Test Cases 26-30 first & then - ve 31-35 but I have to execute all test cases 1 to 35.But here the sequence of execution is +ve,-ve,+ve & -ve .How should I maintain the test cases .Please tell me It's Urgent .Thanks In Advance.....Tester
Please guide me for Add new user test cases
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.
Write the integration test cases for below scenario: You have three components 1. Message 2. Call 3. Call Log Hint: Mobile phone message box
how to write test cases for the Sorting the Group Name, Group Number, Individual Count, Group Count.
a job should be executed for every two hours?write test case for this?
hai........... please tell abt testcases.. how we can drived the testcases in project?
Can anybody post the format of a Requirement Traceability Matrix. And how to include this RTM in the reqirement document.?
how to write test cases for "Browse" button.
(questions asked in interview)hi every one can any one please answer to this questions.these questions were asked in an interview.i have another interview next week . 1.when the time schedule is tight how will you approch the testing,and the relese is nearing and we need to finish testing how can we follow in that case.do we need to exicute all the test cases or can priortise and leave some to next relase. 2. when a new feature is added to the existing application we need to add new test cases but after that do we need to change all the existing test cases and while running do we need to exicute entire application test cases or only the new feature test cases and related new feature test cases. 3.do you have any situation where you have to write and exicute the test cases same time, how will you follow.does it happens in real time. 4.example of bug which is not reproducible.like tester say that there is bug and developer say no can some example of such bugs. 5.during regression testing some times do we need to add new some additional test cases to test that bug.