Over time we are going to upload videos for every chapter of the tutorial which will lead you step by step through QF-Test.
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
Version 5.2.1 |
| Manual creation of procedures |
There is more than one way to create procedures and insert procedure calls. We will start with the manual one by inserting an (empty) procedure node and moving the respective actions into it. Then we will create the respective procedure call.
It is good to know those basic steps but there is a second more elegant way of creating procedures, which we will explain afterwards.
Okay, let's do it by hand. We will start with creating a procedure node and naming it appropriately.
| ![]() |
||
| Figure 12.2: Create a procedure node |
The second step is to fill the procedure with the respective reusable actions.
| ![]() |
||
| Figure 12.3: Fill in the procedure content |
The third step is to add a procedure call to the place of the three 'Mouse clicks' you moved.
| ![]() |
||
| Figure 12.4: Insert a procedure call |
| ![]() |
||
| Figure 12.5: Select a procedure |
In order get a real benefit from the procedure, of course, we also need to replace the content of reset test-step in the second test-case by the 'reset' procedure call, too.
You can do it the same way as before or use the following alternative steps to create a procedure call:
The test-suite should look like this:
| ![]() |
||
| Figure 12.6: Test-suite with procedure |
When now executing the test-cases the reset in meant to still work like before. Hence, in the run-log you will see the same executed node as before, only preceded by the procedure call.
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | Last update: 12/3/2020 Copyright © 2002-2020 Quality First Software GmbH |