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
can one defect be mapped to more than one test script in manual testing
can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u
Can anybody help me in writing test cases for a scenario? need help at the earliest. will send you the requirement doc to your email id. thanks raj
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
What is use case testing?
How should I maintain the test cases and Test Log for different versions/builds of the application.
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
How to write test cases or test scripts for UAT testing which is done manually
Positive and Negative test cases for the speedometer?(minimum 5 each)
What is transaction testing?
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
Explain the load testing?
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)