Forum Discussion

selva29's avatar
selva29
Occasional Contributor
7 years ago
Solved

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
  • attached the error whihc I am getting . while executing the script in tear down 

2 Replies

  • selva29's avatar
    selva29
    Occasional Contributor

    attached the error whihc I am getting . while executing the script in tear down 

  • 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?