WebApp - Table not Recognized
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
WebApp - Table not Recognized
Hello Everyone,
I am pretty new to Testcomplete, but have been writing all of my tests with javascript. The webapp I am testing has a considerable amount of table elements and so far I have been doing things in what's likely a sub-optimal way, mostly by building arrays of the cells within a table using FindAllChildren().
I am trying to learn how to use the table stores, but any table I try to feed into it ends up as not recognized? Is there anything I can do to make it work?
Here's a screengrab of a calendar I'm currently trying to analyze along with its properties:
Regards,
Jeff
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @RockyRoadn -
What is it that you are looking to do with the table once its recognized? Comparisons?
Are you familiar with this document? (https://support.smartbear.com/testcomplete/docs/reference/project-objects/items/stores/table/index.h...
Also what is the error message you are running into? Is this application publicly accessible so I could take a look at some of the tables to try to offer assistance?
Thanks,
Emma
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Emma!
Unfortunately for me, this app is not publicly accessible. In this test I am ensuring that days clicked/selected highlight red and that weekend dates cannot be selected (Employees are selecting leave dates). This app is a type of payroll app, so uses LOTS of tables. The date selection here is just one instance, most tables will not be calendars.
and here's my error:
