I am automating an application where records can be opened between specified date ranges. I know that I can create an array that randomly picks a number in my array, such as:
DateTime.Now.AddDays(90).ToString("MM/dd/yyyy")
However, I would like to know if there is a better way to go about this. Please help! Thanks.