How to insert snapshot during manual scripting in QTP?
Answer Posted / 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 |
Post New Answer View All Answers
how to operate webobjects in a webpage using getobject function and then using generic methods?
1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.
What are keywords in the vbscript language?
What are the special sub-types in vbscript?
What are string functions in vbscript?
when we use filter funtiom invb script(QTP)
What is loose binding? Why is it not a good practice to use it?
Mention characteristics of sub procedures?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
How do i automate a website www.flyashx.com without having any test cases witin a week time.
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
What are the rules to name variable in vbscript?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
How to write VB script for login module?
Write a code to print numbers from 5 to 0?