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 |
How to write a general script which should does the following a). If a page object is given, it should identify the page object of the corresponding page(site). b). It should identify all the links of that particular page. in QTP tool?
2 Answers IBM, Infosys, Wipro,
How can you create an object in vbscript?
What are string functions in vbscript?
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
write a script to count no drives in file systems in qtp?
When importing an excel file that has several columns each with different number of rows into QTP's Global datatable, how can you count the number of rows in a particular column?
3 Answers Logica CMG, McGraw Hill,
Difference between Do while loop and while wend loop
Explain the asc function?
Explain few date functions in vbscript?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
write a vb script to find the size of d drive?
give me an ex. of unoverloaded method?