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 events in the vbscript language?
Mention what is the technology used by vb script?
write script to open Gmail.com, and to write script for entering username and password and show whether the result as pass or fail
Explain about filter expression?
In html file what is an ideal position to include vbscript?
What is select case statement?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
What are class events?
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
wht must be the interview question on corinthian information technology solutions incorporated.
How will you get a random number between 0 and 1 in vbscript?
When does ‘on click of button’ event gets triggered in the vbscript language?