Hi All,
                 i am using the following code to call functions from
global data table. but only the first iteration is running. second function
is not running. It throws the error The retrieve DataTable.Value operation
failed. The <TestScenarioName> column does not exist.
Line (23): "Execute DataTable("TestScenarioName", Globaldt)".

 Row_Count = DataTable.GetRowCount
 DataTable.SetCurrentRow(1)
    For i=1 to Row_Count
  Datatable.SetCurrentRow(i)
  Execute DataTable("TestScenarioName", Globaldt)
 Next



Thanks,
A.UdhayaKumar.

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to