Feature - Selenium Support

Description



Selenium tests can be a burden to create, maintain, and work reliably. We recommend only using Selenium tests in UI cases where standard GINT tests are not sufficient. For instance, javascript testing and UI interactions (buttons, links). With GINT's selenium support, it is easy to inter-mix normal GINT testcases with selenium testcases to minimize the selenium portions necessary to get complete coverage. In addition, limiting your selenium tests to very specific UI interactions and content will significantly improve reliability and maintainability. In our experience, we specifically avoid screen recording and limit UI interactions to very specific fields and tests. The selenium helper support provides higher level methods to do mundane and common actions (for example, login).



See How to run Selenium as a GINT test for details.

 



© 2005 -2024 gint.org