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 is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
Why to add checkpoint in QTP What's the purpose of checkpoints & how to add it
Can u describe what kind of testing are for OTC derivates by banks.
write a vb script to generate fibonnaci numbers
What are the environments supported by vbscript language?
How to Import data from a file (file is on the desktop) to the data table
Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.
How to check the particular window is exist or not with out using check points
can any body give the code to write the function for given suppose user login with usrer id and pwd to yahoomail.after cliking "sign in"if it is valid user id the next page will display userid'message box.( Note u have to use excel sheet to retrive the userid's data)
write a vb script to display 3*3 matrix
What are the naming conventions while declaring a variable in the vbscript language?
Does VB/Win make standalone .EXE files?