can any one give the format of writing test cases in excel
sheet.
Answer Posted / ravishankar
steps to write test case template as follows.
it has 3 parts..
header, body, footer
header contains:
1.testcase number,
2.requirement number,
3.module name,
4.sevoirity,
5.precondition,
6.test data,
7.test case type,
8.brief description.
body contains:
1.step number,
2.action,
3.input,
4,expected result,
5.actual result,
6.status,
7.comments/remarks.
footer contains:
1.author,
2.reviewed by,
3.approved by,
4,last modified.
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
Pls tell me test cases for pepper grinder
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
what is the test plan for ms-word
How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
How to test Webservices and how can we write test cases for that
What is test environment? Elaborate with example.
# 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?
can one defect be mapped to more than one test script in manual testing
what is the technology used in financial applications?
Explain the monkey testing?
write the test cases for facility module
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
what is black box system in software development in system analysis and design?
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.