Ankur Jain Steps to Read Configuration from Properties File in Rest Assured Framework Ankur Jain 2 Comments Configuration properties RestAssured TestingFramework 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. Read More Share