Random String
Generate a random string using [A-Z,a-z,0-9]
For generating a random string length of 5 then use the below function
Name: randomstr5
${__RandomString(5,ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789,)}
For generating a random string length of 10 then use the below function
Name: randomstr10
${__RandomString(10,ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789,)}