-
-
-
-
How to connect to SQL Server 2005 database from QTP
I created my database in SQL Server 2005 and used the following script to connect to my database from QTP. But it didn't workim ObjDBSet ObjDB= Create Object("ADODB Connection")ObjDB.ConnectionString = "DSN=Database Name"ObjDB.OpenStrQuery = "Select * From Table Name Where Condition for query"Set ObjResult = ObjDB.Execute(StrQuery)After I run the script in QTP. I'm getting the following error message"The...
-
-
-
-
-
-
Running multiple recorded scripts simultaneously in QTP
Hi,I am Monali Desale. I have one query in QTP. Can we run multiple recorded scripts simultaneously? If yes, please tell me what is the process for that? I know using batch process u can run multiple recorded scripts in sequential manner.
-
-
-
-
-
-
-
-
-
-
QTP Interview Questions
Ans