What is Resource in REST?

REST architecture treats any content as resource, which can be text files, HTML pages, images, videos or dynamic business information. REST server gives the functionality to access the resources and modifies them. We can identify the each resources by URIs/ global IDs. In the context of REST (Representational State Transfer), a resource refers to any … Read more

What is a RESTFUL Web Services?

There are two kinds of web services SOAP Web Services RESTFUL Web Services 1. SOAP (Simple Object Access Protocol) – SOAP is a XML based method which is used in Web Services. 2. RESTFUL Web Services – To implement the concept of REST architecture HTTP method is used. RESTFUL Web Services defines URI (Uniform Resource … Read more

What are the Major Challenges Faced During API Testing?

The major challenges faced during the API testing are: Parameter Selection Parameter Combination Call sequencing Output verification and validation A major challenge is providing input values which are very difficult because GUI is not available. API testing, while essential for ensuring the functionality and reliability of an application’s API, comes with its own set of … Read more

What is REST API?

REST API is a set of function helps the developers performing requests when the response is receiving. Through HTTP protocol interaction is made in REST API. REST is defined as Representational state transfer. It is an effective standard for API creation. REST API, which stands for Representational State Transfer Application Programming Interface, is a type … Read more

What is SOAP?

SOAP (Simple Object Access Control) . It is an XML based protocol that helps in exchanging information among computers. SOAP, which stands for Simple Object Access Protocol, is a protocol used for exchanging structured information in web services. It is a messaging protocol that allows programs running on different operating systems to communicate with each … Read more