March 2020
Intermediate to advanced
534 pages
14h 15m
English
What we did here was create a new package and model for our test cases, and added a project to the solution. It was important to change the Model property. The Model property essentially tells Visual Studio where the elements we add to the project are placed. Although we tend to always have one model per package, it is the model that governs the actual placing. Its physical structure is as follows:
C:\AOSService\PackagesLocalDirectory\<Package folder>\<Model folder>
In our case, for the ConVehicleManagementTest model, this will be as follows:
C:\AOSService\PackagesLocalDirectory\ConVehicleManagementTest\ConVehicleManagementTest
Once we have added an element to our project, we can no longer change the Model property.
Read now
Unlock full access