All class define a function named Execute() which are implemented from ITest interface. To test any topics, Create instance of specific class with the reference of ITest and run Execute() into main function of program.cs For customizing your testing, go to definition of Execute() and change as your need