Skip to content

NazarYermolenko/ui-java-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task 1.

  1. Get data from places.xlsx (place, lat, long)
  2. Open https://www.latlong.net/
  3. Type in the place name and click Find
  4. Assert that lat and long displayed on the site is the same as from the xlsx file
  5. Use dataprovider for running tests with all the dada from places.xlxs

Task 2.

Add the ability to execute your tests using different browsers(chrome and firefox is enough). Add webdrivermanager library to your project and use it for automatic driver binaries management.

Task 3.

Make your webdriver static and thread safe. Read about ThreadLocal.

Task 4.

Add reporting to your tests. Use Allure library. Add steps to your main page objects methods. Take a screenshot every time the test fails and add that screenshot to the allure report . Read about testing listeners.

About

Simple Java Automation project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages