Skip to content

An automation test in a website with a project plan using Selenium

Notifications You must be signed in to change notification settings

LuizHB/AutomationTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutomationTest

Badge

JAVA

Project based on Java + Selenium using automated test methods. The project runs in a website with a project plan. The website used is http://automationpractice.com/index.php

A sample with the methods without using the project plan can be found in AutomationSample.java

The main method of the project plan is found in LoginTest.java

Second method is found in ShoppingTest.java

List of tests (main method):

  • Successful login
  • Unsuccessful login tests:
    • Blank email
    • Blank password
    • Wrong email
    • Wrong password
  • Recovery of forgotten password
  • Account creation

Extra tests:

  • Successful purchase with bank wire

Tests to do:

  • Successful purchase with check
  • New clothes and categories

About

An automation test in a website with a project plan using Selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages