How to Upgrade or support firefox 2.0 version on QTP 9.0?
I have installed QTP 9.0 and installed firefox 2.0. But in
REcord and Run Settings, it shows firefox 1.5 in Web tab
for browser selection.
No Answer is Posted For this Question
Be the First to Post Answer
in my application,validation message has in japanise language.how to validate this message is appears properly or not
Can any body please tell me the steps of keyword driven framework of QTP.
How can i use Output Check points in QTP
Define virtual object?
can i automate java web application using qtp web addin only not using java addin
Hi, Can anyone write the following qtp script...please its urgent ·Navigate to Google in a new IE instance ·Search for the following word "Gap, Inc." ·Iterate thought the first 10 pages of google ·On each page collect the following ·The "blue" page title ·The "green" url ·Output all the data into a file named "test_output.txt" ·Format "Title – URL"
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
How do u write a regular expression for date (dd/mm/yyyy) field ?
How can we perfom Action and Component parameter.?
Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If
1. how can you handle exceptions without using recovery scenario?
how we can take data in the username field text box into variable in web application explain with example and give all functions to get data into variables