How to enable debug in RQMAdapter.err file available in "Result Details" section while running testcases using selenium adapter?
Currently I am getting INFO message in RQMAdapterXXXX.err attachment available in Result Details section of RQMTest cases. I am using Selenium adapter.
|
One answer
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
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.