Author Topic: E-commerce Site Testing  (Read 1274 times)

Offline tanushri

  • Jr. Member
  • **
  • Posts: 3
  • Karma: +0/-0
    • View Profile
E-commerce Site Testing
« on: September 19, 2010, 08:05:48 AM »
How to test an e-commerce Site? What are the Test cases we can Include?Help me!

Offline Mayasen

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 189
  • Karma: +0/-0
  • Mayasen
    • View Profile
Re: E-commerce Site Testing
« Reply #1 on: September 21, 2010, 02:38:33 AM »
First of all you need to test the basic functionality of the application and then you need to check for your spec. After functionlaity test you need to test for the security of the system. Since it is e-com site you need to test the encryption, ssl, cookies, and other security scenarios.
Compatibity is the next major part for web application.

--
Mayasen

advertisement

Offline jtlw

  • Full Member
  • ***
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Re: E-commerce Site Testing
« Reply #2 on: September 24, 2010, 12:18:45 AM »
To test E commerce site thats already all you and so many people daily doing by online purchasing it and you observe so good e commerce site like e bay or amazaon you will automatically get idea how the validation they put and other things so i think you yourself is best guide to test this type of application. so no need to worry.:)

Offline tanushri

  • Jr. Member
  • **
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: E-commerce Site Testing
« Reply #3 on: September 25, 2010, 11:57:06 AM »
Yes I understand but what are the Testings performed for this websites. Please help! :(

Offline Mayasen

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 189
  • Karma: +0/-0
  • Mayasen
    • View Profile
Re: E-commerce Site Testing
« Reply #4 on: September 26, 2010, 08:23:16 PM »
You need to perform,

# Functional Testing
# Performance Testing
# Security Testing
# Compatibility Testing and
# Usability Testing

All should be tested on user point of view. i.e. similar to UAT. :)
--
Mayasen

Offline anand

  • Full Member
  • ***
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Re: E-commerce Site Testing
« Reply #5 on: October 14, 2010, 03:48:16 AM »
As for as security testing is concerned  in application side,check the following

Failing to constrain and validate input;
Failing to encode output; and
Trusting data retrieved from a database or cookie.

Offline Suresh QA

  • Jr. Member
  • **
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: E-commerce Site Testing
« Reply #6 on: December 18, 2010, 07:53:21 AM »
Basic thing you need to keep in mind while going for E-commerce application is,

Data Security: Since most of the e commerce app accepts online payment, we need to make sure whether payment service is performed through secure site.

Usability: Usability in terms of navigation (example:we need to check whether user can able to place an order with out much difficulty )

Data validity: Since E commerce application deals with others money we need to check the amount calculation whether amount is calculated for each line item. Most importantly you need to create a order for more then one item and then we need to perform some basic calculations like adding few more items to the cart, or deleting the existing item from the chart or modifying the item quantity.

Compatability: you need to test the application in various browsers and various environment (windows or linux)

And of course you need to perform security and load testing


Offline Hare_Krsna16

  • Jr. Member
  • **
  • Posts: 5
  • Karma: +0/-0
  • Jai Sri Krishna :)
    • View Profile
Re: E-commerce Site Testing
« Reply #7 on: January 30, 2012, 11:56:50 PM »
ok fine thank u very much 4 u all for ur kindn response k,..................

Offline Sagar__Patil

  • Jr. Member
  • **
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: E-commerce Site Testing
« Reply #8 on: March 05, 2012, 12:22:21 AM »
Also do the Negative testing between the integration. Since, if your software is integrated with other 3rd party software then you have to compulsory follow the breaking steps...