Working with tables [message #1806939] |
Sat, 18 May 2019 10:50 |
Mike Bray Messages: 60 Registered: May 2019 |
Member |
|
|
I have a javafx app which has 2 tables. If you select a row in the first table the contents of the second table are changed. The second table can have one or more rows. Rows in the second have several fields with each column having more than one field (see screenshot.png)
I am mapping the button in the transaction. Do I have to create a separate technical name for the button in each row, eg:
row 1 button
row 2 button,
row 3 button
and click it directly eg:
ub_grc_click (row 2 button)
ub_grc_click (row 3 button)
or can I create one technical name eg:
row button
and select the row before using the button, eg:
ub_tbl_selectValueFromRow (row 2)
ub_grc_click (row button)
ub_tbl_selectValueFromRow (row 3)
ub_grc_click (row button)
Mike
Mike Bray
|
|
|
|
Re: Working with tables [message #1807030 is a reply to message #1807023] |
Tue, 21 May 2019 12:35 |
Mike Bray Messages: 60 Registered: May 2019 |
Member |
|
|
Thanks Marvin
What I am doing is using ub_tbl_selectCell to get me to the correct cell and then ub_grc_click to click on the button. I will see if I run into issues with the other buttons. As you say writing my own action is more complex, being new to Jubula it is yet another thing to learn.
Regards
Mike
Mike Bray
|
|
|
Powered by
FUDForum. Page generated in 0.04881 seconds