Category: Uncategorized

Java Conversions

Java Conversions

How to convert Java String to Int ? Whenever we receive data as string and it has data in number format ,if we want to perform mathematical operation the string then we need to...

What is Webservice

What is Webservice

A web service is a collection of open protocols and standards by which two or more remote applications or systems interact with each other over network/internet. They are really nothing more than a request/...

Static Import

Static Import

Static import allows you to access the static member of a class directly without using the fully qualified name. In order to use REST assured effectively it’s recommended to statically import methods from the...