Controller Tester cannot detect following types of modification with integrity check.

  • Modify value type of global variable.
    • Test build error ( when implicit type conversion is unable )
    • Test run error ( runtime error including memory overflow, etc )
  • Modify symbols excluding global variables.
    • Modify lower type of parameters, symbol added with macro by user, static variable, etc.
  • Side effect by modifying function position
    • error that test cannot access to global variable
  • Modify build stubs.

When modify value type of global variable, symbols excluding global variables, and function position, user reconfigures test using [Test reconfiguration] feature. When modify build stubs, user delete build stubs because build stubs are not target of integrity check.

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

Thanks for your feedback.