Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Conditional Statements from Data Table
#2
Solved: 11 Years, 4 Months ago
Checkout the DataTable under the following help:
QuickTest Object model reference -> Utility Objects -> DataTable object.

I have used once like this to read from the global data table: DataTable("Name", dtGlobalSheet)
This will read the data under column: Name, of the row that corresponds to current iteration.
Also was able to access like this (my global data table has been just named 'Global"):
Code:
DataTable.GetSheet("Global").GetParameter("Type").value
If you look at the help, you will find some more info, so that you can access data at specific row, column.
Tips: When you read values...pay attention to the type of the data...After the value is read, may be you want to convert into String using CStr(...) so that you can compare easily...
Reply


Messages In This Thread
RE: Conditional Statements from Data Table - by sepgs2004 - 03-05-2009, 08:43 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  data table use uft_usr 1 2,242 06-29-2016, 05:23 PM
Last Post: Ankesh
  Writing to Run time data table Neetha 5 12,175 08-27-2015, 10:18 AM
Last Post: supputuri
  Retrieving data from web table nsuresh316 1 3,113 03-03-2014, 08:29 AM
Last Post: basanth27
  How to get data from data table in Ascending order dipashri 1 3,756 01-28-2014, 09:54 PM
Last Post: jacosta
  Data Table Query Suma Parimal 4 4,790 01-21-2014, 12:50 PM
Last Post: Suma Parimal

Forum Jump:


Users browsing this thread: 1 Guest(s)