Blog


Update ChromeDriver to the appropriate version.

If you got messages like “This version of ChromeDriver only supports Chrome version XX.”, or it opened and closed right after, or just no browser is opened, so navigation can not continue, then the Chrome browser and the Web driver are not compatible and you need to update ChromeDriver.


Working with Web Elements

Working with Web Elements in Maveryx means taking care of searching objects without having to specify how to search them.
To test a web element, create a new instance of such control.


Web Testing

In this article we would try to answer the question ‘what is web testing’ and make it easier to understand the types of testing that make up testing web applications.


How to Create a Data-Driven Test from XML files

Maveryx supports XML files, Excel spreadsheets and almost any database (JDBC sources) including Microsoft SQL Server, Oracle, MySQL, Microsoft Access, and others for data-driven testing.


Fix Flaky UI Tests

An effective test automation strategy requires three different levels of automated tests which depicts the test automation pyramid defined by Mike Cohn in his book “Succeeding with Agile”.
Automated user interface (UI) testing is placed at the top of the test automation pyramid.