|
| Hi,
I recently started using App Center to test out a web application that I'm working on. I created a script using the auto-mated recording facility available in App Center. The problem I'm encountering with this approach is, it records all of the "key" info
rmation into the script. So if I added new data to a table while recording the script, the Unique Identifier for that record which I rely on when doing subsequent state transitions on that record is embedded into the recorded script. When I run this scrip
t a new record does get created but when it tries to take that record through it state transitions (by performing user actions), it keeps acting on the original record that I created when recording the script since the Identifier for that record is embedd
ed in the script.
My qs are:
1.Is there anyway I can modify the script to pick up the newly generated ID which gets sent back to the page.
2. Where can I find some documentation on how I can modify the auto-generated scripts.
3. How can I access the page elememts and their values in the script.
Thanks for your help.
|
|