JMeter is one of the best open source tools in the Test Automation Community. It comes with all the possible extensions to come up with our test scripts quickly. To make our life even more easier, It also lets us to come up with our own plugins by im…
Migrating from Ant to Gradle is very easy with the importBuild method from AntBuilder. We only have to add this single line and reference our existing Ant build XML file and all Ant tasks can now be executed as Gradle tasks. We can automatically rena…
I am using the Spring SimpleFormController example to illustrate the build process. The figure below shows the structure of the web application. All the classes inside the src directory should be compiled and placed in a separate build/classesdirecto…
<project name="selftask" default="docopy" basedir="."> <description>do copy jr to workspace</description> <target name="jr" description="do copy jr to workspace ."> <!-- <copy…