i have to input unique name and for that i want to store name value with date time into variable and use during run time. and all timetime value will be unique… how can we achieve this in test project
ex: id_22_02_22_5:58
id_22_02_22_5:59
Hi @psaini4 ,
Please do the following:
-
Save the name into a parameter (I used ‘Get text’, plenty of other actions are available).
-
Use the ‘Get the current DateTime’ action with this format ‘dd_MM_yyyy_HH:mm’, and save the value to a parameter.
-
Use the ‘Set value to a parameter’ action to combine the parameters (Notice I added an underline to fit the format).
Let me know if you need more information .