JavaFx TableView wValue not recognized
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
JavaFx TableView wValue not recognized
Maybe my project wasn't setup properly, my test couldn't seem to find the wRowcount, wValue, wItems these properties which I needed to iterate through a JavaFx tableview.
I went to set up Default Project Properties. Under Open Applications -> JavaFx, I chose the "*" option hoping it would make a project include all JavaFx classes. Also manually added some classes that seemed to be missing, such as javafx.scene.control.TableView.
My test still failed. Could someone tell me how to set up proper class supports for javafx test?
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This may be of some help:
Marsha_R
[Community Hero]
____
[Community Heroes] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Heroes]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Hero] signature is used with permission by SmartBear Software.
https://community.smartbear.com/t5/custom/page/page-id/hall-of-fame
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The table you're working with is likely a custom control. Use the object browser to find the JavaFullClassName property of your table. Then go to Tools > Current Project Properties. Go to Object Mapping and expand JavaFX > Table View and add the class name there. You might have to restart Test Complete for it to pick up the change.
More info here: https://support.smartbear.com/testcomplete/docs/working-with/managing-projects/properties/object-map...
Thanks,
Carson
Click the Accept as Solution button if my answer has helped
