Forum Discussion
- TanyaYatskovskaSmartBear Alumni (Retired)
Hi Paul,
It's still under the development. I've added your vote to the suggestion.
In TestComplete 10, there is a way to exclude a cell or a row from the comparison. Check whether it works for you.
Hi Chuck,
Currently, there is no way to do this. You will have to enumerate table cells and write the needed comparison logic yourself. However, I've registered your request in our DB as a suggestion. Thank you.- AlexKarasChampion Level 3Hi Chuck,
Meanwhile as a workaround and depending on the database server you are using, you may consider creation of the helper stored procedure (SP) that will wrap your actual SQL statement and return data formatted with the precision that you need. Then you may save the initial SP output as a checkpoint and use it for the test. - paul_igoeContributorHas there been any progress on this since 2010?
I am also looking for a way to wildcard data in table checkpoints. - Kristijan_Bratu_1Occasional ContributorHi,
I am also looking for a way to wildcard data in table checkpoints.
Like:
14-300-12345678
**-300-12345678
Regards,
Kristijan - TanyaYatskovskaSmartBear Alumni (Retired)
Hi Kristijan,
Right now, to accomplish your task, you need to create a customer comparison function that will compare each cell of the table with the desired value.
As for the Table Checkpoints, I've added your vote to improve the comparison algorithms.
- chainmailguyOccasional Contributor
Please add my vote for this feaure.
Either ? and * wildcards,
or Greater Than / Less Than by absolute or percentage for numerics
or something similar to the cmpCompare function in the If/Then statement would be sufficient.
Can you give me a hint what the custom code might look like? I've found the Compare Properties function but it's kinda painful to set up a separate check step for each cell in a grid.
Related Content
- 6 years ago
- 3 years ago
- 6 years ago
Recent Discussions
- 19 hours ago
- 19 hours ago
- 5 days ago