I have a question regarding a manual test case in Microsoft Test Manager. Is there a way to define "user" parameters?
You can usually define any parameter you want, for example @FirstName. This parameter will be automatically added to the list of parameters of your test system.
But I was wondering if there is something like "@Date" that replaces itself with the -DateTime.Now equivalent?
source share