Test Srcipt feed doesn't return non-manual test scripts
Hi,
I noticed that when trying to retrieve the test script feed using firefox:
https://localhost:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Sample/testscript
It didn't return any of the rational function tester test scripts. So I tried use the URL utility to get a RFT test script by its id. The result XML doesn't have any information other than the following
Is it how it's supposed to be? Is there another way to retrieve a RFT test script in XML with more information, such as adapter path, script argument and execution argument? Thank you!
I noticed that when trying to retrieve the test script feed using firefox:
https://localhost:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Sample/testscript
It didn't return any of the rational function tester test scripts. So I tried use the URL utility to get a RFT test script by its id. The result XML doesn't have any information other than the following
xml version="1.0" encoding="UTF-8"?><ns2:testscript xmlns:ns2="http://jazz.net/xmlns/alm/qm/v0.1/" xmlns="http://purl.org/dc/elements/1.1/" xmlns:ns10="http://jazz.net/xmlns/alm/qm/qmadapter/v0.1" xmlns:ns11="http://jazz.net/xmlns/alm/qm/qmadapter/task/v0.1" xmlns:ns3="http://jazz.net/xmlns/alm/v0.1/" xmlns:ns4="http://schema.ibm.com/vega/2008/" xmlns:ns5="http://jazz.net/xmlns/alm/qm/v0.1/testscript/v0.1/" xmlns:ns6="http://jazz.net/xmlns/alm/qm/v0.1/catalog/v0.1" xmlns:ns7="http://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1" xmlns:ns8="http://jazz.net/xmlns/alm/qm/v0.1/tsl/v0.1/" xmlns:ns9="http://jazz.net/xmlns/alm/qm/v0.1/executionworkitem/v0.1"/
Is it how it's supposed to be? Is there another way to retrieve a RFT test script in XML with more information, such as adapter path, script argument and execution argument? Thank you!
2 answers
Hi,
I noticed that when trying to retrieve the test script feed using firefox:
https://localhost:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Sample/testscript
It didn't return any of the rational function tester test scripts. So I tried use the URL utility to get a RFT test script by its id. The result XML doesn't have any information other than the following
xml version="1.0" encoding="UTF-8"?><ns2:testscript xmlns:ns2="http://jazz.net/xmlns/alm/qm/v0.1/" xmlns="http://purl.org/dc/elements/1.1/" xmlns:ns10="http://jazz.net/xmlns/alm/qm/qmadapter/v0.1" xmlns:ns11="http://jazz.net/xmlns/alm/qm/qmadapter/task/v0.1" xmlns:ns3="http://jazz.net/xmlns/alm/v0.1/" xmlns:ns4="http://schema.ibm.com/vega/2008/" xmlns:ns5="http://jazz.net/xmlns/alm/qm/v0.1/testscript/v0.1/" xmlns:ns6="http://jazz.net/xmlns/alm/qm/v0.1/catalog/v0.1" xmlns:ns7="http://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1" xmlns:ns8="http://jazz.net/xmlns/alm/qm/v0.1/tsl/v0.1/" xmlns:ns9="http://jazz.net/xmlns/alm/qm/v0.1/executionworkitem/v0.1"/
Is it how it's supposed to be? Is there another way to retrieve a RFT test script in XML with more information, such as adapter path, script argument and execution argument? Thank you!
Actually non-manual scripts are called "remotescript"s in the REST API.
Try this URL:
https://localhost:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Sample/remotescript
yes, i got it. Thanks
Actually non-manual scripts are called "remotescript"s in the REST API.
Try this URL:
https://localhost:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Sample/remotescript
Hi,
I noticed that when trying to retrieve the test script feed using firefox:
https://localhost:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Sample/testscript
It didn't return any of the rational function tester test scripts. So I tried use the URL utility to get a RFT test script by its id. The result XML doesn't have any information other than the following
xml version="1.0" encoding="UTF-8"?><ns2:testscript xmlns:ns2="http://jazz.net/xmlns/alm/qm/v0.1/" xmlns="http://purl.org/dc/elements/1.1/" xmlns:ns10="http://jazz.net/xmlns/alm/qm/qmadapter/v0.1" xmlns:ns11="http://jazz.net/xmlns/alm/qm/qmadapter/task/v0.1" xmlns:ns3="http://jazz.net/xmlns/alm/v0.1/" xmlns:ns4="http://schema.ibm.com/vega/2008/" xmlns:ns5="http://jazz.net/xmlns/alm/qm/v0.1/testscript/v0.1/" xmlns:ns6="http://jazz.net/xmlns/alm/qm/v0.1/catalog/v0.1" xmlns:ns7="http://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1" xmlns:ns8="http://jazz.net/xmlns/alm/qm/v0.1/tsl/v0.1/" xmlns:ns9="http://jazz.net/xmlns/alm/qm/v0.1/executionworkitem/v0.1"/
Is it how it's supposed to be? Is there another way to retrieve a RFT test script in XML with more information, such as adapter path, script argument and execution argument? Thank you!
Actually non-manual scripts are called "remotescript"s in the REST API.
Try this URL:
https://localhost:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Sample/remotescript