Import Test Script from Excel to RQM using RQM 2.0.1.1 iFix3
I have downloaded the Excel Add-in to import to RQM
I want to import a Test Script with 3 columns in Excel into RQM. The columns are Step #, Step description and Expected Results Can somebody please guide me how to do it? Thanks in advance |
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 |
See the following samples (https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#Document_Configuration): Thanks |
See the following samples (https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#Document_Configuration): ---------------------------------------------------------------------------- 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? |
Unfortunately, there is no conditional keyword. You may be able to use the Find*() or property() keywords (https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#Examples).
|
Did you follow https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#Troubleshooting to determine the problem?
Are you using the RQM Excel/Word Importer to import the test resources or importing raw XML using the RQM UI? |
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, |
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? |
Hi iam new to Qulaity Maanger.We need to Imoprt all the test scripts from Excel to RQM.
I saw comments about Excel-Addin is this available in 2.0.1 iFix 4 Please let me know the steps to import |
Hi iam new to Qulaity Maanger.We need to Imoprt all the test scripts from Excel to RQM. https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter this can help you. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.