Gra_Nap
6 years agoNew Contributor
Calculate a dynamic value each test
Hi there!
I would like to use a variable which should be calculated each test.
For example, I would like to use a particular date (e.g. 01.05.2019).
I choose the "Keys" operation and set 0...
- 6 years ago
Hi,
Something like this (untested pseudocode):
var strDT = aqConvert.DateTimeToFormatStr(aqDateTime.AddMonths(aqDateTime.Now(), 1), '%d.%m.%Y');
<control>.Keys(strDT);