RQM and RPE use of Test Data
I have created test scripts with associated test data. I can run this offline and execute the script from Excel with all of the test data populated.
I now want to be able to export this to RPE to allow the test script and test data to be published. I can produce the Test Plan, with Test Cases and Test Scripts, but the Test Scripts only show the field name of the test data. Is it possible for the RPE export to contain the script and Test data as is shown in the excel off-line execution?
br Ash
One answer
I am afraid we cannot get data records through RQM's REST API. I could get only field names on using datapool/variables/variable/name.
However, we can get the .csv file in RPE report using datapool/attachment/href. You may refer the following link that briefs how to have attachments as OLEs in the output.
https://rpeactual.com/2015/11/13/embed-attachments-as-oles-in-the-rpe-word-output/
However, we can get the .csv file in RPE report using datapool/attachment/href. You may refer the following link that briefs how to have attachments as OLEs in the output.
https://rpeactual.com/2015/11/13/embed-attachments-as-oles-in-the-rpe-word-output/