What is Soap Ui Testing|Soap Ui Introduction Basics|Api Testing Soap Ui Tutorial|web services automation
SOAP UI
1.What is web service
Soap ui is as testing tool this tool
is used to test the web services
2.What is web services
It is an application or business
logic that is accessable using standard internet protocols via xml messaging
system,web services communicated with xml
Xml is also one of the language like
html
3.what is wsdl
Web services description language ,it
describes the webservice we can follow wsdl file for testing
4.what is soap &soap protocol
Simple object access protocol ,soap
is an xml based protocol for exchanging information between web services
>The communication between
application and webserver,follow soap protocol ,we can use different type of
methods and protocols,we need to follow some protocols when we are testing in
soap ui
5.What is end point
It is the IP address of the server
where webservices is running
Soap follow some basic standards
sending input getting output ,rest is stateless communication we can use get
http methods,post ,put
6 What is test suite
Here we can create test cases
>collection of test suites are project
7.Which type of Assertions are used
in soap ui
Xpath match,contains ,script
assertion,xquery match,http status codes etc;
8.What is mocking
Mock services are a great way of getting
testing,earlier in to the picture of a service oriented project .once the wsdl
of the webservices is ready ,you can simulate the service implementation and
start testing the consumer applications
9.What are script assertion in window
objects
Log,context ,message Exchange
Comments
Post a Comment