RFT log in RQM doesn't have screenshots?
I tried executing some of our RFT 8 scripts in RQM and viewed the log file. Our scripts try to take screen captures of the AUT periodically for reporting purposes. We use the standard RFT method:
The RFT Simple Log and the RFT Detailed log didn't have screenshots of our application. I verified the imported RFT script had these lines in the code, and ran the RFT script stand-alone and the regular HTML report from RFT has the screenshots.
Is this a defect? Should the RQM report have screenshots when invoked this way? Is there an alternative to get application screenshots during execution?
logInfo("Click OK button", button_Ok().getScreenSnapshot());
The RFT Simple Log and the RFT Detailed log didn't have screenshots of our application. I verified the imported RFT script had these lines in the code, and ran the RFT script stand-alone and the regular HTML report from RFT has the screenshots.
Is this a defect? Should the RQM report have screenshots when invoked this way? Is there an alternative to get application screenshots during execution?