[Closed] RQM URL Utility: Error with java script
Hello,
I am trying to read the test case using RQM URL Utility. but I am getting below error
<noscript><div id="net-jazz-ajax-NoScriptMessage">Javascript is either disabled or not available in your Browser</div></noscript>
<div id="net-jazz-ajax-InitialLoadMessage">Loading...</div>
Please provide me some solution.
Thanks,
Regards,
Kumar
I am trying to read the test case using RQM URL Utility. but I am getting below error
<noscript><div id="net-jazz-ajax-NoScriptMessage">Javascript is either disabled or not available in your Browser</div></noscript>
<div id="net-jazz-ajax-InitialLoadMessage">Loading...</div>
Please provide me some solution.
Thanks,
Regards,
Kumar
Accepted answer
Since there is pretty much no information in the question, I doubt there will be a lot of answers. My best guess is that you are passing a URL that is actually just a usual Web UI URL and not a REST Service compatible one. The URL tries to open up and misses JavaScript which is not provided by the RQMURLUtility.
Comments
I am using restclient addon and also trying with RQM URL Utility in both same error.
Trying get request for URL - https://localhost:9443/qm/process/project-areas
Error is Java script is either disabled or not available in your Browser.
Thanks,
Regards,
Kumar
Because the error is likely the URL in use and not the tool that is used to use it.
One other answer
The particular URL https://localhost:9443/qm/process/project-areas should return XML contents. The only scenario that it returns HTML content is when you have not logged on successfully (hence a login page). Make sure that you have specify the correct username and password when using the utility.
BTW, it's bad practice of using "localhost" in the public URI.
BTW, it's bad practice of using "localhost" in the public URI.