Search found 39 matches

by dpFourOFour
Thu Oct 17, 2019 1:29 pm
Forum: General Questions
Topic: Issues upgrading to Ranorex Studio 9.2
Replies: 2
Views: 1279

Re: Issues upgrading to Ranorex Studio 9.2

Hey, Are you sure your Licenses are valid for the current release? Please check the column "Expires" in your license manager. Concerning the 32 and 64 bit version, Ranorex added a 64bit version with 9.0.0 release (early 2019 afaicr) Also please make sure to always include the exact error message, to...
by dpFourOFour
Thu Sep 27, 2018 12:51 pm
Forum: Mobile Testing
Topic: Android Application - Crosswalk
Replies: 11
Views: 3475

Re: Android Application - Crosswalk

Hi SanMan, What exactly do you see or what are you not able to see when using Android OS automation. It worked for me in the most cases without any issues. Also, I'm afraid I can't give you any recommendation about those tools, since I am not familiar with them. Maybe you can post a snapshot made wi...
by dpFourOFour
Wed Sep 26, 2018 9:20 am
Forum: Mobile Testing
Topic: Android Application - Crosswalk
Replies: 11
Views: 3475

Re: Android Application - Crosswalk

Hi SanMan, Seems that Crosswalk is dead . The last release is more than a year ago and the project team itself stated, that there wont be updates anymore. I'm not sure if the Ranorex folks will add support for a technology which is rarely used and not really further developed. Have you tried the And...
by dpFourOFour
Wed Sep 26, 2018 8:55 am
Forum: General Questions
Topic: Visual Studio Integration Example
Replies: 7
Views: 2595

Re: Visual Studio Integration Example

Well, that's odd...

I have built and tested this project on a Win10 machine. Which OS are you running?
What happens when you run the recorded test on your machine? Is it finding the elements or do you also get an error?

Best,
DP
by dpFourOFour
Tue Sep 25, 2018 11:11 am
Forum: General Questions
Topic: Visual Studio Integration Example
Replies: 7
Views: 2595

Re: Visual Studio Integration Example

Hi RobertComstock,

You are right, the sample as it is listed on the page is not working properly. Perhaps something went wrong with parsing the code in the html page.
Anyway, I have created a sample in VS as a reference
RanorexVSIntegration.zip
Hope that helps,
DP
by dpFourOFour
Fri Sep 07, 2018 1:06 pm
Forum: Mobile Testing
Topic: Can I copy recordings to a new Project?
Replies: 1
Views: 1519

Re: Can I copy recordings to a new Project?

You can simply right click on the project node and select "Add->Existing Item"
After selecting the desired file, you will be asked to link or copy the referenced Ranorex Repository as well. The choice depends on your needs, but I usually go with "Copy Repository".

Hope that helps,
DP
by dpFourOFour
Fri Sep 07, 2018 12:52 pm
Forum: Automation API
Topic: ExecuteScript("script") Help
Replies: 3
Views: 1957

Re: ExecuteScript("script") Help

Hi Machisperer,

Have you already tried adding a return to the executScript call?
repo.IndexHtml.Self.ExecuteScript("return METHOD()");
This should work as expected.

Best,
DP
by dpFourOFour
Fri Sep 07, 2018 12:42 pm
Forum: Mobile Testing
Topic: setvalue on Android entering the value but app not recognizing input
Replies: 11
Views: 3542

Re: setvalue on Android entering the value but app not recognizing input

Hi sstowe, In the post Pavel linked, I described the usage of execute script. This might be helpful in your case as well. The partial repository screenshot shows that your application is also based on a web-framework. Therefore please try the following code repo.ComBottomlineEastern.WebDocument6012S...
by dpFourOFour
Mon Jul 23, 2018 1:13 pm
Forum: How To …
Topic: Module not starting with Jenkins
Replies: 4
Views: 1583

Re: Module not starting with Jenkins

I'm glad to hear that things are working now as expected. BTW: The attached Ranorex Report does unfortunately not help since it is missing the data file. Please always ensure to attach a zipped copy of your Reports as described in the Ranorex User guide - Create a compressed Ranorex Report Additiona...
by dpFourOFour
Mon Jul 23, 2018 10:42 am
Forum: How To …
Topic: Module not starting with Jenkins
Replies: 4
Views: 1583

Re: Module not starting with Jenkins

Hey, You are getting an "Failed to find item" error. So it seems that the rxpath is incorrect. If you could post a more detailed message and a snapshot of your application here, the community would be able to provide more information. Also, you said that the explorer does not start. Are you running ...
by dpFourOFour
Thu Jul 19, 2018 1:36 pm
Forum: General Questions
Topic: User code collection - Namespace name could not be found
Replies: 2
Views: 2635

Re: User code collection - Namespace name could not be found

Hi alexlosk, To access the repository within your usercode collection, you need to reference the project that contains the repository. You can do this by selecting 'add reference' from the context menu (right click the 'References' entry in your automationhelper project). In the upcoming dialog, you...
by dpFourOFour
Thu Jul 19, 2018 1:03 pm
Forum: General Questions
Topic: Unsupported HTML Tag Class
Replies: 21
Views: 5416

Re: Unsupported HTML Tag Class

Hi sarahw,

I'm not quite sure if I got your issue correctly, but the snapshot you have uploaded seems to be different than your screenshot.
Also the snapshot contains the desired g tag as described in your html snippet
gtag.jpg
Best,
DP
by dpFourOFour
Wed Jul 18, 2018 1:15 pm
Forum: General Questions
Topic: Why does Ranorex not like two conditions in an xPath
Replies: 4
Views: 1316

Re: Why does Ranorex not like two conditions in an xPath

Hi sstowe,

This blog post might be helpful for you.
You can combin attributes by 'and' or 'or' to make your path more reliable.

Hope that helps,

DP
by dpFourOFour
Fri Jul 13, 2018 12:17 pm
Forum: Bug Reports
Topic: Ranorex Magic Merger configuration dialog every time
Replies: 2
Views: 2089

Re: Ranorex Magic Merger configuration dialog every time

Hey Stub, I haven't seen such an issue before, but it seems that Ranorex was not able to save your choice. All ignored dialogs are listed in the RanorexConfig*.xml under your %appdata% directory The Magic Merger for example would be SourceControlIntegrationDialog scid.jpg If you see that behavior ag...
by dpFourOFour
Fri Jul 13, 2018 12:12 pm
Forum: Automation API
Topic: Can i get references from Artifactory?
Replies: 3
Views: 1959

Re: Can i get references from Artifactory?

Hi Sander, Sorry, I was not aware that the nuget repo is just available in the pro version. CURL is pretty simple, and should be available on your windows machine by default. Also if you create the generic repo in artifactory, it will show you the command for fetching the files. jfrogArti.jpg You co...