Hello,
I am using Silk test v 18.5.
How do I verify date and timestamp in a Visual test playback? Since the date and time change, I get an error when comparing to the recording. The web app I record has date and Time format in yyyy-mm-dd hh:mm:ss, I would like to compare in the playback if the format is still valid.
Is this how I should implement? - https://community.microfocus.com/borland/
or any other options?
I also tried implementing as below, with a hint from Robert
I created date expression as per the documentation http://documentation.microfocus.com/
and implemented as below - date verification failed
Thanks a million!