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


Please Help Members By Posting Answers For Below Questions

How will you get the octal value of the given number in vbscript?

704


Which operator can be used to do an xor operation in vbscript?

950


Out of the different type of operators, which are evaluated first and last in the vbscript language?

754


Explain the filter expression?

831


Mention what is vbscript procedures?

740


What is select case statement?

800


Mention the rules for using option explicit statement?

687


In html file what is an ideal position to include vbscript?

1068


Why is error handling required?

753


What is Procedure or Subroutine in VB Script?

818


PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com

1854


what is the difference between modular and data and keyword driven framework

1940


How to Convert Hex color code to color name in VB Script?

4151


What are the disadvantages of vbscript?

851


what is the differance between BYVAL,BYREF?

1983