web services - Webservice Testing with Specflow (BDD approach) -
web services - Webservice Testing with Specflow (BDD approach) -
can test webservices using specflow or in generic way in bdd form ?
please share me frameworks and/or scripts.
i new whole approach , asked automate webservice testing using specflow c#.
yes, specflow can test webservices - need write code it! have tried?
we test our web services on range of windows , *nix platforms using specflow mix of code , scripts configure , manage our services.
given mycalculatorservice running when phone call myadditionmethod 2 , 3 result 5
"given mycalculatorservice running"
do need you're service , running might configuring service , copying in latest exe might using procrunner or similar start it"when phone call myadditionmethod 2 , 3"
connect service in same way you're integrators would. this may 1 phone call or may few"then result 5"
this may validating response previous step, or may making new calls service response.i hope helps, if not - please add together more details you've tried / struggling with.
web-services rest soapui specflow
Comments
Post a Comment