Forum Discussion

SnowFire's avatar
SnowFire
New Contributor
2 years ago

Using Zephyr Scale and Python/Robot Automation

My company is using Zephyr Scale within Jira for manual testing. About a year ago, we started using Python/Robot Framework for automation. I'm trying to figure out how to integrate the two. 

When creating our manual tests, on the Details page, there's a dropdown that says "Automatable" which I set to Yes but there's no other indication of how to use this field.

Any  suggestions?

2 Replies

  • Hi,

    I never tried jenkins plugin But below is my solution

     

     

    install jenkins,

    >>create new project, video is availiable in youtube. follow that

    in the configuration you will find a box named Execute Windows batch command as below

     

    now go to SoapUI and launch test runner for your project and  in the output window you will get batch command to run your project as below

     

     

     

     

    copy and paste it with modification required.

     

    Hope this will help you...

    • AndyO's avatar
      AndyO
      Occasional Contributor

      Thank you, T3D - but unfortunately that doesn't help me much and here's why:

      1) I've got a remote server machine (debian linux box) with Jenkins on it

      2) The server box is soo secure that other than via Jenkins I don't really have access to it

      3) With opensource SoapUI v 5.2.1 I could have a Maven project (which uses soap-ui-plugin to run SoapUI tests) and maven takes care of all those jar dependencies

       

      NOW with your approach I'd have to copy the entire SoapUI NG Pro installation (140+ MB) onto the server - and I don't really have access to it: I won't be (easily) able to upload it and play with the config files.

       

      What I did find on the official SmartBear page as for Maven plugin is way, way old and obsolete and applies to v 5.1.0

      NOT to this fancy-flashy SoapUI NG Pro.

      • If you are using SoapUI Pro or SoapUI NG Pro, you will need a licensed version of the tool on your Jenkins machine to execute the tests.