Checkout our latest Documentation at https://testsigma.com/docs/

12.6. Troubleshooting Custom Function Errors

Troubleshooting Custom Function Errors

Compile Error: TestcaseStepRunner can not access a member of class with modifiers "private"
TestcaseStepRunner can not access a member of class <X> with modifiers "private" Cause: This error is commonly caused when the method wi...
Fri, 24 Jan, 2020 at 6:16 PM
Compile Error: ClassNotFound Exception
java.lang.ClassNotFoundException:<name_of_Class> Cause: This error is caused when you try to Update/Compile an already saved Custom Function code ...
Tue, 3 Dec, 2019 at 8:22 PM
Runtime Error: Custom step method 'X' not found in class 'Y'
Custom step method getLogs1 not found in calss ConsoleLogsOutput;ConsoleLogsOutput.() The error looks as shown below: Cause: The reason for this e...
Fri, 10 Apr, 2020 at 4:58 PM
Compile Error: Illegal character name in path at index 'X'
Illegal character name in path at index 13: string: ///Get OS and Browser name.java Cause: In the Class name field on the top, we used a class name...
Fri, 10 Apr, 2020 at 5:01 PM