Give me a sample test case for an online purchasing
system?What testings u do for the same ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we write a good test case?

705


Explain the ad hoc testing?

677


Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com

3320


By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)

831


An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?

2574






i am preparing for interviews in real time job what test cases we have to prepare please explain with example?

1898


Sample test cases for data conversion(Utility billing system)

6863


how to write testcase for the output of an program ****0 ***01 **012 *0123 01234

1313


What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox

4446


Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.

1927


Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)

2701


Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.

3076


What are the Test Cases Comes under Regression Suite?

504


consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.

1786


Can some body help to write possible test cases for a credit card at POS (point of sale)

2331