InterviewSolution
Saved Bookmarks
| 1. |
What Is Concordion Verifyrows Command? |
|
Answer» Concordion verifyRows command can be USED to check the content of a collection returned as a result by the system. For example, if we set up a set of users in the system and do a PARTIAL SEARCH on them, then the system should RETURN the MATCHING elements, otherwise our acceptance tests should fail. Concordion verifyRows command can be used to check the content of a collection returned as a result by the system. For example, if we set up a set of users in the system and do a partial search on them, then the system should return the matching elements, otherwise our acceptance tests should fail. |
|