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 |
. Program for sorting of numbers in vb script?
how to genarate a random numbers in vb?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
What is the use of the instr function?
How can the spaces from the string be removed?
write a vb script to display first 5 odd numbers from 1 to 100
how to organize files in object repository of qtp
how to write function to validate the number of characters entering into the text box?
Am working with web application. i faced one senario. i.e, webpage having webtable having two coloumns, in that first coloumn is for serial no and second coloumn is for mac address link, now i want to get first row second coloumn value, that having macaddress as link. Please help me how to get that link?
How to open browser in vb script?
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
Is VB Script Case sensitive or Case insensitive?