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 are the environments supported by vbscript language?
Mention how to access array data?
How to copy from one script to another script in qtp
How to Import data from a file (file is on the desktop) to the data table
Is vbscript a case-sensitive or case-insensitive?
which is the best institute in banglaore for software testing?
I have a webtable and many objects are embedded in side.(like buttons,checkboxes etc). How to know how many such objects are there? what is the class of that objects?
what is used of Property........End Property loop ? how to write the script for it?
What's the difference between vbscript and vb.net?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
How to get the length of the string by making use of the string function?
What is purpose of scripting.filesystemobject class in vbscript?