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



what is the code in QTP to take screen shot? Please send me any one to my mail id. my mailid is ma..

Answer / pankaj jaju

Desktop.CaptureBitmap "C:\test.bmp"

Is This Answer Correct ?    5 Yes 0 No

what is the code in QTP to take screen shot? Please send me any one to my mail id. my mailid is ma..

Answer / manjunath

capturebitmap"path" method

Is This Answer Correct ?    2 Yes 0 No

what is the code in QTP to take screen shot? Please send me any one to my mail id. my mailid is ma..

Answer / sojan davis

Desktop.CaptureBitmap ScreenName,True

Is This Answer Correct ?    0 Yes 0 No

what is the code in QTP to take screen shot? Please send me any one to my mail id. my mailid is ma..

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

Post New Answer

More VB Script Interview Questions

How do you write an SQL insert statement?

4 Answers   HCL,


What is the use of the date function in the vbscript language?

0 Answers  


What is the scope of a constant declared using public?

0 Answers  


write a vb script to display 3*3 matrix

1 Answers  


explain with example primitive data types of vb script.

1 Answers  






write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links

1 Answers  


What are the special sub-types in vbscript?

0 Answers  


how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me

0 Answers  


What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?

0 Answers  


Is it possible to pass optional argument to function in vb script?

2 Answers  


plz give ans to this in vb script........ "krishna radha" i want to print this string "Radha Krishna" like this

5 Answers  


Explain the asc function?

0 Answers  


Categories