Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Jira as a Test Case Management Software: Difference between revisions

From MoodleDocs
Line 3: Line 3:
Moodle team uses Atlassian Jira as a Bug Tracker system. With a bit of tweaking Jira can become a Test Case Management software. For Moodle 2.0, we improved our QA department. We've been through testing a range of test management software that we could integrate to Jira. We try more deeply Test Link, an open source software. Finally we decide to setup Jira for QA testing purpose. The main reason is that people working on Moodle are well familiar with Jira interface, and it will be easy for them to learn how to create, run and read test case, or generate report.
Moodle team uses Atlassian Jira as a Bug Tracker system. With a bit of tweaking Jira can become a Test Case Management software. For Moodle 2.0, we improved our QA department. We've been through testing a range of test management software that we could integrate to Jira. We try more deeply Test Link, an open source software. Finally we decide to setup Jira for QA testing purpose. The main reason is that people working on Moodle are well familiar with Jira interface, and it will be easy for them to learn how to create, run and read test case, or generate report.


Jira as a Test Case Management is attractive, it:
Jira as a Test Case Management is attractive since it:
#Uses an existing and known tool
#Uses an existing and known tool
#Provides an easy way to link bugs to test cases and results
#Provides an easy way to link bugs to test cases and results

Revision as of 07:27, 17 July 2008

Preface

Introduction

Moodle team uses Atlassian Jira as a Bug Tracker system. With a bit of tweaking Jira can become a Test Case Management software. For Moodle 2.0, we improved our QA department. We've been through testing a range of test management software that we could integrate to Jira. We try more deeply Test Link, an open source software. Finally we decide to setup Jira for QA testing purpose. The main reason is that people working on Moodle are well familiar with Jira interface, and it will be easy for them to learn how to create, run and read test case, or generate report.

Jira as a Test Case Management is attractive since it:

  1. Uses an existing and known tool
  2. Provides an easy way to link bugs to test cases and results
  3. Provides decent reporting of the state of testing
  4. Supports multiple releases

Scope of this document

This document describes how to install and setup Jira as a Test Case Management software.

Installing Jira (Linux)

Download the zip file

Setup the entire Jira QA environment

Create a project

Create the QA environment

TestCase Issue Type

New custom fields

Test case screen

Test case screen scheme

Issue type screen scheme

?? Field configuration ??

?? Field configuration sheme ??

Create sub-task

??????

?? Intall report tool as Timecharts plugin for Jira ??

Running a QA test cycle

Write Test Case

Run Test Case

Run a test

Report a bug

Read Report

Generate a report

Interpret the report