Answer Posted / sathya kumar v
1.Check all Requirements are covered
2.Check was it readable and easy to understandable by
others.
3.Check for the Names,ID,Test Data,Preconditions,Objective
and Description was provided for each test case
4.Check for Every testcases there are appropriate Test
Steps are covered.
5.Check every test steps has test number and expected result
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ
What are the test cases for mouse?
Explain the load testing?
pls i want test cases for oss? whts the process of oss testing
What is the toughest moment you faced in your testing carrier in which everyone praised you?
Explain the smoke testing?
What are all the companies are doing manual testing till now ?
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.
For how many days (or) weeks you will test a product or software?
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?
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
Explain the dynamic testing?
Explain the branch coverage 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.