Forum Discussion

membersound's avatar
membersound
Occasional Contributor
14 years ago

Trigger selenium scripts?

Hi,

how can I trigger "external" selenium scripts from within soapui? Eg scripts that are not extra copied into soapUI?
Ty

1 Reply

  • membersound's avatar
    membersound
    Occasional Contributor
    To be more specific: can I create a *.jar containing my selenium or whatever tests, and just call the classes triggering the tests by groovy?

    eg groovy:
    import path.to.my.jar;

    new MyTestClass().executeTestCase1();


    ??