RQMExcelWordImporter Test Plan sections
Hello,
Is there a guide on how to populate the different sections for a Test Plan using a .cfg file?
For example in my search I found the below lines in several sources that can be used to give the Test Plan a name, description, test phase, release, etc... but what about other sections like Scope, Out of Scope, Test Motivators, etc.
testplan.dc:title=C1
testplan.Section("myns:com.ibm.rqm.planning.editor.section.planBusinessObjectives","RQM-KEY-TP-BUSS-OBJ-TITLE")=C2
testplan.Section("myns:com.ibm.rqm.process.web.entryCriteria","RQM-KEY-PROC-ENTRY-CRITERIA-TITLE")=C3
testplan.Section("myns:com.ibm.rqm.process.web.exitCriteria","RQM-KEY-PROC-EXIT-CRITERIA-TITLE")=C4
testplan.category term="Product".value=C5
testplan.category term="Release".value=F1
testplan.category term="Test Phase".value=C6
testplan.XLSLink=testcase
Already looked in the examples that come with the installation, this forum, https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter and a few other places but none have a list or guide on how to write the .cfg for the different sections.
Thanks,
Vladimir
Is there a guide on how to populate the different sections for a Test Plan using a .cfg file?
For example in my search I found the below lines in several sources that can be used to give the Test Plan a name, description, test phase, release, etc... but what about other sections like Scope, Out of Scope, Test Motivators, etc.
testplan.dc:title=C1
testplan.Section("myns:com.ibm.rqm.planning.editor.section.planBusinessObjectives","RQM-KEY-TP-BUSS-OBJ-TITLE")=C2
testplan.Section("myns:com.ibm.rqm.process.web.entryCriteria","RQM-KEY-PROC-ENTRY-CRITERIA-TITLE")=C3
testplan.Section("myns:com.ibm.rqm.process.web.exitCriteria","RQM-KEY-PROC-EXIT-CRITERIA-TITLE")=C4
testplan.category term="Product".value=C5
testplan.category term="Release".value=F1
testplan.category term="Test Phase".value=C6
testplan.XLSLink=testcase
Already looked in the examples that come with the installation, this forum, https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter and a few other places but none have a list or guide on how to write the .cfg for the different sections.
Thanks,
Vladimir
2 answers
Hi Vladimir,
the section id and extensionDisplayName for testplan,testsuite and testcase are list below:
the RQM section provided by test plan:
Business Objectives
id: com.ibm.rqm.planning.editor.section.planBusinessObjectives
extensionDisplayName: RQM-KEY-TP-BUSS-OBJ-TITLE
Test Objectives
id: com.ibm.rqm.planning.editor.section.planTestObjectives
extensionDisplayName: RQM-KEY-TP-TEST-OBJ-TITLE
Instruments and Test Equipment
id: com.ibm.rqm.planning.editor.section.planTestEquipment
extensionDisplayName: QM-KEY-TP-TEST-EQUIPMENT-TITLE
Test Bed
id: com.ibm.rqm.planning.editor.section.planTestBed
extensionDisplayName: RQM-KEY-TP-TEST-BED-TITLE
Test Data
id: com.ibm.rqm.planning.editor.section.planTestData
extensionDisplayName: RQM-KEY-TP-TEST-DATA-TITLE
Test Conditions
id: com.ibm.rqm.planning.editor.section.planTestCondition
extensionDisplayName: RQM-KEY-TP-TEST-CONDITION-TITLE
Test Identification
id: com.ibm.rqm.planning.editor.section.planTestIdentification
extensionDisplayName: RQM-KEY-TP-TEST-IDENTIFICATION-TITLE
Test Strategy
id: com.ibm.rqm.planning.editor.section.planTestStrategy
extensionDisplayName: RQM-KEY-TP-TEST-STRATEGY-TITLE
Test Plan Scope
id: com.ibm.rqm.planning.editor.section.planTestScope
extensionDisplayName: RQM-KEY-TP-TEST-SCOPE-TITLE
Software Test Environment Details
id: com.ibm.rqm.planning.editor.section.planTestEnvDetails
extensionDisplayName: RQM-KEY-TP-TEST-ENV-DETAIL-TITLE
Sampling Strategy
id: com.ibm.rqm.planning.editor.section.planSamplingStrategy
extensionDisplayName: RQM-KEY-TP-SAMPLING-STRATEGY-TITLE
the RQM section provided by test case:
Test Case Design:
id: com.ibm.rqm.planning.editor.section.testCaseDesign
extensionDisplayName: RQM-KEY-TC-DESIGN-TITLE
Pre-Condition
id: com.ibm.rqm.planning.editor.section.testCasePreCondition
extensionDisplayName: RQM-KEY-TC-PRE-COND-TITLE
Post-Condition
id: com.ibm.rqm.planning.editor.section.testCasePostCondition
extensionDisplayName: RQM-KEY-TC-POST-COND-TITLE
Expected Results
id: com.ibm.rqm.planning.editor.section.testCaseExpectedResults
extensionDisplayName: RQM-KEY-TC-EXP-RESULTS-TITLE
Notes
id: com.ibm.rqm.planning.editor.section.testCaseNotes
extensionDisplayName: RQM-KEY-TC-NOTES-TITLE
Test Preparation
id: com.ibm.rqm.planning.editor.section.caseTestPreparation
extensionDisplayName: RQM-KEY-TC-TEST-PREP-TITLE
Test Description
id: com.ibm.rqm.planning.editor.section.caseTestDescription
extensionDisplayName: RQM-KEY-TC-TEST-DESCRIPTION-TITLE
Test Case Scope
id: com.ibm.rqm.planning.editor.section.caseTestScope
extensionDisplayName: RQM-KEY-TC-TEST-SCOPE-TITLE
the RQM section provided by test suite:
Test Suite Design
id: com.ibm.rqm.execution.editor.section.design
extensionDisplayName: RQM-KEY-EXE-DESIGN-TITLE
Pre-Condition
id: com.ibm.rqm.planning.editor.section.testSuitePreCondition
extensionDisplayName: RQM-KEY-TSUITE-PRE-COND-TITLE
Post-Condition
id: com.ibm.rqm.planning.editor.section.testSuitePostCondition
extensionDisplayName: RQM-KEY-TSUITE-POST-COND-TITLE
Expected Results
id: com.ibm.rqm.planning.editor.section.testSuiteExpectedResults
extensionDisplayName: RQM-KEY-TSUITE-EXP-RESULTS-TITLE
In c:\\Program Files(x86)->ibm->RQMExcelImporter->Samples->Testplan With Testcase 001cfg
the following cfg code is used to enter the exit criteria:
testplan.section("myns:com.ibm.rqm.process.web.entryCriteria","RQM-KEY-PROC-ENTRY-CRITERIA-TITLE")=C4
But the data in c4 is not added in the Entrycriteria field of the RQM?What is the real meaning of this code....