CSE 270: Software Testing

W04 Activity: Creating A Defect Report in RTM

Overview

While executing your test plan, you man encounter a defect in the system under test. When this happens, you need to effectively communication what you found to the development team. In RTM, this is accomplished using a defect report.

Creating a Defect Report

If you find a problem as you are executing a particular test case, you will mark the result of the TCE as "Fail".

Next, click the defect select box and choose "Create" as below.

Mark test as failed

This will bring up the "Create Defect" dialog form.

Choose the folder corresponding to the current week and your name.

Create defect dialog

Start by entering a summary of the defect you found - this is the title of the defect report.

Choose the component the defect relates to.

You can attach a screenshot of the defect using the attachments link below, however this is not required.

Attach screenshots etc.

Next write a description of the defect. What steps can the developer take to reproduce the defect?

Include sections for:

Steps to reproduce:

Expected result:

Actual result:

Additional notes:

After filling out the description, choose the priority of the defect. Use your best judgement to decide how important this defect is to the overall functioning of the site.

Set defect priority

Finally, create the defect by scrolling to the bottom of the form and clicking the blue "Create" button.

Create defect

Useful Links: