Please do not try to download and/or contact us regarding this extension.
A Test Case can be executed - started, so other testers know that Test Case is in progress.
When test is finished the information if it fails or not is tracked in the system, so in any moment you can search for the test cases failed or passed in given test run (ie. iteration test, build test).
When test fails the defect is created and linked to the Test Case.
Prerequisite
Scripting Extension - /polarion/extensions/extension.jsp?extension=PE-1
Installation
Copy content of scripts folder to the c:/Polarion/scripts (or other folder configured to store scripts, see Scripting Extension)
Template
for a Simple QA Project to manage TestCases, execute them and track defects
to install simply "svn import" a template folder to http://YOURSERVER/repo/.polarion/projects/templates/simple_qa
Update Existing Projects
to update existing projects to use this configuration:
- checkout your project
- copy update folder over your project (should override .polarion folder)
- review the changes
Try it
- Create a testcase, fill title and description
- Call wf action "send for review"
- Call wf action "activate"
Now the test is ready to be executed
- To start a test call wf action "start"
- Call wf action "finish"
-
- set testRun - eg. iteration id, build number, ...
- set testResult
- set testComment
You can easily query for:
- testcases executed in testrun - comments.title:"test run:werwe"
- testcases failed in testrun - comments.title:"Test Failed in test run:werwe"
And at the end click "TestLab" and have a look how to manage TestRuns in a easy way using Polarion Wiki.