Skip to content

djuise/aqa-android-appium-test-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preconditions:

  • To run the project use an emulator or real device

  • Download the project
  • Configure config.properties file with appropriate values
  • BaseTest.class already configured to use Appium
  • Install Appium 2.0, then install uiautomator2 driver
    • appium driver install uiautomator2

Test Task:

  • Write a test for registration (onboarding) with checks.
  • The test starts by pressing the "GET STARTED" button.

While reviewing the test task we'll focus on:

  • Framework is described at least at a basic level.
  • The test should comprehensively cover the necessary functionality.
  • The code should be clean, well-structured, and easy to read.
  • The test must include sufficient checks (assertions).
  • The test runs successfully.
  • No code duplication.
  • The code should avoid common anti-patterns such as hard-coded values, over-complicated logic, or inefficient structures.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages