0 Replies Latest reply on Sep 19, 2011 11:51 AM by skshyamal

    Executing shell script as a pretest condition

    skshyamal

      Hello All,

       

      I am new to arquillian test framework, I have a speical requirement to test my application. Before I start the testing I would like to execute a shell script which deploys my application with relavant package on jboss AS7, something in @deployment static method and then I want to run my test. How can I achieve that?