RQM result details and RFT log are empty
One answer
Try
1. Executing a new script with just one statement say
logInfo("Hello world");
and see if this script runs fine and log has the info you just added.
2.If above exhibits the same issue then there is general issue with the environment and we need to find that out. If it runs with proper logs (which is what I expect btw) , then we need to find out what has changed in the project/script that is being run. does this script that you are running and having issue has any datapool references ? If yes could you see if the datapool is empty or has any unexpected changes since the last time when everything was working fine?
Comments
answer to :
1: The script runs but result details and log are empty
2. All old projects/scripts and new projects/scripts run fine. It's just this project/script. It uses datapool and there are data in the datapool. It's a new project/script. It was tested and runs fine in RFT. It's only when it executed through RQM that is has the problem.
For # 1 is the sample script in a new project or the same project where you have the datapool associated?
Also Which Version of RFT are you using?
For #1, yes, but the script doesn't reference it.
RFT Version 8.6.0.5
Does the project in question uses a shared datapool or are the datapools private to the scripts that use them?
Hi, Connie
You may want to turn on debugging to find out what is happening.
http://www-01.ibm.com/support/docview.wss?uid=swg21597847
Make the reproducible script as short as possible. And run a similar short script which is working one and compare the logs and see where/what is the distinction in the backend.
Thanks