My javafx application has a form, which is filled by users, and their details are stored in the database on submitting the form. I have written a test class which will start the application and fill the form for a testcase user using Fxrobot . Now I want to test this application for multiple testcases which are stored in a csv file. That means , for each row having user details in the csv file, the form should open , then the robot should fill the form and then the robot should press submit. How do I do this using testfx? How do I start the test for each test case? Any help would be sincerely appreciated.Consider this as an earnest request to guide.
Thanking you :)