It's all about the answers!

Ask a question

How to enable debug in RQMAdapter.err file available in "Result Details" section while running testcases using selenium adapter?


Hitha Mudalagiri (1112) | asked Mar 09 '17, 12:00 a.m.

Currently I am getting INFO message in RQMAdapterXXXX.err attachment available in Result Details section of RQMTest cases. I am using Selenium adapter.
I want to enable to DEBUG in the same RQMAdapterXXXX.err file. how can I do it?. Thanks!

One answer



permanent link
abhishek gour (3812) | answered Mar 14 '17, 10:58 p.m.
edited Mar 14 '17, 11:00 p.m.

Hi Hitha, 

Regarding enabling the DEBUG in RQMAdapters - you may have to change the following two line from INFO to DEBUG in your log4j.properties file ( available at the same folder where start.sh. start.bat are run from ).

log4j.logger.com.ibm.rqm.adapter.library=DEBUG
log4j.logger.com.ibm.rqm.adapter.commandline=DEBUG

After this, please remember to remove Config2.ini file so that adapter can reconfigure the connection with RQM Server. 

And now restart the adapter. You would get your debug logs in Adapter.log file. 

Thanks,
Abhishek

Your answer


Register or to post 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.