Skip to content

richt87/seleniumeasy-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebDriver Tutorial Project

This project contains a number of tutorials that use the seleniumeasy.com demo website.

There are a series of classes with pending tests that you will need to complete. The solutions packages contain sample solutions using pure Selenium and Serenity BDD.

Working with simple forms

Sample code

Exercises

  1. Enter a message in the Single Input Field and check that it is shown
  2. Enter a number in each input field, click on "Get Total", and verify the calculated total

Working with checkboxes

Sample code

Exercises

  1. Click on the first checkbox and check that a success message is displayed
  2. Click on all the checkboxes and ensure that the button text is "Uncheck All"

Working with radio buttons

Sample code

Exercises

  1. Click on the second radio and click on 'Get Checked Value' - check that the correct text is displayed.

Working with dropdown lists

Sample code

Exercises

  1. Select a day and check that the result is correctly displayed
  2. Select several entries in a list

Working with JQuery dropdown lists

Sample code

Exercises

  1. Click on the dropdown and enter 'Ne', then select 'New Zealand' in the dropdown
  2. Enter 'Ca' and select California, then enter 'Ari' and select Arizona. Check that both appear as selected in the list

Working with Ajax forms

Sample code

Exercises

  1. Enter a name and comment, and wait until the success message appears

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%