Skip to content

Testing Pull Requests

Maricel Medina-Mora edited this page Sep 26, 2013 · 2 revisions

Description

This page provides guidelines to test every pull requests submitted during the sprints.

Steps

Before testing

  1. Click on Pull Request
  2. Read every tasks and comments associated to the pull request
  3. Identify different test case scenarios
  4. Ask questions if descriptions are not clear
  5. Download and unzip the latest version of phpCAS library
  6. Download and unzip the code for the pull request (commit #)

Ready to test

  1. Download the code by clicking on the pull request number
  2. Unzip the code on local directory
  3. Connect through FTP to /var/www/mayflower/wp-content/plugins/wordpress-cas-client
  4. Delete CAS directory and copy latest version
  5. Copy pull request code (except *.git file)
  6. If applies, go to http://shoes.bellevuecollege.edu/mayflower/wp-login.php to test the application
  7. If needed, access the database through https://shoes.bellevuecollege.edu/phpmyadmin
  8. If needed, password for LDAP is found on the /var/www/mayflower/wp-content/plugins/wordpress-cas-client/config.php file

Clone this wiki locally