mehalyna / Wr-52.TAQC-Python-TestProject

Wr-52.TAQC/Python Test Project for GreenCity Web-App
1 stars 1 forks source link

Research and testing #9

Open mehalyna opened 1 year ago

mehalyna commented 1 year ago

https://github.com/ita-social-projects/EventsExpress/issues/1165 Open https://github.com/ita-social-projects/EventsExpress/issues/1201 Open https://github.com/ita-social-projects/EventsExpress/issues/1206 Open https://github.com/ita-social-projects/EventsExpress/issues/1208

Minonana commented 1 year ago

Description This test case verifies that the authorized user can explore more events from the landing page if he clicks on the “Explore more events” button and redirects to the Home page

S# Action Test Data Expected Result Actual Result P/F Automated
1 Open the https://eventsexpress-test.azurewebsites.net/landing The user is transferred to a landing page As expected P Y
2 Click on the "Sign In/Up" button in the top right corner The modal authorization window opens As expected P Y
3 Enter a valid email and password for authorization and click the 'Sign In" button Use email and password for user 2 The user is authorized. "Alex Test Engineer" user info is displayed in the top right corner As expected P Y
4 Scroll the page to block 3 "Upcoming events" of the landing page Block 3 "Upcoming events" shown on the landing page As expected P Y
5 Click on the “Explore more event” button The system redirects the user to the Home Page As expected P Y

Additional context User story links E.g.: "User story #713"

Commit: https://github.com/mehalyna/Wr-52.TAQC-Python-TestProject/commit/98533cc5459b430a15afe04ae987d7cb3fa78962

Minonana commented 1 year ago

Description This test case verifies that an unauthorized user cannot go from the landing page to the home page. After clicking on the "Explore more events" link, the system opens the authorization modal window.

S# Action Test Data Expected Result Actual Result P/F Automated
1 Open the https://eventsexpress-test.azurewebsites.net/landing The user is transferred to a landing page As expected P Y
2 Scroll the page to block 3 "Upcoming events" of the landing page Block 3 "Upcoming events" shown on the landing page As expected P Y
3 Click on the “Explore more event” button The authorization modal window opens User is redirecting to "Home" page F Y

Commit: https://github.com/mehalyna/Wr-52.TAQC-Python-TestProject/pull/27/commits/b1e65280d24191a8b39ee6312613b775f21f21d8