download .csv file from RQM server by https request.
Hello all and thank for the help !!!
i know that is no way to get grid section from RQM by RPE. for example TestData(RQM), datapool(RPE).
but i success get the path("http://..") for the attachment file (" .CSV") that contain the data of the grid section so i think if there a way download the file from the server automatically (JAVA, VBS, JS...any way ) i think it's problem because it's https request and no regular http req.
Thank For The Helper !!!!!
|
One answer
Unfortunately, this is not supported. See adding a request parameter to the RQM Reportable REST API to return the datapool records in datapool resource/feed GET requests (84657).
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Can't really understand what you're trying to say. HTTP and HTTPS should have no bearing on what content being transferred. Can you explain more on details what URL you use to download what attachment?
In order to make STD report i print all the test case and for every test case i print test script sometimes the script contains test data and i want print it with RPE.