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 create MSAcess table foriegn key
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
How to access array data?
Could Anybody tell me VBScript for Check if a given number is Prime number-Don't use any Built- in Functions Boolean/int is Prime(int number).. Thanks in advance.
How regexp.execute method works?
What is byref and byval parameters in vbscript?
In our application qtp unable to indentify the menu items,we tried number of times to add objetcs into object repository but fail. through normal recording mode only objects going to add into repository but while running same recording script qtp showing a error like " unable to indentify the object". in repository there is no any properties and pro values for that object and also i tried with virtual object config also unable to find the object in application and in repository. Then what i have to do to identify menu objects????? can anybody hell me pls..............
What is the extension of the vbscript file?
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
what is the use of Data base check point ?
wat is com(common object model)object for mozilla firefox??? if any knows the exact answer....plz rply me
How to write Descriptive programming in .VBS file i wrote this code but it is giving error.. Dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch qtApp.Visible=True Set objIE = CreateObject("InternetExplorer.Application") objIE.visible = True objIE.Navigate "www.gmail.com" browser("title:=gmail").title("title:=gmail")