Search found 13 matches

by Zhilll
Wed Jun 05, 2013 3:54 pm
Forum: Bug Reports
Topic: Issue executing Ranorex EXE on Virtual Machine v. 4.0.4
Replies: 2
Views: 2055

Issue executing Ranorex EXE on Virtual Machine v. 4.0.4

On our virtual machine, I installed Ranorex 4.0.4. I verified the presence of the .dll files on the machine. When I tried to run the .EXE file from my test suite (compiled in Version 4.0.4) I'm getting the following exception: "Could not load file or assembly 'Ranorex.Core, Version=3.0.0.11639...". ...
by Zhilll
Mon Jun 03, 2013 5:57 pm
Forum: Object Identification and Technologies
Topic: Issue Recognizing Button in JQuery Application
Replies: 4
Views: 2664

Re: Issue Recognizing Button in JQuery Application

Thanks Markus. I'm able to work around the issue, but I'm wondering if this will ever be fixed? I do think it is a defect in Ranorex since the actual object type (Ranorex.buttontag) is not being returned by the spy.
by Zhilll
Fri May 31, 2013 3:21 pm
Forum: How To …
Topic: How to Share Ranorex Reports
Replies: 4
Views: 5749

How to Share Ranorex Reports

Hello, We are not currently using the Ranorex Test Suite but instead have our tests in classes. I would like to share the Report that is generated after running the tests with other users, but simply sharing the generated file (*.rxlog) doens't work. There are instructions on how to do this through ...
by Zhilll
Fri Apr 12, 2013 1:52 pm
Forum: Automation API
Topic: Screenshot method
Replies: 7
Views: 2458

Re: Screenshot method

Has there been a resolution with this? I am experiencing the same problem. I am using Ranorex version 4.0.2.
by Zhilll
Thu Mar 14, 2013 7:50 pm
Forum: Object Identification and Technologies
Topic: Issue Recognizing Button in JQuery Application
Replies: 4
Views: 2664

Re: Issue Recognizing Button in JQuery Application

I think I figured out what is happening. To troubleshoot this issue, I used the recorder and clicked on the same button and it worked when playing it back. The recorder added the button to the repository as a <Ranorex.ButtonTag> which worked. When I identified the same button using the spy and added...
by Zhilll
Thu Mar 14, 2013 3:10 pm
Forum: Object Identification and Technologies
Topic: Issue Recognizing Button in JQuery Application
Replies: 4
Views: 2664

Issue Recognizing Button in JQuery Application

I'm currently working to automate the UI testing of an application using JQuery. One of the JQuery widgets on the page contains buttons. When creating these buttons in the repository and trying to click them in the code (myButton.click( );) Ranorex is returning the following error message: Item 'Cla...
by Zhilll
Mon Jan 07, 2013 4:23 pm
Forum: General Questions
Topic: Report no longer opens after test execution in Ranorex 4
Replies: 5
Views: 1751

Re: Report no longer opens after test execution in Ranorex 4

Also, make sure that your test .EXE is not crashing at the end. I have found that if my test .EXE crashes, the system does not write the report correctly. The report is created fine, it just won't open when the tests are finished running. I can navigate to the folder where they are stored, it's jus...
by Zhilll
Thu Jan 03, 2013 3:44 pm
Forum: General Questions
Topic: Report no longer opens after test execution in Ranorex 4
Replies: 5
Views: 1751

Re: Report no longer opens after test execution in Ranorex 4

Thanks Markus. I checked my options and these options are indeed checked but the report is still not opening after test execution. I can open the reports if I navigate to the reports folder where it is stored, but it is much more convenient to have this open automatically.
by Zhilll
Thu Dec 13, 2012 4:09 pm
Forum: General Questions
Topic: Report no longer opens after test execution in Ranorex 4
Replies: 5
Views: 1751

Report no longer opens after test execution in Ranorex 4

Yesterday I upgraded to Ranorex 4.0. I noticed now when I execute a test, the resulting report does not automatically open as it did previously. I did not change anything in the code, so I'm wondering if this has something to do with the new Ranorex 4.0?
by Zhilll
Fri Sep 14, 2012 7:17 pm
Forum: Object Identification and Technologies
Topic: Using "Select" method in a text box
Replies: 14
Views: 6130

Re: Using "Select" method in a text box

Does this also apply to FlexFlavorElements? I'm trying to use the Select method on a textDisplay, but am getting the same error message: Ranorex.ActionFailedException: Action 'select' failed on element '{Text:textDisplay}'. ---> System.NotSupportedException: The operation is not supported. at Ranore...
by Zhilll
Mon Mar 12, 2012 7:35 pm
Forum: Object Identification and Technologies
Topic: Best way to verify special characters, bold and italic text?
Replies: 9
Views: 8008

Best way to verify special characters, bold and italic text?

I'm currently testing a Flex application using Ranorex. The application under test has similar functionality as a word processor and has features where users can bold and italicze text. Users can also add special characters such as the section symbol. I'm wondering if there is a way to verify if tex...
by Zhilll
Thu Oct 06, 2011 2:55 pm
Forum: Automation Tools
Topic: Unable to identiify WebDocument
Replies: 6
Views: 4281

Re: Unable to identiify WebDocument

I am having the same problem trying to use the WebDocument object. It doesn't seem to work unless I already have the browser opened to the web page. I even tried to use the WebDocument provided in the example, and I kept encountering the error: "Ranorex.ElementNotFoundException: No element found for...