A testing tool for Vaadin applications
Rogozin, Dmitrii (2016)
Rogozin, Dmitrii
2016
Master's Degree Programme in Information Technology
Tieto- ja sähkötekniikan tiedekunta - Faculty of Computing and Electrical Engineering
This publication is copyrighted. You may download, display and print it for Your own personal use. Commercial use is prohibited.
Hyväksymispäivämäärä
2016-03-09
Julkaisun pysyvä osoite on
https://urn.fi/URN:NBN:fi:tty-201602263580
https://urn.fi/URN:NBN:fi:tty-201602263580
Tiivistelmä
Testing is an important part of software development process. To test huge amount of code with a reasonable amount of effort automated testing is needed. This work presents Vaadin Testbench - a testing tool for Vaadin applications. The tool facilitates creation of such tests that simulate user actions on a Web application. The thesis starts by describing architecture of the Vaadin framework, focusing on essential parts for creating the Vaadin testing tool. The comparison with other testing tools, such as Selenium, shows the importance of creating Vaadin Testbench. Finally, the thesis describes the development process of Vaadin Testbench 4.0.0 and shows advantages it provides to testing of Vaadin applications.