ContributionsMost RecentMost LikesSolutionsRe: how to increment date for each test run Hi Rao, I think I marked the actual reply as solution which you posted on 02-13-2019 05:03PM. This post only gave me the actual solution. Kindly refer attached screenshot and suggest. Regards Re: how to increment date for each test run Can I ask something in the same thread?? In the Groovy script, date starts from today. In case I want to give specific date and would like to start from that date?? Re: how to increment date for each test run oops! Actually it worked after removing the name. Thanks Richie! Re: how to increment date for each test runRe: how to increment date for each test run I have done extactly the same steps as mentioned. But getting error - String was not recognized as a valid DateTime. Re: how to increment date for each test run Can I get help on this query?? Re: Can I enter one input parameter manually while running automation suite? ok thanks Re: Can I enter one input parameter manually while running automation suite? In one of the test case, there are few input parameters including 'one time password' which is delivering member's email address and has to pass while executing that test case. So I want to stop execution of test suite at that time and ask for input to the user and execute further. Is there any way? Can I enter one input parameter manually while running automation suite? Can I enter one input parameter manually while running automation suite? how? SolvedRe: how to increment date for each test run Hi, Sorry for the delayed response. I hope this solution will work. As of now I am facing issue while implementing this. I have done below steps - 1. In the test step example "Register TestCase" 2. Click on Insert Step > Groovy script and named as "NDate" 3. Copied the script given 4. Within "Register TestCase", For Date input parameter, added - ${#Register TestCase#NDate} 5. Ran Groovy script 6. Ran Register At this time, getting error as - "String was not recognized as a valid DateTime." What can be the reason for above error? Regards, Preeti