Search found 25 matches

by alan722
Tue Sep 20, 2016 8:56 am
Forum: General Questions
Topic: Subscription Renewal Key vs Software license keys
Replies: 1
Views: 1673

Subscription Renewal Key vs Software license keys

Hi Guys,

as per the subject line can someone explain to me the difference between the two?
by alan722
Mon Sep 12, 2016 3:57 pm
Forum: Object Identification and Technologies
Topic: UC Browser
Replies: 1
Views: 2080

UC Browser

Hi

Does Ranorex provide support for UC Browser for desktop?
If not, are there any plans to include this?

I am asking because our company has included this browser and will be using it more often.
by alan722
Tue Apr 19, 2016 9:04 am
Forum: Automation API
Topic: 'ExcelLibrary' is a 'namespace' but is used like a 'type'
Replies: 2
Views: 3901

Re: 'ExcelLibrary' is a 'namespace' but is used like a 'type'

Hi there,

I am not sure which excel framework you are using but it seems like the class name is the same as the namespace?

Maybe try ExcelLibrary.ExcelLibrary xlLib = new ExclLibrary.ExcelLibrary();
by alan722
Wed Apr 06, 2016 3:36 pm
Forum: General Questions
Topic: Clearing cache with Open Browser Action
Replies: 5
Views: 2635

Re: Clearing cache with Open Browser Action

@ Kanius when this happened was your chrome browser still opened in the background?
by alan722
Wed Mar 23, 2016 8:52 am
Forum: Automation Tools
Topic: Running Module Group one after another
Replies: 1
Views: 1754

Running Module Group one after another

Hi Guys, Let's say for example I have this following setup: ->TestCase ->ModuleGroup1 ->ModuleGroup2 inside modulegroup1 there are a couple of usercode modules that does validations. The issue I'm having is if one of those validation fails, even if I set the exceptionOnFail to false, modulegroup2 wo...
by alan722
Tue Feb 09, 2016 9:04 am
Forum: Mobile Testing
Topic: Failed to start app '#AppName#'
Replies: 4
Views: 2592

Re: Failed to start app '#AppName#'

One thing I forgot to mention is that I'm not using a debug build of the application.
by alan722
Tue Feb 09, 2016 8:48 am
Forum: Mobile Testing
Topic: Failed to start app '#AppName#'
Replies: 4
Views: 2592

Re: Failed to start app '#AppName#'

Hi there, Sorry should've been more specific. I do have the actual application name in there. I just used #AppName# to make it generic for this post. I only have one device attached. The current issue is that now and then ranorex will throw the error I mentioned above which I have no idea why. What ...
by alan722
Mon Feb 08, 2016 2:13 pm
Forum: Mobile Testing
Topic: Failed to start app '#AppName#'
Replies: 4
Views: 2592

Failed to start app '#AppName#'

Hi Guys, Mobile automation is new to me. My current situation is this. Starting an app through ranorex will work sometimes and sometimes it own't work. It throws this error "Failed to start app '#app name#' because the app started event was not received within the specified timeout of '00:00:10 (+00...
by alan722
Thu Dec 24, 2015 9:22 am
Forum: Object Identification and Technologies
Topic: RESTful web service testing
Replies: 6
Views: 11762

Re: RESTful web service testing

We do Web Api Testing and the below is a little API testing Framework we've created. We create this in visual studio and then just import the dll to our ranorex project and make use of it. You will see that there's two methods each with 4 overloads. Hope it helps :D public class HttpClientMethod { p...
by alan722
Fri Nov 06, 2015 9:29 pm
Forum: Automation Tools
Topic: PDF Reports
Replies: 19
Views: 6460

Re: PDF Reports

Hi there,

If I remember correctly there should be a download link somewhere there that will provide you the exe and dlls
by alan722
Wed Aug 12, 2015 6:09 pm
Forum: General Questions
Topic: Flash Player Issues with Ranorex 5.4.0
Replies: 5
Views: 1557

Re: Flash Player Issues with Ranorex 5.4.0

hmmm maybe try and compare the log file when using Ranorex 5.1? if it works then maybe try using another later version of Ranorex besides 5.4 and if it works there as well then it might be some bug with version 5.4 specifically. If that's the case i'm afraid you'll need to report it to Ranorex Suppo...
by alan722
Wed Aug 12, 2015 1:30 pm
Forum: Bug Reports
Topic: Spelling Error
Replies: 1
Views: 1937

Spelling Error

Hi Guys,

Please view the image attached.

There's a spelling mistake with the word Debugger. :lol:
by alan722
Tue Aug 11, 2015 6:18 pm
Forum: General Questions
Topic: Flash Player Issues with Ranorex 5.4.0
Replies: 5
Views: 1557

Re: Flash Player Issues with Ranorex 5.4.0

mmmm. ok I am assuming in the flash trace log it's not throwing any errors here. Pretty much to automate flash application using Ranorex you need to ensure three things. 1. You have installed the debug flash player(which should be installed when you run the instrumentation wizard). 2. the mm.cfg fil...
by alan722
Tue Aug 11, 2015 10:52 am
Forum: General Questions
Topic: Flash Player Issues with Ranorex 5.4.0
Replies: 5
Views: 1557

Re: Flash Player Issues with Ranorex 5.4.0

When you open your flash application, do you see any information in the flash trace log?
by alan722
Wed May 20, 2015 2:15 pm
Forum: Object Identification and Technologies
Topic: Unable to identify flash elements - Internet Explorer
Replies: 6
Views: 2671

Re: Unable to identify flash elements - Internet Explorer

ok I've find a workaround in the time being.

1. Open up ranorex not as admin.
2. generate my recording then click buld
3. Run the exe from the bin folder to test my recording.

the above for now will prevent ranorex from having to run as admin everytime I click the play now button.