




|
All test logic recorded by the Test Automation FX framework is stored in 100% .Net code.
Tests can be recorded in both C# and VB.NET. This is automatically controlled by the type of project you create. The recording support in TAFX has been developed to generate readable and understandable code. The recorder will generate names from the information it collects from the different objects on the screen.
After the recording you can select how the recorded code will be inserted into your test project.
However, recording is only one way to build your tests. You can then change and refactor your tests by adding more objects and test logic manually. You can also build your tests by writing code from scratch and then combine this with the recorded tests.
The mapping logic that is stored separately is also recorded in 100% .Net code. It can be changed either in code or the visual designer. The code and the visual representation are always kept in sync by Visual Studio. |
