hi all,
I have installed QTP successfully on windows vista.
I am able to record and run on windows applications, but
facing problem with web applications.
While recording, I am able to open the web application, but
when I click on any object or give login name and password,
the events are not getting recorded in QTP.
Could anyone solve the problem. Any settings to be done for
web applications other than selecting web-addin?
Waiting for replies.
Thanks in advance.
Answer Posted / allabakash
launch qtp with web add-in and launch corresponding web
server and database and open browser with our web site
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the file extension of the code file and object repository file in QTP?
What is checking bitmaps?
What is an optional step in qtp ?
How to find the difference between 2 dates in qtp?
How many tabs are available to view your test in a test pane and what are they?
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
after click on compose mail how can we attached a file in qtp with vbscript code
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
How software tester can use constants and variables in scripts?
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
How can you identify the browser and its information using the qtp script?
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
How qtp recognizes the object?