Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
9 views3 pages

Amazon Features

The document outlines various testing functionalities for an e-commerce platform, including search capabilities, product details, cart management, and checkout processes. It emphasizes the importance of edge cases, such as handling high-resolution images and invalid payment inputs, as well as security checks and responsive design. Additionally, it covers customer support features and performance checks to ensure a seamless user experience.

Uploaded by

dhvaninakum2003
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views3 pages

Amazon Features

The document outlines various testing functionalities for an e-commerce platform, including search capabilities, product details, cart management, and checkout processes. It emphasizes the importance of edge cases, such as handling high-resolution images and invalid payment inputs, as well as security checks and responsive design. Additionally, it covers customer support features and performance checks to ensure a seamless user experience.

Uploaded by

dhvaninakum2003
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

✅🔹 1.

Search Functionality
Positive: Search for a valid product name.

Negative: Search with random characters.

Edge: Search with 255 characters or only special characters.

✅🔹 2. Product Details Page


Test Elements:

Product Title, Description, Price, Images

Availability status

Add to Cart/Wishlist button

Ratings and Reviews section

Edge: Load high-resolution images or test products with 0 reviews.

✅🔹 3. Cart Functionality
Add, update, and delete products from the cart.

Apply promo/coupon codes.

Verify total calculation including shipping/tax.

Test guest vs. logged-in cart experience.

✅🔹 4. Wishlist Module
Add product to wishlist.

Remove product.

Move from wishlist to cart.

✅🔹 5. Checkout Process
Multiple shipping addresses.

Payment methods (COD, credit card, UPI).

Invalid card input.

Abandoned cart scenarios.

✅🔹 6. Order Placement & Confirmation


Order summary validation.

Email/SMS notification check.

Payment success/failure handling.

Edge: Test with high transaction amount.

✅🔹 8. Order History / My Orders


View past orders.

Order status updates.


Invoice generation.

✅🔹 9. Profile Management
Edit Name, Email, Password, Address.

Upload profile picture.

Email/phone verification test cases.

✅🔹 10. Address Book Module


Add new address.

Edit/delete saved address.

Set default address.

✅🔹 11. Notifications / Alerts


Promotional emails.

Order/shipping alerts.

Push notifications (if mobile app).

✅🔹 12. Product Reviews & Ratings


Submit a review.

Edit/delete review.

Rating validation (1 to 5 stars).

Abuse/report functionality.

✅🔹 14. Language & Currency Switching


Language selector (English, Hindi, etc.).

Currency (INR, USD, etc.).

Ensure all UI elements update correctly.

🔹 15. Customer Support / Contact Us


Contact form submission.

FAQ access.

Chatbot/live chat response.

🔹 16. Security Checks


SQL Injection.

XSS (Cross-site scripting).

Session timeout.

Two-factor authentication (if available).

✅🔹 17. Responsive Design


Browser Compatibility (Chrome, Firefox, Safari, Edge)

Device Compatibility (Mobile, Tablet, Desktop)

🔹 18. Performance Checks


Page load time.

Stress test with high user load (JMeter/Locust for automation).

You might also like