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 Help Members By Posting Answers For Below Questions

Please guide me for Add new user test cases

1200


Suppose a job should be executed for every two hours? Write test case for this?

814


Explain the scalability testing?

769


How many test cases u will write for Acceptance testing?

1877


What is business validation test case?

801






Explain the component testing?

864


How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen

1842


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

2296


can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?

3694


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

2004


write test cases on file open dialog box in notepad

1301


What are the test cases for mouse?

949


how to write test cases for online restaurant table booking system?

10539


Explain the logic testing?

767


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?

1022