Web Services Testing Framework with Interface for Business Users

I am looking for a web services testing framework that has a nice built-in graphical I / O. The point would be that business and other non-developer users could test requirements using a simple gui so they can enter values ​​and see the results of the web service. I saw a lot of links to Qaru and a web application for a great developer of web services testing tool, but for me it is an important built-in gui I / O function.

When testing web services, I mean a tool that sends xml messages via HTTP and checks the response.

I tried to do fitness, but to use it, I need to cut out parts of the system, and I really want to do end-to-end testing. The way fitness shows its results is great, but writing wiki data is a bit awkward for imo business users.

+5
source share
5 answers

We use FitNesse for the most part. Developers support a device that is the connector between your application and FitNesse server. A business user can write test cases in the wiki style. Works great for us.

The discussion also used Rational Functional Tester. However, I never saw him, but would also meet our requirements.

+2

, robot framework. , -. , Selenium . , HTML. , , , .

+1
+1

Concordion -. Fitness, - HTML, "" JUnit.

- 500 , HTML - . , UI ( HTML WYSIWYG ), , Subversion (), ( ), HTML .

+1

Netbeans ... XML XML, JUnit : alt text http://netbeans.org/images_www/articles/61/soa/ep-understand-trs/testpassed.png

Here you can find a good example: Understanding Travel Booking Services

I use NetBeans 6.5.1 bundled with GlassFish ESB 2.1 ... I'm not sure if this feature is supported in the latest version of NetBeans Version

0
source

All Articles