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)