How To Export The Screen Shoots Along With The Test Reports
In QTP Version 10?
Thanks In Advance
SenthilKumar
Answer / reddy prasad
using data table methods
datatable.exportsheet "path",sourceid,desid
to export screen shots by using capture bitmap
objecthierarchy.capturebitmap "path to store"
| Is This Answer Correct ? | 0 Yes | 1 No |
WHAT ARE THE SHORTCUT KEYS IN QTP?
What is the difference between Systemutil.run and Navigate.
Can any one tell me Difference between Keyword Driven Frame work and Hybrid framework? Its Urgent.
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
how to prepared for first for the first interview?
What is a Patch in QTP?
What are the different attribute used with regular expression?
How can i check elements sorted in dorpdown using qtp..
I have recorded a test using qtp to download a file in an application. Code: Browser("MFA Work Queue Manager").Page("MFA Work Queue Manager").Link("Rules Maintenance").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebEdit("txtSearch").Set "PmtType" Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Search").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Export").Click Browser("MFA Work Queue Manager").Dialog("File Download").WinButton("Save").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").Sync Dialog("Save As").WinButton("Save").Click Dialog("Save As_2").WinButton("Yes").Click Problem: When running this test it gives an error at line no. 5 as Save button object is not identified by it's parent object. This code I ran 4 times after recording at it was working fine but 5th time onwords, it starts giving me the above problem. I used exist property option, Check Property option but none of this changes work at all. Kindly help...
what area in a web application cannot be automated.
The hybrid framework can be implemented for any application. Is it true?
When a requirement is given to u to automate , What is ur basic approach ?