GradyJr
6 years agoContributor
Keyword Tests and Date Functions/Values
I'm trying to modify the Value of a Property Checkpoint in a Keyword Test so that it will contain a string of text that remains constant concatenated with a string variable containing the current dat...
- 6 years ago
When you use the "Set Variable Value" operation, the parameter for the "value" can be set to a "Code Expression".
Then you can type out exactly that... a code expression. I would use a combination of aqConvert.DateTimetoFormatStr and aqDateTime.Now.
See
https://support.smartbear.com/testcomplete/docs/reference/program-objects/aqdatetime/now.html