Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.02 KB

TESTDOC.md

File metadata and controls

21 lines (13 loc) · 1.02 KB

Test Plan ✨

Functional Tests

  • Purchase
  • Contact Us
  • Login
    • Login Exception with incorrect email
    • Login Exception with incorrect password
  • Logout

Design & Strategy 🔍

Before started, I tested all the flows in a manual way, to know about the site and how everything works.

The scope of testing was ready, then I only put some simple test cases about authentication (it was pretty much done in the Purchase test case).

About the types of testing, are Functional end-to-end Tests. I needed to simulate a user buying something and also use the contact form, and I put all these flow together because were dependent tests (was necessary to login with the account created previously).

And then, designing the test approach - I knew that I'll find some difficulties (such as all automation) and the first was the Google Ads, so I created a function to block these Ads. And the second and last was the popup, I also needed to develop a solution for that, so everything works in the best and correct way.