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).
Comments
Donald Nong
Oct 29 '14, 8:39 p.m.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?
Naor Ben David
Oct 30 '14, 3:06 a.m.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.