You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 29 Next »

Bonfire introduces the concept of a Test Session to JIRA.

Test Sessions Overview

source: http://blogs.atlassian.com/2011/08/test_sessions_with_bonfire/

This section will provide a conceptual introduction and overview of what Test Sessions are and how they differ from Test Cases.

Differences between Test Sessions and Test Cases

Test sessions differ from test cases in two ways. Firstly, more than one test can be carried out in a single session. Secondly, like test cases, test sessions can tell us who tested what, but they can also tell us how, when and why we tested. That makes test sessions useful for planning, executing and tracking manual testing, because they;

  • Require testers to identify test objectives and focus their testing efforts on fulfilling them.
  • Encourage testers to modify existing tests and add new tests to meet those objectives as they test.
  • Provide a useful way to manage and review exploratory testing.
  • Focus attention on the testing that’s actually performed, not just on test case results.
  • Give testers the flexibility to respond to changes and re-plan their testing quickly.

Getting the most out of Test Sessions

There’s no restriction on when test sessions are added. It’s not uncommon for sessions to be created whilst the feature is being planned and developed and tested. Sessions can also be renamed or deleted as needed. If you have pre-written tests they can be run during a session, but because test sessions emphasize test objectives over specific test cases, testers are also encouraged to devise and run any additional tests that they feel will help meet the test objective. Creating and executing more tests based on what you discover and learn whilst testing is an approach called exploratory testing. It’s an extremely powerful way of optimising test coverage without incurring the costs associated with writing and maintaining test cases.

Learn more about Session Based Testing

We recommend reading about Jonathan and James Bach’s Session Based Test Management method.

Test Sessions in Bonfire

This section explains how Test Sessions work within Atlassian Bonfire.

Creating Sessions

To create a session belonging to an issue, click the "More Actions" drop down in the view issue page, and then fill in a session name. A session's name is flexible, and can be anything you like (e.g. "Test browser compatibility with Internet Explorer", or "Find security vulnerabilities").

Tip - You can create test sessions using JIRA's keyboard shortcuts and quick access dialogs as well. So you can quickly create a test session for an issue in the Issue Navigator by typing "." then "Create Test Session".

It is also possible to create a session on the project page by going to the 'Test Sessions' tab and clicking on the 'Create Session' button.

A session can have zero or more "Related Issues" which serve as a relationship between existing issues in your system and the testing being performed. If you create a session from the view issue page, that issue is automatically set as the session's only related issue. 

Sessions can also be created in the "Test Sessions" tab. 

It is possible to associate a shared template with a test session, even if the template is owned by another user. Anyone who joins the shared session will automatically use that template until they leave the session, ensuring consistent bug reports across your entire team. For more information on templates, please read Templates and Variables

Creating Test Sessions from the browser extension

To create a test session from the browser extension, click on the "Create Session" button at the bottom of the session list and fill out the form.

Viewing Sessions

Editing Test Sessions from within the extension.

When you are viewing the details of a session, if you have permission to edit it, you will see an edit button.

Assigning Sessions

Sessions can be assigned to other team members to be worked on.

Only users who have the "Assignable User" permission on the project which this session belongs will be able to have the session assigned to them.

The assignee of the session can start progress on the session, pause the session, capture issues and notes within that session, and complete the session.

Working in a session

Any test session have four states - Created, In Progress, Paused, and Completed. To modify the status of a session, use the buttons on the left. 

For each user, only one session can be active at one time. The active session is always displayed in the orange bar along the top of JIRA web interface. In the Bonfire browser extension, under the "Sessions" tab, you can also see all the test sessions that are available to you. You are also able to start and pause sessions in the list.

Similar to Bonfire in JIRA, the Bonfire browser extension will always display the active test session along the top of the display.

Collaborating with shared Sessions

You can share a test session to allow others to participate in the session and join in collaborative testing efforts.

Once a session is shared and started, other participants on your team can join that session.

To join a shared test session, the session needs to have been started and users need to have the 'Assignable' JIRA permission.

 

The Bonfire browser extension also displays all the sessions that can currently be joined.

Any testing activity performed by any participants will be tracked against the session, like issues raised and notes taken.

You can see all the people who participated in a Test Session on the Test Session page. Greyed out names show users that previously joined but have since left the session.

Completing Sessions

At the end of the testing, you can complete a test session in the JIRA web interface clicking on the "Complete" link. At this stage, you can finalize the testing and summarize the testing, including picking the issues raised during the test session to link to the original issue(s), or logging the time worked during testing.

If there are other active participants in the session, they will be forced to leave the session once the session is completed.

View details of Test Sessions on an issue

Each issue will have a panel on the issue page that will show all the Test Sessions that have a relationship with the issue.

You can also configure the columns in the JIRA Issue Navigator to show Test Sessions. 

Viewing Test Sessions in GreenHopper

You can also view these details in GreenHopper (as of 6.0). 

Quick actions for Test Sessions

To avoid unnecessary trips to the session page, we have included contextual actions for Test Sessions on the View Issue page and the GreenHopper details view. 

If you have the necessary permissions, you can quickly Assign, Start, Pause, Join, Leave or Complete a test session without going to the session page. You can also edit the Additional Information and Notes.

 

Browse all Test Sessions

To browse all Test sessions, click on the "Test Sessions" drop down and select "Browse Test Sessions"

The new test sessions page gives you an overview of all test sessions on the server, with filter options for assignee, project, status and session name. This page means that you no longer have to go digging through individual project pages just to find a test session. This page also includes sortable columns, a permalink option to help with bookmarking/sharing of filter results and a Create Session link to create a session for any project.

  • No labels