RPE Export RQM Keyword steps with regular steps in a template
hi,
I was able to export the keywords steps for a test script in my template but the remaining steps that belong to the test scripts after the keywords steps are not exported.
I used the instructions from the article below:
how can I add the remaining steps of the scripts after the keywords steps?
Lior
3 answers
If I understand correctly, you are able to print keyword steps and not execution steps.
For execution steps (testscript/steps/step = "execution"), you can directly print testscript/steps/step/description and testscript/steps/step/expectedResult.
You can refer the sample template QM_TestcasesWithTestscripts.dta (under %rpe_home%\templates\RQM)
Comments
thanks,
what I meant is that in some cases the first step of a test script is a keyword which includes 4 steps for an instance.
so it goes like step 1.1 until 1.4.
and then step 2 is a normal steps of the script.
I want to be able to export it all whether there is a keyword or not.
the template in the example you mentioned doesn't export the keyword ,it exports like to the keyword (I guess) and does not print the actual steps of the keyword, is there any additional actions I have to do in order for the steps of the keyword to be exported as well?
I was able to work it out , thanks.