1.

What Is Concordion Asserttrue Command?

Answer»

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 : Robert De
The User name starts with R.
The User name starts with S == false.

If we want a test to be executed on the User Name and check whether the user name starts with R or not.

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 : Robert De
The User name starts with R.
The User name starts with S == false.

If we want a test to be executed on the User Name and check whether the user name starts with R or not.



Discussion

No Comment Found