what is self cleaning of test cases and repeatability and
usability of test cases?what is the difference in
repeatability and usability
Answer Posted / 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 |
Post New Answer View All Answers
Positive and Negative test cases for the speedometer?(minimum 5 each)
Explain the monkey testing?
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
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?
What are basic types of test cases?
What is explain security testing?
write the test cases for facility module
Write a test case for computer keyboard?
can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
Explain the branch coverage testing?
What is the domain testing?
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
Do you know mutation testing?
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.