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 |
what do you mean .ota mobile format
how to declare a variable in vbscript using vbscript
Explain about filter expression?
Which function is used in the vbscript language to convert the specified expression into a date type value?
What is parametrization ?
What is the use of "Option Explicit"?
int a=4857 i need output as 7584.without using any inbuild function?
what is the use of Data base check point ?
In html file what is an ideal position to include vbscript?
write a vb script to add two 2*2 matrix
How to search word in a string without using instring function?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?