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
Answers were Sorted based on User's Feedback
Answer / 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 |
Can any 1 modify the code whr in want to add\rename a excel sheet in qtp?
What is the scope of a constant declared using public?
How do you declare a variable in vbscript?
Mention characteristics of sub procedures?
What is a difference between scripting language and programming language?
What are the different types of operators and their order of precedence?
write a vb script to find the size of d drive?
What is Querystring collection?
what does create object actually do when you call it in vbscript?
how to acces the remote mechine using vb cript(QTP)
Explain about vb script?
How to throw an error in vbscript?