is qtp 9.2 supported for firefox browser3.0?bcoz when i tried to create scripts with the application run on firefox browser 3.0 then qtp 9.2 didn't ct=reate the scripts?
2 5766i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
1499Hi 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 3734What is the Major difference between QTP ; LoadRunner? If u want to test an 1. erp module which automation tool you would prefer and why? and 2. for web application, which tool and why?
2 47031. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
HCL,
1495I open login gmail page after that QTP is not able to identify the object present in it then what u will do
3 8572did you perform retesting(DATA DRIVEN test) using functions with out using datatable methods how can you perform retesting using functions
3 5082Can any one tell me Difference between Keyword Driven Frame work and Hybrid framework? Its Urgent.
2 12330
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
Explain different type of event trigger option.
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
what is the difference between modular framework & datadriven framework
QTP script is not working on other's machine..
Explain about the test fusion report of quicktest professional?
What are the differences between table and db checkpoints?
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
distinguish between old version and new version QTP features.
what are all the fileds present in object repository?
Explain the benefits of quick test pro(qtp)?
What are the types of object repository?
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
What is the short cut keys for the following?