Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.73 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.73 KB

technical_assigment

Technical assignment for Senior Quality Engineer role

Must do 1: Test Cases Design

Document any possible test cases that you would perform in order to test the following form embedded in a website. Include testing about functionality, security, performance, etc.

image

Must do 2: Test strategy

Imagine you join a team that will do a testing for google platform, how will you start to do the test plan, how to perform your testing, how will you deliver your test result. Try to design the overall test strategy if you are the owner of the google testing.

Optional: Test Script Development

Write an automated test script to verify the login functionality of a web application. The test script should:

  • Open the web application in a browser.
  • Enter valid credentials (username and password) and submit the login form.
  • Verify that the user is successfully logged in by checking for a specific element or page title. Please include a link to GitHub for any code-based answers The Login Page: https://practicetestautomation.com/practice-test-login

Find the answers in the dedicated file for each assigment:

technical_assignment1.txt

technical_assignment2.txt

technical_assignment3.txt (optional)

In the simple_test.py you will find one example of a parameterazid pytest scenarios for successful and unsuccessful login in.