Give me a sample test case for an online purchasing
system?What testings u do for the same ?
Answers were Sorted based on User's Feedback
Answer / naren
1.Whether the entered item code is valid?
2.Whether the user is registered(in some cases)?
For online purchasing sys v must perform load test as well
as stress test.like how many user requests can be processed
at a time...
| Is This Answer Correct ? | 75 Yes | 17 No |
Answer / vidushee
1)click the URL link for the online purchasing site.
2)Register if not registered before, Enter user name,login
id and password, Click ‘OK’ button to submit.
3)Enter your login id and password,if you are a.
4)Validate the login id and password, if correct menu page
will be opened.
5) If not correct,display the error message "invalid login
id or password".Re-enter your login id and password.
6)Click the item field and select the item.
7)If available, display the cost and brand, else
display " item is unavailable".
8)click 'YES' to do online purcahsing for the item else
click 'NO'.
9)If 'YES' go to the payment type, else display the 'EXIT'
page.
10)click the payment type options and select the mode of
payment.
11)Fill the fields- account holder's name, bank name,
credit/debit card option, card detail, price to be paid,
email id etc.
12) If invalid information is given, show error message "
please re-enter "
13)If black field is present, display message "all the
fields are mandatory".
14)Click "SUBMIT" button.
15)Display the successful submission message "successfully
completed".
16)Press 'EXIT' button.
17)Show the message " successfully logged off".
Hi all this is the first time i am writing a test case.
please do correct me if i am wrong somewhere. And as per
the question put by Vijaybhaskar, i think we do black box
testing where we check all the possible combinations of
requirements from end users prospective. here we don't
really check the internal part of the design.....say
coding.... M i correct????? please do tell me.
| Is This Answer Correct ? | 74 Yes | 20 No |
Answer / satish
1)click the URL link for the online purchasing site.
2)Register if not registered before, Enter user name,login
id and password, Click ‘OK’ button to submit.
3)Enter your login id and password,if you are a.
4)Validate the login id and password, if correct menu page
will be opened.
5) If not correct,display the error message "invalid login
id or password".Re-enter your login id and password.
6)Click the item field and select the item.
7)If available, display the cost and brand, else
display " item is unavailable".
8)click 'YES' to do online purcahsing for the item else
click 'NO'.
9)If 'YES' go to the payment type, else display the 'EXIT'
page.
9a) Enter shipping address where all the fields are
mandatory
9b)Enter billing address
9c) Enter message to be given to the consignee
9d) update shopping cart and procced to payment
10)click the payment type options and select the mode of
payment.
11)Fill the fields- account holder's name, bank name,
credit/debit card option, card detail, price to be paid,
email id etc.
12) If invalid information is given, show error message "
please re-enter "
13)If black field is present, display message "all the
fields are mandatory".
14)Click "SUBMIT" button.
15)Display the successful submission message "successfully
completed".
16)Press 'EXIT' button.
17)Show the message " successfully logged off".
| Is This Answer Correct ? | 47 Yes | 13 No |
Answer / ankit khanna
1) Validate the details of the item are displayed as in the
database
2) Validate the availability of the item and number
available through the database
3) Validate that when you select the item in the front end
(like a checkbox) it gets selected
4) Validate you get an error message if you are not a
registered user
5) Validate you are able to click the 'submit' button and
the page is reloaded
6) Validate whether you get a success message with the form
to fill the required info like credit card details and all
7) validate that in the database required updations are done
| Is This Answer Correct ? | 47 Yes | 19 No |
1. Check whether the link (URL) of online purchasing system opens ie. Smoke testing
2. Check if Admin is able to add product/s in proper category which are in stock
3. check if registered user is able to login successfully
4. Check if after clicking on buy a product it gets added to cart.
5. Check if added product can be deleted from the cart
6. Check if added product can be viewed and/or modified ie. Change the quantity
7. Check if after clicking on checkout user is directed to the payment gateway.
8. Check if user is able to cancel the order.
9. Check if after successfully buying the product user gets notified by sms & email.
10. Check if after buying a product, the quantity of stock gets reduced by the number of quantities purchased
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / esakkirajan
considering this software security testing is a must to do:
*check the login details wheather it is authnenticated properly
*check the online transaction is done accurately as per the
user requirenent
| Is This Answer Correct ? | 15 Yes | 12 No |
Answer / deepak kumar
1.Give me a sample test case for an online purchasing system?What testings u do for the same ?
Ans:
1.first check URl is proper or not,we can say it's a type of 'Smoke Testing'.
2.To check whether valid user is able to login with valid credentials or not.
3.To check whether new user is able to register or not.
4.After successfully login to application, he or she is able to select a product and sort according to range of price,size,High Quality brand to low quality brand or not
5.After Selecting the product, 'Add to cart' and 'Buy now' option is available or not.
6.After selecting the 'Add to cart' button,validate whether the product is added to the cart or not.
7.After clicking to 'Buy now' button , whether 2 option is coming or not,i.e,COD or Payment by card.
8.After clicking on 'Payment by card' option,whether all bank option, whatever mentioned in the requirement is coming or not.
9.After the 'confirmation message of order,To check the order id is mailed and message to respective email and mob._no.
| Is This Answer Correct ? | 0 Yes | 2 No |
There is a web portal that has been tested and working properly. Now a new module called as the "online shopping module" had been added. Ther are two search pages , a normal search and an advanced search page. You are responsible for only these two modules for testing Questions 1) Write the scope for testing 2)High level test scenarios 3)Test case for one high level test scenario 4) Assumptions while writing the test case 5) Questions that u might need to ask as a QA to test the application NOTE- the requiremnts wont be given. One has to assume the requirements Please tell me how to test a search page and also please help me answer the above questions
2 Answers Infosys, Zycus Infotech,
How will you review test cases?
26 Answers HCL, TCS,
how to Create a test plan document for Library Management System
can anyone please help me in writing Test cases for HRMS,ERP and for CRM Apllications...I am joined as a trainee.so i have to write test cases for these applications..Soo can anyone pls help me....mail id: bapuji.karyampudi@gmail.com....Please reply me guys.
0 Answers TSB Software Solutions,
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
Write negative test case for logout????? Answer soon friends
What is port testing ?
If the pseudo code below were a programming language ,how many tests are required to achieve 100% statement coverage? 1. If x=3 then 2. Display_messageX; 3. If y=2 then 4. Display_messageY; 5. Else 6. Display_messageZ; 7. Else 8. Display_messageZ; A. 1 B. 2 C. 3 D. 4
Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point.
test cases for bus transport (TNSTC)
What is mean by Equal Partitioning
What are the Test Cases for an email id for username and password?