Forum Discussion

selva29's avatar
selva29
Occasional Contributor
7 years ago

Not able to execute any script in tear down script and setup script

I can’t able to execute any script in tear down script and setup script , getting the error as “scripting.scriptingexception” . Is there any configurations or any lib files i need to add in bin for executing script in tear down and setup script ?? Please provide solutions for this
  • Radford's avatar
    Radford
    Super Contributor

    When you say you can not execute any teardown or setup script, do you mean that even just:

     

    log.info("Hello World")

    Will fail?