Page scripting is a very valuable tool for testing and reproducing bugs.
One of the best practices for using page scripting is to filter values when you're selecting a value in a grid, so that the desired value appears first. Otherwise when you select a record which is not on top, a relative value is saved in the page script.
Is it possible to store the values of the primary key and use these value(s) during play back? In that case the page script is more readable and better reusable.
Comments
I think this makes a lot of sense. The yaml is better readable and managable, and th script is more robuste.
Category: General
