Checklist before creating a project

Since Controller Tester is a tool that detects errors by actually executing source codes, the source code under test must be executable. In other words, the source code under test must be buildable for normal testing.

Before creating and testing a project, you need to set up a ‘toolchain’ that takes into account the development environment of the target software. Please refer to Set a toolchain for details.

Controller Tester automatically generates a stub if the target object to link does not exist during the build process. However, the automatic test stub generation feature may have limitations in performing tests, so it is recommended to prepare an appropriate test strategy in advance.

Create a project

To create a Controller Tester project, execute [Create a Project wizard].

Select [File] -> [New] or click the shortcut icon.

The following types of project creation wizards are provided.

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.