Showing posts with label TestingFramework. Show all posts
Showing posts with label TestingFramework. Show all posts
Rest Assured API Testing Framework

Rest Assured API Testing Framework


Rest Assured API Testing Framework


In this article, I will be sharing the complete API Testing framework using rest assured.

Please Note as explained in other articles on this blogs for security purpose I have changed the keys used in Google API, JIRA, and Twitter API. So for using this framework, you need to generate your own private key as I explained in articles and use it.

Steps to Read Configuration from Properties File in Rest Assured Framework

Steps to Read Configuration from Properties File in Rest Assured Framework


Steps to Read Configuration from Properties File in Rest Assured Framework

What is configuration or properties file?
As we all are aware that it is not good practice to store hard coded values in the code, also it is against the basic coding principal so with the help of properties/configuration file, we can eliminate all these hard coded from our code.

log4j in RestAssured Testing Framework

log4j in RestAssured Testing Framework



 log4j in RestAssured Testing Framework


log4j is a reliable, fast and flexible logging framework (APIs) written in Java, which is distributed under the Apache Software License.

log4j has been ported to the C, C++, C#, Perl, Python, Ruby, and Eiffel languages.


log4j is highly configurable through external configuration files at run time and it is basically used to write our own logs inside the code so it would be easy to troubleshoot code in case of any issue.