con
Services: Testing Service
You are here: Home \ Testing Services
Testing Services
  • Test Web UIs through the message layer to the database and back-end—with detailed visibility into how transactions pass through the various system components
  • Web services are specific applications that can be published and called over the Web. Unlike web server applications, web services are not intended for human interaction, they are typically called by client applications.
  • A web service provides a definition of its methods and interfaces available for a call. This information is published in the WSDL (Web Service Definition Language) format.
  • Functional web service tests cannot be recorded. You create them manually by calling web service methods and checking their values from test scripts or keyword tests.
  • Planning a test.
  • Adding the WebServices project item to your test project and creating a WebService element for the tested web service.