Search found 68 matches

by Mayra
Mon Apr 27, 2015 2:55 pm
Forum: General Questions
Topic: Distributed Testing
Replies: 1
Views: 1495

Distributed Testing

Hi, The company is evaluating to use Ranorex for another product. We are comparing different frameworks, we will use the C# solution for both UI testing and Web API testing. The only criteria that I am not sure Ranorex is fulfilling at this time, is distributed testing. It is very important since th...
by Mayra
Sat Mar 28, 2015 8:27 pm
Forum: General Questions
Topic: Ranorex hangs during execution intermmitently
Replies: 1
Views: 1351

Ranorex hangs during execution intermmitently

Hi, I have a situation where I am running a process as part of a test, if the process does not complete in a certain amount of time I kill the process, I throw an exception and write something to the Ranorex log. After that , Ranorex just hangs and unfortunately I have to kill Ranorex . This has bee...
by Mayra
Tue Dec 09, 2014 6:17 pm
Forum: How To …
Topic: Re-run of failed test cases
Replies: 1
Views: 2894

Re-run of failed test cases

Hello, I know this has been asked previously. What I want to do, if a test case fails, I want it to be re-run immediately, so, I would log a warning the first time and if it fails in the second run I would let the exception be thrown and let the log report the problem. How can I achieve this in Rano...
by Mayra
Thu Aug 07, 2014 10:00 pm
Forum: Bug Reports
Topic: BUG: "Fail to instrument..." in Java app on new windows
Replies: 7
Views: 3616

Re: BUG: "Fail to instrument..." in Java app on new windows

I have a web start application and I am experiencing the same issue.
by Mayra
Mon Jul 28, 2014 4:13 pm
Forum: General Questions
Topic: Java AWT/Swing Failed to Instrument Java Process. Plug in?
Replies: 8
Views: 5402

Java AWT/Swing Failed to Instrument Java Process. Plug in?

I am trying to test a web start application and I dont get any control recognition. When running the spy I get the following message: Ranorex Technology Limitation. Failed to Instrument Java Process. Please make sure you have enough privileges to access the process. When I run the Tool->Instrumentat...
by Mayra
Wed May 21, 2014 4:26 am
Forum: General Questions
Topic: Test Results to Test Tool
Replies: 2
Views: 1391

Re: Test Results to Test Tool

Also, I would need to access the variables, description or dd data. That is where I could put the test case id, which is what I need to upload the test result in the test management tool.
by Mayra
Tue May 20, 2014 10:21 pm
Forum: General Questions
Topic: Test Results to Test Tool
Replies: 2
Views: 1391

Test Results to Test Tool

Hi,
I have a test suite of test cases, and as a test case completes execution, I would like to upload the test results. If it is a data driven test, I would like to do it per iteration.
How can I do that? Where do I write the code?
Thanks
by Mayra
Mon May 12, 2014 10:44 pm
Forum: General Questions
Topic: Case Insensitive with equal sign
Replies: 10
Views: 3059

Re: Case Insensitive with equal sign

I have one case where the regular expression is not working. I got it down to be the '(' within the string that I am using in the value to be found, example: tag[@innertext~'^(?i:'+$graphnodelabel+')$'] if graphnodelabel contains a ( then the value is not found, example not found: tag[@innertext~'^(...
by Mayra
Wed May 07, 2014 12:37 am
Forum: General Questions
Topic: Inconsistent playback of scripts
Replies: 5
Views: 1951

Re: Inconsistent playback of scripts

I will upload a snapshot and a script. Maybe there is something in there that can be seen. I know the paths work as I use the spy and I can find what I am looking for. This was also validated by the rep. Since the id's change constantly I use other attributes to find the elements. As I mentioned bef...
by Mayra
Wed May 07, 2014 12:14 am
Forum: Automation Tools
Topic: How to rerun same test before going to next iteration
Replies: 6
Views: 2860

Re: How to rerun same test before going to next iteration

I am already working with a rep. Items found by the spy are not found during execution. I have tons of delays, waits, etc. Of course, this would be a workaround for now, nevertheless more than one person has asked for this enhancement for different purposes. It is easy to do with other tools, I am n...
by Mayra
Tue May 06, 2014 2:22 am
Forum: Automation Tools
Topic: How to rerun same test before going to next iteration
Replies: 6
Views: 2860

Re: How to rerun same test before going to next iteration

I also asked today about this functionality to the tech rep. I am having issues were elements that exist are not found, this happens inconsistently and at the very least, a workaround would be to be able to pass the test case on first run only if it passes, if it fails then give it a second run and ...
by Mayra
Tue May 06, 2014 2:16 am
Forum: General Questions
Topic: Inconsistent playback of scripts
Replies: 5
Views: 1951

Re: Inconsistent playback of scripts

I have been doing GUI automation for a long time and you pointed out timing issues are a big thing in Web GUI automation. This time is really beyond what I have experienced before. I do not know if it is a combination of the Sencha Controls and also the tool. I can set a loop to find an item in a pa...
by Mayra
Tue May 06, 2014 2:04 am
Forum: General Questions
Topic: Close all browsers function
Replies: 3
Views: 2958

Re: Close all browsers function

Hi, Im not using Chrome in incognito mode, version of Chrome version 34. It also happens in Firefox, more so than in Chrome. Firefox, I am using version 26. For Ranorex version 5. I guess I can go ahead and kill the process. However the problem is beyond closing the browsers, because if I want to us...
by Mayra
Tue May 06, 2014 1:51 am
Forum: Bug Reports
Topic: Feature Request: Rerun Failed testcases
Replies: 2
Views: 2395

Re: Feature Request: Rerun Failed testcases

I also vote for this too. I currently have issues with the tool were at some times the path is not found. However there can be other circumstances like the ones you are mentioning. There is no way in Ranorex to fo a re-run if the test case fails, some logic that I used in the past allowed me to just...
by Mayra
Sat May 03, 2014 4:02 am
Forum: General Questions
Topic: Inconsistent playback of scripts
Replies: 5
Views: 1951

Inconsistent playback of scripts

I am using Ranorex 5 and my application is based on Sencha Ext JS, highcharts. I notice my scripts are not playing back in a reliable way. Elements are not clicked, like I can see the mouse hovering over by the element but the click does not take effect, for example I can see the mouse over the chec...