Hi, I have my workflow or test with beanshell scripting for validations. When I run within DevTest (8.2) its working fine whereas when I call the same test from QA / ALM through VAPI object method, its failing to recognize my beanshell and failing with java exception error stating "Unable to build the step - No language provided found for beanshell / trapped". I have multiple steps which use the same beanshell. I tried different methods but not able to overcome this issue. Requesting help to overcome this issue. Please let me know for any additional inputs. Thanks, Ravi R
Try this workaround and let me know if it works:
Copy file bsh-2.1.8.jar
From folder DEVTEST_HOME\lib\shared\
To Folder DEVTEST_HOME\jre\lib\ext
The issue is actually with Testrunner, which ALM uses with its plugin. Seems Testrunner is not able to find the BeanShell engine.