Details
-
Story
-
Status: Closed
-
Major
-
Resolution: Done
-
Release 5.7.4
-
None
Description
This new feature will improve the Xporter performance when users want to export Test Plans to documents.
Currently, all users who are using the following templates (or templates based on them ) :
- Xray Test Plan Basic with Cover Page
- Xray Test Plan Advanced with Cover Page
are having performance problems. In some cases, this performance problem causes a JIRA crash.
With this new development, Test Runs will be able to be iterated from a Test inside of a Test Plan, this means that Xporter does not need to iterate over Text Executions and find the correct Test run to print the related data as it is being done currently.
Here is a sample:
#{for c=Tests[n].TestRunsCount} //Getting Text Execution data from Test Run: ${Tests[n].TestRuns[c].TestExecution.Key} ${Tests[n].TestRuns[c].TestExecution.Summary} ${Tests[n].TestRuns[c].TestExecution.Test Environments} //Getting Test Run Data ${Tests[n].TestRuns[c].Execution Status} #{end}
Template from our template store will be updated soon and they only work for this new version. Template sample attached.
Attachments
Issue Links
- relates to
-
XPORTER-1933 Xporter Engine some times crashes Jira
- Closed