How to insert snapshot during manual scripting in QTP?



How to insert snapshot during manual scripting in QTP?..

Answer / prathyusha

We can use capturebitmap for this two inputs are there one is filetype means need to give path and type of image like png or bmp ("Ex:Login.png") and rest is true or false. true means if image is there with same name it will overwrite if not it creates the name which we have given..By default true is there.
Browser().page().capturebitmap("G:Login.png",true)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB Script Interview Questions

what do you mean .ota mobile format

0 Answers  


how to declare a variable in vbscript using vbscript

4 Answers  


Explain about filter expression?

0 Answers  


Which function is used in the vbscript language to convert the specified expression into a date type value?

0 Answers  


What is parametrization ?

9 Answers  


What is the use of "Option Explicit"?

2 Answers  


int a=4857 i need output as 7584.without using any inbuild function?

6 Answers   Aspire,


what is the use of Data base check point ?

3 Answers  


In html file what is an ideal position to include vbscript?

0 Answers  


write a vb script to add two 2*2 matrix

2 Answers  


How to search word in a string without using instring function?

1 Answers   CSS Corp,


hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?

0 Answers  


Categories