How to test a web service manually?



How to test a web service manually?..

Answer / murari kumar jha

You can create a Web service test without recording by
simply adding the test elements as required and manually
editing the test element details in the test editor.
Before we start, verify that the Agent Controller is
running on the local computer.

Tests are stored in performance test projects, which are
Java projects that include a source folder. You must create
a performance test project before creating a test.

Ensure that you have a valid WSDL file in your workspace.
Ensure that the WSDL files use the proper syntax for the
test environment.

If you are using Secure Sockets Layer (SSL) security
protocols, ensure that you have valid key files in your
workspace.

If you are using SOAP security, ensure that you have
configured the environment with the proper libraries and
configuration files.

To create a test:
1.In the Test perspective, click File > New > Other > Test
> Test Assets > New Web Service Test.
2.Select a project and then, in Test file name, type a name
for the test. The name that you type is the base name for
the recording, test, and other required files. You see
these files in standard Navigator or the Java Package
Explorer with their distinguishing suffixes, but you see
only the simple (test) name in the Test Navigator.
3.Click on Finish.
4.To add a Web service call, select the test element in the
test editor, click Add, and then select Web Service Call.
5.Select the WSDL file that corresponds to the call and
click Finish.
6.Edit the Web service call element and add all the
required information to make a valid call.
7.Select the Protocol tab to configure the transport
protocol for this call. If necessary, click Change to
configure the transport protocol for the entire test,
including proxy and HTTPS parameters.
8.On the Web service call, click Update Return. This opens
the Return Preview window, displaying the data that will be
used to perform the call.
9.Click Update Test. This performs the Web service call and
creates a message return element with the return data. If a
message return element already exists, then it is updated
with latest return data. The message return test element
enables you to implement data correlation and content-based
verification points.
10. Now validate the backend database system with the data
updated.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

why ur Looking for Change?(In P.M)

17 Answers   MBT,


How will you give estimation when preparing Test Plan

1 Answers   Virtusa,


If its a bug whats the next process?to whom will we send it and in which way or form?

2 Answers  


Can you explain boundary value analysis?

0 Answers  


Book by Which author is best to use? 1)Erik Van Veenendaal 2)Rex Black 3)Grahum

1 Answers  






what is quality ? What is quality assurance and quality control ?

4 Answers   CSS,


1. Hai, if we are not having any SRS,BRS docs., how can we prepare the test cases & how can we test the application ? 2. In this, is it possible to make 100% bug free.

4 Answers  


Do the test cases differ for Functional,Integration,System and User Acceptance Testing???

2 Answers   iFlex,


what is traceability matrix?

8 Answers  


Can you tell me the difference between functional and non functional testing?

1 Answers  


How do you go about testing a web application?

5 Answers   3i Infotech,


what is accessibility testing ? with one example

1 Answers   Fiserv,


Categories