News


What is UI Testing and Why it is so important?

UI tests are scripts that verify an application in the same way an end user would.
They mimic users’ actions such as clicking on a control, entering text, scrolling a page and so on, by also checking that the software does what it should.
UI tests are very powerful because they go “end-to-end” from the UI layer down.


Testing Banking Applications. Here is a practical example

Testing banking applications is considered one of the most challenging job in the software industry. Indeed, they have a complex architecture (design and technology), complex business workflows, and, moreover, a features’ range dealing with confidential financial data.

Testing banking applications ensure that all functionality works correctly as per the requirements and also sensitive data remains protected.


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.