Hi
Please tell, how to locate the control which generates ID dynamically ?
My problem is : My test project requires four sections:Create,edit,revert and delete a username. Every time create,the username will generate a Id in the database.Then the problem occurs, I create a user(e.g: Id:12) ,after edit,revert and delete,now I run the script, it creates a user (id 13) again ,then it edits ,failed...revert and delete failed too.
I find the ranorex locates the element by html tags and the corresponding specific Id.But the Id is generated dynamically ,how can I handle the problem?
Thanks.
Regards.
Dale Nikola.