05-03-2010, 02:27 PM
Hi,
As i working on web page testing, i used the option to " ".
Its working fine it will display the screen shot of error page, but the problem what i am facing, i am not able to export the same to html or pdf format while saving the result sheet.
Currently, I am using QTP version 10.0 with default add-in's and working windows service pack 2
Can any one suggest me how to import that snapshots too
Thanks in advance.
As i working on web page testing, i used the option to "
Code:
Browser("Login").CaptureBitmap error_file1,True
Reporter.ReportEvent micFail,object_snap,"&<img src='" & error_file1&"'>"
Its working fine it will display the screen shot of error page, but the problem what i am facing, i am not able to export the same to html or pdf format while saving the result sheet.
Currently, I am using QTP version 10.0 with default add-in's and working windows service pack 2
Can any one suggest me how to import that snapshots too
Thanks in advance.