Forum Discussion

rnij's avatar
rnij
Occasional Contributor
4 years ago
Solved

How can I trigger ready api tests from specflow?

I would like to use spec flow to trigger ready api test suite. How can I do that?
  • richie's avatar
    richie
    4 years ago
    Hey rnij,

    Ive never used specflow for readyapi/soapui, ive used it with Intellji and RESTSharp (.Net c#)

    Apologies but id forgotten that specflow was for .net framework. Readyapi/Soapui uses java/groovy/javascript and id suggest youre going to have issues plumbing it all together.

    There are web resources that describe plugging soapui into IDEs with Java, but ive never seen any mention of getting it working with .net

    If you ignore the specflow concept for now and research just plugging readyapi/soapui into an IDE that'd be a start, but youre still going to need to know what other tools you have available at your place...how do you intend to setup the readyapi/soapui automation? using maven? Gradle? jenkins? Octopus? Docker? Cloud?, but even then i think youre going to have problems with the .net

    Where did the idea of writing tests/code using specflow/.net to plug into readyapi come from? Did anyone consider that its NOT java?

    Thats all i can help you with this im afraid, perhaps other forum members will be able to help, but id be interested to know if you get it sorted cos i havent seen it setup before (and i always welcome getting educated!)

    Ta

    Rich