UI Testing

We utilize Selenium to perform tests that interact directly with the UI. They are designed to click on HTML elements and type text into input fields, which allows you to test that UI components are behaving properly and displaying the correct data. In this section, we will briefly discuss how to write a UI test for your ExtJS pages using Platform's Selenium API.

If you want to write UI tests for old (non-Ext) pages, you'll have to utilize the Selenium API directly, because Platform's API does not support them.