We have the following question.
In our application we have multiple instances of tables with
mutliple rows and columns
What we would like to do is the following.
Say we have a unique text “Santaclaus” that can be found in a
cell of the 2nd column and in the 3rd column an ID of the record in question is
displayed.
Our question is that the following : Is it possible to
perform the following sequence without programming, since not all our testers
can program or are willing to program.
1) Find the row in which the search text is located.
2) select another cell in the row identified in step 1
3) Perform an action in the other cell. E.g. Click, perform a get, etc.
In our application we have multiple instances of tables with
mutliple rows and columns
What we would like to do is the following.
Say we have a unique text “Santaclaus” that can be found in a
cell of the 2nd column and in the 3rd column an ID of the record in question is
displayed.
Our question is that the following : Is it possible to
perform the following sequence without programming, since not all our testers
can program or are willing to program.
1) Find the row in which the search text is located.
2) select another cell in the row identified in step 1
3) Perform an action in the other cell. E.g. Click, perform a get, etc.