HiI am in the process of evaluating Automation tool for my project which is in C#.net.Its an Desktop application.Can any one please let me know whether QTP 8.2 with .NET Add ins will support this application.I need to basically carried out the Regression testing.Saurit.
Latest Answer : The below code...will connect to databaseSet xlconn=createobject("ADODB.connection")Set xlrset=createobject("ADODB.recordset")connstring="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:Documents and SettingsmavDesktopseshudb1.mdb;User ...
I am trying to connect to Oracle in QTP but its not workingI hv written a code as - Set conn = CreateObject("ADODB.Connection")Set rs = CreateObject("ADODB.Recordset")SQL_Statement = "SELECT COUNT(*) FROM ACCOUNTconn.Open "Provider=OraOLEDB.Oracle;Driver={Microsoft ODBC Driver for Oracle};ConnectString=Test.WORLD;Uid=bds_read;Pwd=bds_read;"Its giving me error as - DSN not found or provider not foundBut I have created SYSTEM dsn as Test.WorldCould anybody suggest
Hi,I am new to QTP. I am trying to connect to the database through Database checkpoints and unable to connect to the database. Here we are using IBM DB2. It is giving error "Format of the initialization string does not conform to the OLE DB specification."And the created Connection string is "DRIVER={IBM DB2 ODBC DRIVER};DSN=dsnname;UID=uid;PWD=pid;MODE=SHARE;DBALIAS=dbname;"Can you please resolve my problem.Thanks in advance..
Latest Answer : I guess the above one is correct- by asreddy. ...
How to connect database by using QTP tooland also how can we create 'dsn'.do we create 'dsn'
Latest Answer : 1)How to and Where to get Plug In to connect TD to QTP ?2)How can i get QTP Plug In to test Siebel 7.7 Applications.? ...
Hi, I want the script which access remote computer and copy specific folder from remote computer to local machine.Kindly help me..Regards,K.Prema.
I need to automate tests on a inhouse built application. This application can be accesed through CITRIX terminal server. How can I connect to this server via QTP and access the application.Is there any
Latest Answer : Hi, CITRIX is like a different platform, if u want to record or develop any scripts in CITRIX using QTP you need to install QTP in the CITRIX server, and in u r local machine u install CITRIX Neighbour wood. ...
Hi I am New to Qtp tool. My project is an Desktop Application developed in Java.How to pick the data from the drop down list box. At the record time it captures the data from the combo box but while running
Latest Answer : if all the above not working then we have to add java addin in QTP ...