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 |
Description.Create
Inorder to avoid Message box while writing script which alternative method can be used?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
How to write Descriptive programming in .VBS file i wrote this code but it is giving error.. Dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch qtApp.Visible=True Set objIE = CreateObject("InternetExplorer.Application") objIE.visible = True objIE.Navigate "www.gmail.com" browser("title:=gmail").title("title:=gmail")
How to check the particular window is exist or not with out using check points
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
How will you get the octal value of the given number in vbscript?
what is descriptive programming in QTP and what is environment variable in QTP? where we store and what is its use?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
compare the string without using stringcomp function?
Explain the operator precedence in vb script?
Explain How do you create a recordset object in vbscript?