Hi all,
I've recorded a test case and when i clicked in a button, here is the telerik code generated:
Applications.MyAppexe.Bob_McLean_1162013.SuperbillTextblock.User.Click(xx.xxx.xxx)
SuperbillTextblock is the name of my button
I wonder why the WPF Telerik recorder has recorded the date of the day "1162013" (16th January 2013). It doesn't make any sense.
Therefore, when I try to play back my script another day, it doesn't work.
How can we make a dynamic variable with the date of the current day?
Something like:
Date currentDate = new Date(xxxx);
Applications.MyAppexe.Bob_McLean_{currentDate}.SuperbillTextblock.User.Click(xx.xxx.xxx)
I don't know the exact syntax but I'm sure it's possible to do it.
Don't hesitate to tell me if you have a better idea to solve my issue.
Thanks in advance for your help.
I've recorded a test case and when i clicked in a button, here is the telerik code generated:
Applications.MyAppexe.Bob_McLean_1162013.SuperbillTextblock.User.Click(xx.xxx.xxx)
SuperbillTextblock is the name of my button
I wonder why the WPF Telerik recorder has recorded the date of the day "1162013" (16th January 2013). It doesn't make any sense.
Therefore, when I try to play back my script another day, it doesn't work.
How can we make a dynamic variable with the date of the current day?
Something like:
Date currentDate = new Date(xxxx);
Applications.MyAppexe.Bob_McLean_{currentDate}.SuperbillTextblock.User.Click(xx.xxx.xxx)
I don't know the exact syntax but I'm sure it's possible to do it.
Don't hesitate to tell me if you have a better idea to solve my issue.
Thanks in advance for your help.