We can generate JSON object using Velocity Engine, Velocity is a Java based templating engine from Apache. Velocity permits you to use a simple yet powerful template language to reference objects defined in Java code. ...
We can generate JSON object using Velocity Engine, Velocity is a Java based templating engine from Apache. Velocity permits you to use a simple yet powerful template language to reference objects defined in Java code. ...
First of this series, we looked into couple of ways in creating JSON dynamically. Method 3: Using JSONObject and JSONArray. Using JSONObject and JSONArray classes of org.json library, JSON object can be created. For this you ...
In this post we would look into multiple ways of creating a dynamic JSON payload. Payload to be sent while testing POST & PUT and few instances of GET requests of your API services. As ...
For every project Properties file play major factor. In this article we would look into how to update property values during runtime in java. We provide constant values required through property files. Properties are static ...
In our previous post we focus on creating a simple maven project. Today we look into adding required dependencies for Maven project needed for selenium project. First, let us look into the benefit of using ...
By The initial step for any automation is creating a simple Java project. We would be looking into creating a Java project using Maven in this post. There are 2 mostly used methods across communities ...
Project configuration data or settings are store in Properties file. Here we look how to read a properties file in Java. The java.util.Properties class is the subclass of Hashtable and represents a persistent set of ...
As a tester you might have come across with an interview question on OOPs concepts in Test Automation, where you have applied. You have / might implemented all of OOPs concepts in your test automation ...