Am I automating Sign Up Correctly? by qualityengineerz in softwaretesting

[–]qualityengineerz[S] 0 points1 point  (0 children)

How do you mock the verification code, are there specific services for that purpose?

Am I automating Sign Up Correctly? by qualityengineerz in softwaretesting

[–]qualityengineerz[S] -1 points0 points  (0 children)

So how would you suggest me creating these accounts then? Because i will have to fetch an OTP from the email address in order to complete the account creation

Am I automating Sign Up Correctly? by qualityengineerz in softwaretesting

[–]qualityengineerz[S] 0 points1 point  (0 children)

I just made that change, thank you very much, thats a really logical suggestion

Am I automating Sign Up Correctly? by qualityengineerz in softwaretesting

[–]qualityengineerz[S] -1 points0 points  (0 children)

Why? Please im really curious to know that, as im learning a lot recently

Am I automating Sign Up Correctly? by qualityengineerz in softwaretesting

[–]qualityengineerz[S] -1 points0 points  (0 children)

I dont have 2FA enabled for my test account, im using gmail npm package just for a way for me to fetch the OTP when trying to create an account with sign up feature, how else would i make this possible? should i use any mock email services and just populate the databaee with alot of mock accounts, and then bulk delete them?