Hi,
I can highlight items from the repository straight away on my form, but at runtime the scripts take the maximum search timeout (30 sec) to find the component.
How can this be when the highlight can find the item?
slow going
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: slow going
Hi,
Regards,
Peter
Ranorex Team
If you run your test, do you get any warning or error in your Report? If yes would it be possible to post us the report? Does this occur only on a special element? Are you able to highlight the element with Ranorex Spy?bsing wrote:How can this be when the highlight can find the item?
Regards,
Peter
Ranorex Team
Re: slow going
I created a simple folder in the Repository so I could group similar items together and then copied items to this folder. I noticed that warning messages started coming up after this, that items could not be found in the repository, and the absolute path was being used instead.
After deleting the folder and all the items, I used Spy to identify and put them into the repository again.
It seems to be working fine now.
Is this a defect (to do with the folder)??
After deleting the folder and all the items, I used Spy to identify and put them into the repository again.
It seems to be working fine now.
Is this a defect (to do with the folder)??
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: slow going
Hi,
I would also recommend you to take a look to online tutorial
http://www.ranorex.com/support/user-guide-20.html
Regards,
Peter
Ranorex Team
A simple folder should not affect the RxPath structure. Are you sure that you've added a simple folder and not a rooted folder? A rooted folder for sure affects the RxPath structure. For a detailed explanation please take a look to following post http://www.ranorex.com/forum/warning-fo ... t1576.htmlbsing wrote:Is this a defect (to do with the folder)??
I would also recommend you to take a look to online tutorial
http://www.ranorex.com/support/user-guide-20.html
Regards,
Peter
Ranorex Team
Re: slow going
Deleted simple folder, and re-added components using Ranorex Spy, then recreated simple folder and move all components back. Seems to be working now, with no warning messages.