You're already doing automated unit testing to have confidence that the code for your business logic works. What about your UI layer?
Simply record your tests once and leave the rest to your continuous integration environment. Vaadin TestBench takes care of launching the actual browsers you want to test in and executes the steps you recorded for the test.
Record your use cases to runnable UI tests with the Vaadin TestBench Recorder inside your browser.
Convert your recorded UI tests into JUnit test cases that can automatically be run as part of your continuous integration cycle.
Execute your UI tests. Vaadin TestBench starts up real browsers in a variety of different operating systems and plays back the steps you recorded.
Analyze the test results and have a rock solid confidence that the UI of your application works as expected.
TestBench Features
TestBench Benefits
Download Or if you'd like to browse the manual, check out the Vaadin TestBench Manual. Vaadin TestBench is also bundled in various support subscriptions. If you have any questions about Vaadin TestBench, please don't hesitate to contact us. |