Skip to content

This project tests some of https://todomvc.com/ website features using Selenium and TestNG.

Notifications You must be signed in to change notification settings

yosra270/TestNG-with-Selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TP n° 3 en Qualité Logicielle

TestNG with Selenium

This project is a continuation of JUnit with Selenium project. Here, we replace JUnit by TestNG since TestNG is an automation testing framework inspired by JUnit and overcomes the disadvantages of JUnit (parallel tests, advanced annotations, grouping tests, ease of use, ..) and is designed to make end-to-end testing easy.

we will be testing the same scenario :

  • User chooses a platform
  • User adds some todos
  • User removes some todos

The test suite will be the following :

Agile Development

Page Object Pattern is applied in this project too to get a cleaner code.

About

This project tests some of https://todomvc.com/ website features using Selenium and TestNG.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages