Concordion – assertEquals Command
Concordion assertEquals command is used to check Java bean property or method result against a specified value. Consider the following requirement − The sum of two numbers 2 and 3…
Concordion assertEquals command is used to check Java bean property or method result against a specified value. Consider the following requirement − The sum of two numbers 2 and 3…
Concordion set command is used to store temporary variables that can be used in other Concordion commands. Consider the following requirement − The Sum of two numbers 2 and 3…
Let us start programming with Concordion. Before you start writing your first example using Concordion, you have to make sure that you have set up your Concordion environment properly as…
Here we will see how to prepare a development environment to make use of Concordion. Before using Concordion, you need to set up JDK, Tomcat, and Eclipse on your system.…
It is a powerful tool, written in Java, that is used to write and manage automated acceptance tests. It is distributed under the Apache Software License. Its clean and simple…
Ruby language has the following advantages − It is easy to understand.It is an object-oriented language.It is a powerful class library.It has massive online support. Following is the step-by-step process…
To run Cucumber test with Java, following are the steps. Step 1 − Install Java − Download jdk and jre fromhttp://www.oracle.com/technetwork/java/javase/downloads/index.htmlAccept license agreement.Install JDK and JRE.Set environment variable as shown in…
It is very likely that your test may fail due to unknown reasons. Identifying the cause of failure and correcting it is very important. This process is known as debugging. Following…
We do test execution in order to understand the stability of a product, so be it manual test or an automated test, it is very important to generate a concise…
It is important to understand what Junit is, before we begin our discussion for Cucumber JUnit Runner. JUnit is an open source unit testing framework for the Java programming language. JUnit has…