TruClient Create a Random Email ID using Java Script Code
TruClient Create a Random Email ID using Java Script Code
Problem 1 – Need a unique value for Email each time I run the script
Solution 1 – Create a global variable to perform the logic for Email ID creation
Drag JavasScript from the toolbox to just above the step u need the E-mail.
In the ‘code’ of Evaluate Java Script Code – add the logic to generate a random Email ID.
Global.Email = "Load" + TC.getParam("RandomNumber5")+ "@test" +…
View On WordPress










