Facebook

[White Paper]

Challenges of testing Single Page Applications with Selenium

Single-page web applications are popular for their ability to improve the user experience. Except, test automation for Single-page apps can be difficult and time-consuming. We’ll discuss how you can have a steady quality control without burning time and effort.

With the benefits of having a thick client structure, ability of the Single-page app to mimic a native app is too dynamic for an unadapted Selenium WebDriver tests. The problem is that Single-page apps have many components that are asynchronous from each other. While Selenium’s automation framework implicitly executes for static objects, the appearance of objects in Single-page apps is unpredictable.


    Post Views: 1,377