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 |
How are values assigned to the variables in the vbscript language?
What is the scope of a constant declared using public?
who will create the object?
how to operate webobjects in a webpage using getobject function and then using generic methods?
how to write code: to check whether the window of an Application Under Test exist or not . plz give with example
Explain vbscript in detail?
how to validate the text in a web table
how to write function to validate the number of characters entering into the text box?
Is VB Script Case sensitive or Case insensitive?
How do you get the value of a combo box in Javascript?
How should i Create Email invite with server-side Coding?
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.