Forum Discussion

OV's avatar
OV
Frequent Contributor
8 years ago

TC fails to retrieve table data

Hi,

 

I'm trying to create a check point for a dynamically created table but tc can't retrieve the data from the table , instead is display and error data type not recognize.

 

See attached file

 

thx

2 Replies

  • eriksaly's avatar
    eriksaly
    New Contributor

    Have you tried to use the object spy to see if TC actually recognizes the table object?

    • tristaanogre's avatar
      tristaanogre
      Esteemed Contributor

      It looks like the table object is recognized as it does note that there is a problem with a particular column.  However, the error seems to indicate that the column in question contains data of a data type not recognized for storing the value in the table checkpoint.  As mentioned, using Object Spy may help to figure out what is going on here, to examine the cell in question to see what the data type is in that column and determine why it's failing.

       

      The alternative to using the built in checkpoint is to traverse the table manually, using a for loop and checking the values in the application against variable of the "Table" type.