Hi,
I have test cases with recording modules. I also have usercode files with functions that I need to call from recording modules.
How I can call them please?
TestCodeModule.testMethod();
TestCodeModule testModule = new TestCodeModule();
testModule.testMethod2();
The two methods in the TestCodeModule class:
public static void testMethod(){
System.Console.WriteLine("!!!!! UserCode !!!!");
}
public void testMethod2(){
System.Console.WriteLine("!!!!! UserCode !!!!");
}
Users browsing this forum: No registered users and 0 guests