I have a variable that is created in a Subtest that I would need to reuse in another subtest. The System I am using requires Unique email addresses for Registration. In the Register subtest, I concat the First Name, Last Name, and Date Ticks to create a unique email address every time. The email address does not need to be valid at this time.
Subtest Register - create unique email
Subtest Login - use unique email to log in
These are part of a Main test with an Excel Data Source that the subtest Register is pulling the first and last name from.
My though would be if the email variable could be global.
Thanks,
Garry
Subtest Register - create unique email
Subtest Login - use unique email to log in
These are part of a Main test with an Excel Data Source that the subtest Register is pulling the first and last name from.
My though would be if the email variable could be global.
Thanks,
Garry