Showing posts with label Configuration. Show all posts
Showing posts with label Configuration. Show all posts
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.