-
Book Overview & Buying
-
Table Of Contents
Learn Bosque Programming
By :
The best way to test our written code is by comparing the expected values with the result of the execution of our program. For this, let's imagine a scenario where the x and y positions of the receiver are known, as we can see in the following figure:
Figure 7.6 – Real case graphical representation
In the previous figure, we can see a real scenario with all the known data. This will allow us to validate our program output after entering the requested parameters.
Next, we will carry out the step-by-step execution of our application and will check the results according to the following list:
By the end of these steps, we will have verified the correct operation of our program, and you will also be able to validate your own implementation.
As you may have noticed in...