Import Test Script from Excel to RQM using RQM 2.0.1.1 iFix3
13 answers
See the following samples (https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#Document_Configuration):
Scripts that create testcases with comments.cfg
Scripts that create testcases.cfg
----------------------------------------------------------------------------
Is it possible to have a If/Then clause in the config file.
// the literal "execution" will be put into the step type tag, so all steps will be of type execution
testscript.steps.type="execution"
testscript.steps.description=E
testscript.steps.title=D
testscript.steps.name=D
testscript.steps.expectedResult=F
I need to have some steps in the Test Script with step type tag as "reporting" How should the code be changed??
I have been able to successfully import Testscript from Excel to RQM, but I Need to have some steps as 'execution' & and some steps as reporting. The following code in Config file creates all steps as Execution steps
// the literal "execution" will be put into the step type tag, so all steps will be of type execution
testscript.steps.type="execution"
testscript.steps.description=E
testscript.steps.title=D
testscript.steps.name=D
testscript.steps.expectedResult=F
Is it possible to have a "IF"/"Then" clause statement to accomodate 'Reporting' steps too.
How should I write the code in the Config file?
// the literal "execution" will be put into the step type tag, so all steps will be of type execution
testscript.steps.type="execution"
testscript.steps.description=E
testscript.steps.title=D
testscript.steps.name=D
testscript.steps.expectedResult=F
Is it possible to have a "IF"/"Then" clause statement to accomodate 'Reporting' steps too.
How should I write the code in the Config file?
Correct, you cannot import test scripts in the RQM UI. You must use https://jazz.net/wiki/bin/view/Main/RqmApi or https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter.
Follow the Tip in https://jazz.net/wiki/bin/view/Main/RqmApi#Create_Tip to see how to link a test case to a test script,
Follow the Tip in https://jazz.net/wiki/bin/view/Main/RqmApi#Create_Tip to see how to link a test case to a test script,
Hi everybody,
Everything is fine with excel to repo import utility. I am able to import some basic information of test case/script/plans. Now I am trying to import some advanced properties of them like Pre-Conditions,etc...
I am using
testcase.section("com.ibm.rqm.planning.editor.section.testCaseExpectedResults", "Excepted Result")=G
But I got an error message which says Test Case cannot be created. There is nothing more.Does anyone have any solution for this?
Everything is fine with excel to repo import utility. I am able to import some basic information of test case/script/plans. Now I am trying to import some advanced properties of them like Pre-Conditions,etc...
I am using
testcase.section("com.ibm.rqm.planning.editor.section.testCaseExpectedResults", "Excepted Result")=G
But I got an error message which says Test Case cannot be created. There is nothing more.Does anyone have any solution for this?
page 1of 1 pagesof 2 pages