Forum Moderators: open
I'm after a way to capture any user information processed on a page - ie. form fields completed, links / buttons pressed etc.
I have a test suite for a bunch of web pages, and am looking to build a 'recorder' to help create new tests. I want this to work by turning the recorder on, and then physically visiting the site, completing any forms as appropriate and then leaving the page using a link / button. I then want a popup window to display all my actions that I completed on that page(which I can wrap in the correct syntax for my tests) so I can just copy & paste them into a test file. The test syntax is generally link(name='thisLink').click, or text_field(id='1234').set('this field') etc. So I need to identify a (unique) section (name, id etc) and a field for forms (1234 etc).
I (ideally) want only form fields which I have altered to be identified, not all fields - as there is no point my tests completing a field with the default of the page.
Any help / advice on the best way to go about this is very much appreciated.
Many thanks,
Ben
It is hard to say whether this will have any effect on your existing scripts, but it is unlikely.