Skip to content

Creation of a HMI test frameworks with selenium python

Notifications You must be signed in to change notification settings

IznaDev/Tests_IHM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In this project, I developed a framework to test a special HMI pretty simple and installed in many device. Lot of features, blanks, and options of this HMI are shared between all devices. So, to improve the quality and the efficience of the HMI production, I offered to create a framework test with selenium which allowed the developer to test new features added or modified in the HMI.

There are three pages in this HMI: manager, alarms and expert. Each page with its own url. For each page I created a class with method for testing many things in each page.

For example, to test a neaw feature you have to instance an object of the page where the feature has been implemented. Then, you can call the different methods with the Xpath or the id of the element tested.

About

Creation of a HMI test frameworks with selenium python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages