filmov
tv
Examples of Functional Testing - A Tutorial on Functional Testing and its Tools

Показать описание
Functional Testing refers to the process of testing software to ensure that it complies to its required functionality. Functions are tested by providing an input and examining the output. In this tutorial, we cover 3 different tools for the Functional Testing of web applications and give examples of how they work.
Watch this video to learn:
- Why Functional Testing is important
- An introduction to Groovy, Geb, and Spock
- How these tools can be used to create tests that are easy to maintain and extend