Its script failure in first iteration only.

Error says your data file global sheet  not having expected column
"TestScenarioName".

Make sure of column name existance.


On Tue, May 15, 2012 at 12:46 PM, udhaya kumar
<udhayasoftcse...@gmail.com>wrote:

> 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 MercuryQTP@googlegroups.com
> To unsubscribe from this group, send email to
> mercuryqtp+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/MercuryQTP?hl=en
>

-- 
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 MercuryQTP@googlegroups.com
To unsubscribe from this group, send email to
mercuryqtp+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to