After Controller Tester 3.5, you can use class factories for most classes, not just abstract classes.

Advantages of Controller Tester 3.5 Class Factory

Class factories can be used to reduce simple repetitive tasks.

  • Class objects that get external data
    • Database, external input/output, server, and so on.
  • In the case of class objects that need to be designed in a complex way in the Test Editor, but the same should be used for multiple tests.

How to create and apply an object using a class factory

  1. Right-click the class in the Class Factory View and use [Create] to create the class object creation code.
  2. Modify the class object creation code according to the test design.
  3. Apply the class object creation code to the tests.
    • Apply all together
    • Apply individually

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

Thanks for your feedback.