Search found 4 matches

by Dale Nikola
Mon Nov 14, 2011 3:54 am
Forum: Bug Reports
Topic: TestCase couldn't run in different machine
Replies: 3
Views: 2368

Re: TestCase couldn't run in different machine

Hi, I met the same problem.I put the project which has run successfully on my computer on the other computer,it always occurs errors: like "Failed to find itemComprises_of_Test_PlansRepository.WebDocumentSchoolwires_Centricity.SomeBodyTag.ATag" . So I run the same project on my computer again. It is...
by Dale Nikola
Thu Oct 20, 2011 4:20 am
Forum: General Questions
Topic: How to locate the html tags with dynamic ID
Replies: 1
Views: 2759

How to locate the html tags with dynamic ID

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 ed...
by Dale Nikola
Wed Oct 12, 2011 7:38 am
Forum: General Questions
Topic: Ranorex could not navigate to the correct position
Replies: 4
Views: 1894

Re: Ranorex could not navigate to the correct position

Hi, Ranorex is an object based automation framework and it doesn't take care of where the element is placed on the screen. On every search Ranorex retrieves the actual coordinates of the object and tries to click this, therefore shouldn't be a problem where the objects are placed on the screen. Ple...
by Dale Nikola
Sat Oct 08, 2011 5:35 am
Forum: General Questions
Topic: Ranorex could not navigate to the correct position
Replies: 4
Views: 1894

Ranorex could not navigate to the correct position

When I record my test project, and then started to run it, you'll find out, as long as you change the browser window size or the browser to another screen, Ranorex could not navigate to the correct position. What is the reason? Can you help me?