When I run my RFT script through RQM all the screen shots are displayed as HTML code for example:
On the execution result I get the following message:
LogIngoBufferedImage@81d411c9: type = 1 DirectColorModel: rmask=ff0000 gmask=ff00 bmask=ff amask=0 IntegerInterleavedRaster: width = 1280 height = 1024 #Bands = 3 xOff = 0 yOff = 0 dataOffset[0] 0
I'm using this code in my script
BufferedImage HC = RationalTestScript.getRootTestObject().getScreenSnapshot();
RationalTestScript.logInfo("LogIngo"+ HC);
and
logTestResult("Hair Color Failed" + HC, HairColorVP );
Is there a way to attached the screenshot to the Execution Results Details?
Im using RQM 4 and RFT 8.3 v2