Forum Discussion

nastester's avatar
nastester
Regular Contributor
2 years ago

How to validate current date in a table cell

I am trying to verify that a cell in a data table is the current date. It will always be the date of the test run but the object maps like this:

 

I am aware of using code snippets like aqDateTime.AddTime(aqDateTime.Today(), 0, 0, 0, 0) but how can I use this for the object recognition?

Is there a way to set the name mapping for that object to be current date?