m_essaid
5 years agoValued Contributor
Generate GUID in script
Hi,
I would like to assign to a variable in my script a GUID value.
Is this possible ?
Thanks in advance,
Mehdi
Hi Mehdi,
https://smartbear.com/blog/test-and-monitor/testcomplete-script-extensions-stringutils-object/ - does this help?
Also, if your environment contains .Net you may consider to use its functionality to generate GUIDs.
For example: https://docs.microsoft.com/en-us/dotnet/api/system.guid.newguid?view=netframework-4.8