can any one give the format of writing test cases in excel
sheet.
Answer Posted / raji
1) Test case Scenario
2) Test case objective
3) Test case ID
4) Description
5) Input
6) Expected Result
7) Actual Result
8) Status
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
What is transaction testing?
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
Explain the syntax testing?
How many test cases u will write for Acceptance testing?
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.
1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.
Pls tell me test cases for pepper grinder
Test a file replication service that copies files from one net location to another
How to write test cases for "open file dialog box" for ms word? Thanks a lot!
Can someone help to write testcase for the scenario as early as possible.: 1. Complaint logged since one week 2. complaint info sent to supervisor with high priorit mail 3. 10 users logged into website , performance could not be degraded ( response within 5 seconds) 4. site should be user protected. 5. it should be work with IE 6 IE 7 6. complaint log should be generated more than one week
how to write a test cases for courier offices?
how to write a test cases for Quick links like Feedback/Suggestions Advertise with us Contribute Invite a Friend FAQs Make HomePage RSS Feed Buzz Words Email Privacy Statement Terms & Conditions Copyright Disclaimer Download Forgot Password
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?