Datapool (Test Data) in RPE
Accepted answer
I am afraid you cannot export the test data records directly in RPE. You can either embed the data file in the output or open the data file using javascript and iterate through the records and print them. datapool/attachment/href will return the link to the data file.
You may refer the blog.
Comments
Hello Subramanya,
I am trying to create the simplist javascript, and every time I am getting this error:
Running...
org.mozilla.javascript.undefined@feeec4c1
Finished.
Can you please post the script? You may refer the sample OOTB templates having JavaScript (under %rpe_home%\templates) or sample javascript under %rpe_home%\utils\scripts