Hi,
I noticed that the code you posted does not specify the package it is in.
| java.lang.NoSuchMethodException: com.mycompany.SampleStep.buildTestStep |
There should be a
package com.mycompany;
as the first line in the source file as well as the supporting directory structure com/mycompany for your code. Are you using a package for any of your source files? This could be a bug in the framework if you are not specifying a package in any of your code, and you are using the default package instead.
Regards,
Marcus
SmartBear Support