Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

give examples of incremental testing?

4 Answers   Logica CMG,


What is the Database testing?? Is it necessary to have database knowledge for testing?had you ever tested the software by entering input at the front end and check it at back end?

1 Answers   Salus,


Can u any 1 please explain the below question and answer? Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage? Read p Read q IF p q > 100 THEN Print "Large" ENDIF IF p > 50 THEN Print "p Large" ENDIF a) 1 test for statement coverage, 3 for branch coverage b) 1 test for statement coverage, 2 for branch coverage c) 1 test for statement coverage, 1 for branch coverage d) 2 tests for statement coverage, 2 for branch coverage

8 Answers   ISTQB,


what is the en configuration management?wht is use of it?

2 Answers  


we enter that user name field is blank and password field is blank and click on Ok. what type of testing is this 1) functional testing 2)security testing

9 Answers  


In the static testing,what all can be tested?

2 Answers  


Can anyone give me the example of High Priority and High severity defect. Please dont give me answers like Spelling mistakes or logo missing something like that. Give me some real time example from your application. Thanks in Advance.

1 Answers   IBM,


What r the types of Test case design techniques

15 Answers   TCS, Wipro,


Tell me the Severity and Priority for the following Case. Login Page is not opening for the First Time - For Valid inputs and the login page is opening for the second time for valid inputs.....

2 Answers  


what are the parameters use to write the test plan document?

3 Answers   Cap Gemini,


What is internationalization testing (i18n testing)?

0 Answers  


What is difference between Client-Server and Web based architecture.?

2 Answers   Disha Tech, Verisoft,


Categories