CSE 270: Software Testing

W04 Activity: End-To-End Testing

Overview

In this exercise you will create and execute end-to-end tests for the teton chamber of commerce.

This week we have discussed end-to-end testing as part of verification and validation. As a result of the testing, the requirements document has been modified to correct inaccuracies and to add missing information. A new version is available in a link below, and the changes have been highlighted for ease of use.

The development team has also reviewed our test case reports and corrected several errors. They have now has created a version 1.1 for us to test. 

This version of the site now also contains the Directory page which was missing from the version 1.0. This version should complete all the requirements listed in the requirements document.

First you will use the acceptance criteria in the Directory section of the requirements document to generate new test plans for the Directory page with accompanying test cases using the Requirements and Test Management plug in for Jira. You will also need to update any test cases with the new information found in the requirements document. You will have four test plans when complete. One each for Common, Home Page, Join Page and Directory Page with their relevant test cases included.

The result will be a traceability matrix that shows you have test case coverage for all your requirements prior to completing the end-to-end testing. You will then perform an end-to-end test on the system.

Instructions

Part 1

You must have completed the previous lab W02 Activity: Test Case Generation before beginning this activity.

Access the updated requirements document here: Teton Idaho Chamber of Commerce Web Site Requirements Document version 1.1

Using the RTM for Jira program, create test plans and test cases for the following:

Section 4: Directory Page Requirements

Part 2: Test execution

Now it is your job as a tester to execute the test cases and report on the results. This week, when you encounter defects, you must make a defect report. Start now with W03 Activity: Creating a Defect Report in RTM, if you did not follow the instructions in it during Week 03 to create your defect folders.

Hint: Not all of your tests should pass. I've left you at least a few mistakes to create defect reports about.

Submission:

Upload the following 3 documents to Canvas

  1. Your traceability matrix from Part 1
  2. PDF report of the Test Executions
    • Generate your report from the Test Execution Folder that contains your executions for this week.
    • All four test plan executions should be included in this single report.
    • Ideally there will be 29 test cases now, one for each acceptance criteria.
  3. PDF printout of ONE of your defect reports
    • Go to the Defects tab and choose one of your defect reports in the side navigation.
    • In the details pane, click on the issue id to open the issue in a new window.
    • In your browser menu, choose Print... then "Save as PDF" for the print destination.
    • Submit the generated PDF file 

Useful Links: