what is the code in QTP to take screen shot? Please send me
any one to my mail id. my mailid is manu.sanepalli@gmail.com
Answer Posted / manjunathareddy
Oldmode=Setting("SnapshotReportMode")
Setting("SnapshotReportMode")=0
Dialog("Login").Activate
Dialog("Login").WinEdit("Agent Name:").Set "admin"
Dialog("Login").WinEdit("Password:").Set "mercury"
Dialog("Login").WinButton("OK").Click
Setting("SnapshotReportMode")=Oldmode
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are class events?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
Mention how you can call vbscript functions?
how to increase the values in text box in a given text box increament by two values by clicking on button
Which data type/types are supported by vbscript language and what are their specialties?
What is select case statement?
Explain the .wsf files?
What is the difference between do until loop and do while loop?
Explain what is loose binding? Why is it not a good practice to use it?
How will you check that a variable is an array in vbscript?
Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.
Mention how to access array data?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
How to create a cookie using vbscript?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).