InterviewSolution
| 1. |
What Is Concordion Assertfalse Command? |
|
Answer» 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 : Robert De The User name does not start with S. If we want a test to be executed on the User Name and check that the user name does not start with S. 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 : Robert De The User name does not start with S. If we want a test to be executed on the User Name and check that the user name does not start with S. |
|