Click here to Skip to main content
15,887,998 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I want to create an Automated test for the registration flow of a portal. The most complex part of this process is Azure B2C so, i have to use UI for registration process. Here are the steps i need to do as a part of Automation:
1. Remove user from database if already exists (Logic App/function App)
2. Registration (UI test)
3. Email verification (as part of the registration process)

How can i achieve this? Is this even possible?

Thanks in advance.

What I have tried:

I have created Selenium test for rego flow but don't know how to validate email automatically. I have created logic App but don't know how to call selenium from Logic App.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900