You can check the test code by clicking the Test Code tab in the test editor.

  • If the user edits and saves the test structure tree, the changes are automatically reflected in the test code.
  • If the return type of the function under test is a primitive type, a macro that outputs the return value is automatically generated.
  • If you want to modify the test code yourself, you must switch the test to unmanaged code.
  • The test execution function must have a return type and an input parameter of a void type.

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

Thanks for your feedback.