-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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
-
QTP Interview Questions
Ans