Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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:

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?

0 votes



3 answers

Permanent link
Which version of RFT are you using, 8.0.0.3?

0 votes


Permanent link
Which version of RFT are you using, 8.0.0.3?


I am using RFT 8.0.0 with RQM 2.0 Beta 2. I read a post on the forum about someone with RFT 8.0.3 having issues getting the adapter to connect to RQM so I did not install 8.0.3.

0 votes


Permanent link
It works for full screen images

 BufferedImage image = RationalTestScript.getRootTestObject().getScreenSnapshot();
RationalTestScript.logInfo(">>SCREENSHOT: ", image);

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jun 11 '09, 3:05 p.m.

Question was seen: 7,582 times

Last updated: Nov 07 '12, 10:42 p.m.

Confirmation Cancel Confirm