InterviewSolution
| 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 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 If we want a test to be executed on the User Name and check whether the user name starts with R or not. |
|