Changing the test result using Selenium Adaptor
Hi!
I'm using Selenium Adaptor to integrate my tests with RQM. Currently if my test pass, the test result will be "Passed" on RQM and if it fails, it will be "Failed".
Some of my tests occur errors in the browser navigation, and it doesn't mean that it was a test fail. In this case, would be more accurated to be signed as "Error". Some other tests are inconclusive and I'd like to set the result as "Inconclusive".
How can I do to change the test result, using Selenium Adaptor?
One answer
Hi Wanderson,
Unfortunately Selenium Adapter supports only 2 types of test results as of now - Passed and Failed.
I would suggest to open an RFE in RQM for this scenario -
https://www.ibm.com/developerworks/rfe/execute?use_case=changeRequestLanding
Thanks.