Exporting QM Keywords in a test script step (using RPE)
![]() We are currently printing our test scripts using RPE but when we export, the keywords print as "<data attribute not found>". Our goal is to print the keyword as a step in a table. The regular steps print out just fine! |
One answer
![]()
You need to check the step type - whether it is keyword or execution. For keyword, you need to add another data source and configure the URI as testscript/steps/step/link/href. From _keyword datasource, you can print the details as shown in screenshot.
![]() |