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 |
Explain about vb script?
My Salary is 65000. How Much TDS I have to pay
Explain about the extension .hta?
Compare java script and vb script?
how to organize files in object repository of qtp
How to Import data from a file (file is on the desktop) to the data table
how do you make the variable declaration mandatory?what is the use of "option explicit"?
Mention what is vbscript procedures?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
What is the difference between a dictionary and an array?
regular expression that will recognize a browser as long as its name property starts with mybrowser
How can you destroy an object in vbscript?