how test cases can be made for a software
Answers were Sorted based on User's Feedback
Answer / dilip ambavat
test cases can be made from the use case document, following
test cases can be made
1) Installaton testing
2) Functional Test Cases
3) System Test Cases
4) Acceptance Test Cases
5) Security Test Cases
6) End to End test cases
7) Compatibility test cases
8) configuration test cases
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / raghu
We can start writing test cases by..
Installation testing
Functionality testing
usability testing
End to End testing
Security Testing
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / deya
You also can divide them by:
- Graphical User Interface Test Cases
- Functional Test Cases
- Error Handling Test Cases
| Is This Answer Correct ? | 1 Yes | 0 No |
write a test case for authentication of a login page from database
Please can anybody tell me some good ideas to write test case for fan and test case for chair?
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
write a buisness scenerio on yahoo login page.
Where can i find example or samples of testcases to improve my testcases documentation?
How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.
regression testing falls under white box or black box testing?
how to write test cases for a text field that should have maximum 250 characters
Redbus- possible scenarios start the testcases accordingly. Please share me templates
test cases for login window
hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com
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?