Can you please tell me test scenarios for online shopping Paypal ??

Answer Posted / sowbaghya v

verify that user is able to navigate through all the products across different categories
Verify that all the links are redirecting to correct product/category pages and none of the links are broken
Verify the company logo is visible
verify all the text,color,picture ,price,category name all are correct and visible
Verify that correct count of total products are listed on the category pages
Verify that category pages have relevant product listed specific to the category
Verify the user can able to change the language to register or login or purchase the product
Verify the user can able to register while changing the language
Verify the user can able to login while changing the language
Verify the user can able to purchase the order while changing the language'
To fill valid,invalid and null datas in register page.
The data's are stored in deliver address.
Edit in all the data's in register page.
Login the page.
If forgot password,
View top level categories of products on home page
View the order of sub categories of products under each category
View products as grid
select the product
Verify that on searching all the product satisfying the search criteria are visble on the search result page.
Search for a product with brand name or modal number
Search for a product below certain price and price range
Sort product search results based on price,store and buying rate
Define alert to notify when product price falls into certain range
Purchase a product whose price is more than your credit card limit
Purchase a product when the product is out of stock
View product details from a different country settings
File a complaint as a buyer
View complaint tracking email content
View complaint status on the buyer portal
Provide feedback on a purchase
Refer a product to another user in the community
subscribe to annual shipping plans and do a purchase
Subscribe to newsletters
Unsubscribe to newsletters
Generate reports for today’s purchase
Generate reports for purchase for specific products
Generate reports for deliverd product
Generate reports for shipping status
Add to cart on the products
Add multiple products to cart from same search results
Add the same product multiple times to cart
Remove a product from cart
Add the same product to cart after removing it
Purchase product thru corporate purchase plans
Credit or debit method
Provide payment details to buy product
Provide payment details and cancel it
Provide wrong credit card details and try to buy
Cancelling the product
Add bank account
Pay on delivery
Provide shipping address same as user’s registered address
Provide shipping address different from the user’s registered address
Track the purchase order for delivery
Change password for a registered user
View change password in valid email content
To changing in address
Modify the user profile after a few purchase transactions
Upload stores details who act as suppliers

Upload products and price details from stores in different formats such as xml, csv, Excel etc.
Upload products and price details from stores with erroneous records
Upload product image contents with static,animated images
Manage out of stock alert settings
Manage different payment gateway settings
Manage shipping and handling charges and terms
To viewing in frequent items in browser and history using data analytics
cancelling the product.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the acceptance testing?

690


What is the logic testing?

768


Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.

1995


How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update

1529


Explain the ramp testing?

693






write test cases for hospitality management system

2026


What is Initial Configuration?

1946


Why does the boundary value analysis provide good test cases?

691


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


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

697


Who will take care of test plan and test case?

1647


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

1976


Write test cases to test a browser app

1257


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

1897


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1933