Test projects and modules
Your product installation includes an IDE plugin as well as SDKs you can use to design your tests.
After you install the IDE plugin on your IDE, you can create tests using the relevant SDKs (.NET, Java, or JavaScript) and testing project/module templates, together with all the functionality provided by your IDE and your chosen testing framework.
If you are using .NET 6 or later, you can use the SDKs and templates to write tests without an IDE as well, using dotnet tools.
The SDKs provide a comprehensive set of interfaces that represent objects from the most common application technologies.
You create instances of these interfaces, called test objects, and then you can use the large set of SDK methods and properties designed for each object and technology.
You can make it faster and easier to create and maintain test objects and modules, and to create your test object code, using the Object Identification Center (OIC), Application Model editor, and the Test Recorder.
See also: