views:

100

answers:

1

Hi All, We have a requirement at my workplace to automate the webservice testing. We have been using QTP scripts to do so.

We as a team, Kind of leaning towards Jbehave as a choice. Is JBehave a good choice for web service functional testing automation?

We do use Soap UI to test manually. But we are planning to automate the functional and regression testing to reduce the release cycle time.

Suggestions welcome.

+1  A: 

It may not be possible easy to implement load (performance) tests. Can't see any reason why writing functional and regression tests would be a problem.

Boris Pavlović
If not JBehave, What other choices we have? Is there anything better than Jbehave?
Vanchinathan Chandrasekaran
There's a question on stackoverflow about different BDD frameworks: http://stackoverflow.com/questions/1068785/which-bdd-framework-for-java-do-you-use
Boris Pavlović