When you test a Drupal website , most of the time you come across the task "Implement Pathauto module" in you website. So before you start testing, you have to build an idea of what is Pathauto module and how you can test it. Pathauto, as its name suggests automatically generates user friendly URLs. Pathauto depends on the core module path, which is used to rename URLs. So please go through the explanation below to understand it more precisely.
Coupon Code Validation
Suppose you have a Drupal website in which you can post comment. The users of the site are admin and registered users. Registered user have the permission to post comment in Facebook wall. And this comment will display in the Facebook wall of both admin and the user. Then the some of the case to be considered are as follows.
Suppose your drupal projects contains products to sell. And you can use a coupon code while purchasing some products. For using coupon code in your Drupal site, Ubercart Coupon code module should be installed. Please check the below cases which contains the test cases of checking coupon code validation functionality in Drupal website.