Answer Posted / rekha
First you need to go through the functionality doc and
understand the scenario and start writing the test cases
Test cases will be written in Excel and should contain
following fields
1. Test Case ID
2.Funtionality id(just to track the functionality)
3. Test case Name(should be logical)
4. Preconditions
5. Test case descriptions
6. Steps to execute
7. Expected Result
8. Actual Result
9. Remarks
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
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 would you do " Keeping two folders in sync testing"
pls i want test cases for oss? whts the process of oss testing
Explain the dynamic testing?
Write a test case for telephone?
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.
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
How many test cases u will write for Acceptance testing?
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?
How to generate test cases for 'replace a string' method?
how to write test cases for online restaurant table booking system?
Explain the syntax testing?
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
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that
What is gray box testing?