In an online shopping application there are 3 text boxes.One
of Login,Add to the shopping cart and Purchase goods.Which &
How many test cases can be written for these 3 text boxes?
Answer Posted / anil b.
One way to answer this type of question is that , One can
use test case with parameters. We can write a single test
case, but while adding that test case to Test lab we will
have to create three instances of test case with three
different parameters. Parameters should be options
avaialable in drop down box
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Please guide me for Add new user test cases
Suppose a job should be executed for every two hours? Write test case for this?
Explain the scalability testing?
How many test cases u will write for Acceptance testing?
What is business validation test case?
Explain the component testing?
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
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
write test cases on file open dialog box in notepad
What are the test cases for mouse?
how to write test cases for online restaurant table booking system?
Explain the logic 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?