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
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
Explain the .wsf files?
Explain about operator precedence in vb script?
Explain a few date functions in vbscript
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
what is the difference between modular and data and keyword driven framework
what is the features of visual basic?
What is event handling in vbscript?
How to Convert Hex color code to color name in VB Script?
Explain about constants in vb script?
What are the environments supported by vbscript language?
What is the main difference between function and sub-procedure?
Mention characteristics of sub procedures?
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..