Concordion – Execute on List
Concordion execute command can be used to run the operation of concordion fixture in a repeating manner. For example, it will be useful if we want to illustrate a requirement…
For Concordion related blog….
Concordion execute command can be used to run the operation of concordion fixture in a repeating manner. For example, it will be useful if we want to illustrate a requirement…
Concordion execute command can be used to run the operation of concordion fixture in a repeating manner. For example, it will be useful if we want to illustrate a requirement…
Concordion execute command can be used to get the result of a behavior in the form of object using which we can get multiple outputs of a behavior. For example,…
Concordion assertFalse command is used when the fixture needs to know the expected result in order to perform a test. Consider the following requirement − User Name : Zafrul Khan…
Concordion assertTrue command is used when the fixture needs to know the expected result in order to perform a test. Consider the following requirement − User Name : Zafrul Khan…
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…