_lauren11
5 years agoOccasional Contributor
How to access the verification code sent on email in soap ui open source
I am using SoapUI open source. Through automation, I want to access the email by doing login(lets say, i have stored email id and password in two different variables), and get the verification code using groovy script in SoapUI open source
The email i shall be receiving will be from "no-reply@verification.com" and the content of the message will be in the format:--
"Your verification code is 126222."
Thanks in advance