30 Create a procedure (Mobile)
In the two previous chapters you learned how to start an application via QF-Test so that mouse and keyboard input can be recorded, how to record checks and how to consolidate the result into a test case. This approach is sufficient as long as the tests are simple and not too many. However, as the number of tests grows, it becomes important to employ so-called "procedures".
Procedures are a means to make sequences reusable and thus avoid duplication. This is essential to achieve simple and efficient maintainability of tests over time.
Procedures can be grouped into packages
. Procedures and packages are the
basis for the modularization of tests.