ContributionsMost RecentMost LikesSolutionsJavaFx 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? SolvedTestExecute: Run test items without killing the process I am imagining an extreme testing scenario is that I load some data and call a few tests, and then load some data and call a test again(because I may not know how much data I need to initiate at the beginning. Or if the data-driven functions can let me read data from different files loaded specifically for different tests, that would work for me too - I am new to TestComplete, so a quick answer would make the evaluation easier to me). TestExecute has to be launched and exited repetetively; I wonder why it is designed so and if there is anyway to repetetively call TestExcute without killing the process and relaunch it. Solved