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 |
To get data from table which method will be used in QTP
Explain the constants in vbscript?
How to Convert Hex color code to color name in VB Script?
int a=4857 i need output as 7584.without using any inbuild function?
Mention what is the technology used by vb script?
How to open a file. What is the perpose of true and false mode there?
if there is any string in a given format like as "company name employeecode date" then we have to fetch employeecode form string for ex-string is "capgemini12345june2013" then we have to fetch 12345 by using vb script so guys how can we do that please reply it.
Find Out Length of an array without using Ubound?
i have to open a notepad having no. of words in dat file by recording in qtp and then find a particular word and display true or false
what does create object actually do when you call it in vbscript?
How to Import data from a file (file is on the desktop) to the data table
I want good books or good sites for scripting.Can any one help me.