Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi,
ProPlaceholderStepFactory is non-pro class used for just "holding place" for TestSteps that are not accessible from the open source version, like DataSource / DataSink, etc. So basically you can only use open source features from both environments , you can not use DataSource for instance at all, even from groovy.
You can use WsdlProject(testLibraryFilename, workspace) as long as you don't execute pro features.
What exact script gives you this last error you mention, is it calling a pro test step?
Regards,
Dragica
/www.eviware.com
ProPlaceholderStepFactory is non-pro class used for just "holding place" for TestSteps that are not accessible from the open source version, like DataSource / DataSink, etc. So basically you can only use open source features from both environments , you can not use DataSource for instance at all, even from groovy.
You can use WsdlProject(testLibraryFilename, workspace) as long as you don't execute pro features.
What exact script gives you this last error you mention, is it calling a pro test step?
Regards,
Dragica
/www.eviware.com