Search found 14 matches

by AndyS
Thu May 21, 2015 11:18 pm
Forum: General Questions
Topic: Support of IE11
Replies: 13
Views: 4661

Re: Support of IE11

One thing I didn't mention is that while my scripts are running I get the pop up telling me there is a Ranorex Technology Limitation. The script logs show a warning at the beginning as well asking me to make sure you have the Ranorex Add on Installed and enabled. I checked again and this time the ad...
by AndyS
Wed May 20, 2015 10:27 pm
Forum: General Questions
Topic: Support of IE11
Replies: 13
Views: 4661

Re: Support of IE11

Thanks odklizec,

I checked my project compiling settings and its already set to 32 bit. Maybe I should try to re-record these tests to see if it improves?
by AndyS
Tue May 19, 2015 5:41 pm
Forum: General Questions
Topic: Support of IE11
Replies: 13
Views: 4661

Re: Support of IE11

Hi Markus,

I have attached a log file report showing the Set Value action. Its the last step and as you can see I abort the test 10 seconds later.

Let me know if you need anything else.

Thanks,
Andy
by AndyS
Fri May 15, 2015 6:05 pm
Forum: General Questions
Topic: Support of IE11
Replies: 13
Views: 4661

Re: Support of IE11

I am currently on version 5.3.2. It seems to be really slow when selecting drop downs now since upgrading to IE 11. We use the Set Value action to select an element in our drop down lists. The values of the drop down are set to a variable which is read from a data file. Previously this script ran as...
by AndyS
Wed May 13, 2015 10:49 pm
Forum: General Questions
Topic: Support of IE11
Replies: 13
Views: 4661

Re: Support of IE11

I have disabled the Enhanced Protected Mode in IE 11 however my scripts are still running slow. Specifically when selecting drop downs there is a noticable delay now since upgrading to IE 11 for internal testing. I went into the Add Ons menu in IE 11 and the Ranorex Add On is showing as Enabled. Is ...
by AndyS
Wed May 13, 2015 5:29 pm
Forum: General Questions
Topic: Error: The report file or directory could not be created
Replies: 4
Views: 2237

Re: Error: The report file or directory could not be created

It appears the problem has resolved itself. I have not changed anything yet when I ran the scripts this morning the error is no longer occurring.

Thanks anyway for your responses everyone!
by AndyS
Wed May 13, 2015 5:14 pm
Forum: General Questions
Topic: Error: The report file or directory could not be created
Replies: 4
Views: 2237

Re: Error: The report file or directory could not be created

I do have the project stored on my local drive C:\TestingProjects\SmokeTesting\SmokeTest\SmokeTest However after I updgraded this error occurred. I use Microsoft TFS as a version control system to check in my changes but I wonder if I setup the project incorrectly? In any case, where do I find the p...
by AndyS
Tue May 12, 2015 9:00 pm
Forum: General Questions
Topic: Error: The report file or directory could not be created
Replies: 4
Views: 2237

Error: The report file or directory could not be created

Hi, I just recently installed the latest version of Ranorex 5.3.2 from version 5.2.1. Since installing the update I can no longer launch my automation test suite. The error is as follows: The report file or directory could not be created. Could not find a part of the path 'H:\My Documents\RanorexRep...
by AndyS
Thu Apr 09, 2015 4:14 pm
Forum: How To …
Topic: Popup Watcher Class Implementation
Replies: 5
Views: 4657

Re: Popup Watcher Class Implementation

Thanks krstcs and Pavel, I will give it a go with the information you have provided so far and get back to you with my results. I really appreciate your help!

Andy
by AndyS
Wed Apr 08, 2015 9:49 pm
Forum: How To …
Topic: Popup Watcher Class Implementation
Replies: 5
Views: 4657

Re: Popup Watcher Class Implementation

A sample project might help actually so if you can provide that it would be great. I am in the Main method under program.cs and when I begin typing repo. it autocompletes and chooses the Report class. All of my tests are recorded (autogenerated), would I need to create a custom code solution for thi...
by AndyS
Wed Apr 08, 2015 6:43 pm
Forum: How To …
Topic: Popup Watcher Class Implementation
Replies: 5
Views: 4657

Popup Watcher Class Implementation

I need a little help determining what to use to identify a pop-up properly using the example given in the user guide for Pop Up Watcher class. Example below: public static void CloseUpdateCheckDialog(Ranorex.Core.Repository.RepoItemInfo myInfo, Ranorex.Core.Element myElement) { myElement.As<Ranorex....
by AndyS
Tue Mar 17, 2015 6:27 pm
Forum: General Questions
Topic: The project file could not be loaded
Replies: 1
Views: 1802

The project file could not be loaded

I opened up the Ranorex application today and received the following error. The project file could not be loaded. Unexpected end of file has occurred. The following elements are not closed: Compile, ItemGroup, Project. Line 167, position 3. Why has this occurred and how can I retrieve my project? Th...
by AndyS
Tue Mar 03, 2015 10:55 pm
Forum: Object Identification and Technologies
Topic: Pop-up Watcher Class
Replies: 3
Views: 2679

Re: Pop-up Watcher Class

I have read the instructions but I still have questions. One of the options in this class is as follows: // Add a Watch using the info object of the dialog and the info object of the button to click The above is just one of the ways you can identify an object and interact with it but I dont know wha...
by AndyS
Tue Feb 24, 2015 8:19 pm
Forum: Object Identification and Technologies
Topic: Pop-up Watcher Class
Replies: 3
Views: 2679

Pop-up Watcher Class

Hi, I am new to programming and I am trying to implement the pop-up watcher class in my project. I would like some help adding this functionlity to my project. First the pop-up I am trying to catch with this class is identified by the following ID: ctl00_TemplateBody_ucNewMembership_ucMemberContact_...