-
-
-
-
-
-
-
-
DbTable("DbTable_2").SetTOProperty "Source", datatable.Value("Query")
NewSQL=DbTable("DbTable_2").GetTOProperty("Source")
SQL=NewSQL
msgbox SQL
DbTable("DbTable_2").Output CheckPoint("DbTable_2")
The above code gives me the new query every time for each iteration. However the checkpoint is failing.
Any suggestions">Hi,I am using dbcheckpoint. I want to change the query for every iteration.So I am using the following code :SQL=DbTable("DbTable_2").GetTOProperty("Source")DbTable("DbTable_2").SetTOProperty "Source", datatable.Value("Query")NewSQL=DbTable("DbTable_2").GetTOProperty("Source")SQL=NewSQLmsgbox SQLDbTable("DbTable_2").Output CheckPoint("DbTable_2")The above code gives me the new query every time for each iteration. However the checkpoint is failing.Any suggestions
-
-
-
-
-
-
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...
-
How to check dynamic cell data.
Here i used Reg Exp but it was not working
-
-
How to focus on nth page of an web application?
I want to focus on the 9th page of my web application. What should I do? Explain with script.
-
How to prevent sharing QTP Scripts with others?
Is there any option in QTP for not sharing our scripts with others. I just dont want anybody to see my scripts. What is the way?
-
-
QTP Interview Questions
Ans