Search found 34 matches

by ElSticky
Mon Nov 23, 2015 10:55 am
Forum: Automation Tools
Topic: CodeDom does not exist in the type...
Replies: 1
Views: 2881

Re: CodeDom does not exist in the type...

The problem was solved by the Ranorex Support. I had a recording called 'System' which caused problems with the original System class I’ve analyzed your solution and found the problem regarding the CS0426 error. You have created a Recording named “System”. Since every recording is also a C# class, t...
by ElSticky
Thu Nov 19, 2015 3:38 pm
Forum: Automation Tools
Topic: CodeDom does not exist in the type...
Replies: 1
Views: 2881

CodeDom does not exist in the type...

I created some tests and didn't build while creating them. I finished the creation and tried to build them but now every recording says The type name 'CodeDom' does not exist... (CS0426). I never experienced this before. Any thoughts on this?
by ElSticky
Wed Jun 10, 2015 10:15 am
Forum: General Questions
Topic: Coverage based on Forms/webpages
Replies: 1
Views: 1258

Coverage based on Forms/webpages

Currently there is no sort of coverage for Ranorex. I think it would be useful if it's possible to check if you covered all the forms/pages in your applications. E.g. if it was possible to make a comparison between Ranorex and your own VS solution containing all your forms. If your test cases do not...
by ElSticky
Fri Apr 03, 2015 1:43 pm
Forum: Automation Tools
Topic: CreateImageResources task has failed
Replies: 1
Views: 2624

Re: CreateImageResources task has failed

It seemed there was a problem with one of the items in my Repository. I started deleting items one by one to see which one was wrong (by copying the repository in a new project first, as the warning immediately appeared there too I knew it should be something with the repository). The warning still ...
by ElSticky
Thu Mar 19, 2015 1:07 pm
Forum: Automation Tools
Topic: CreateImageResources task has failed
Replies: 1
Views: 2624

CreateImageResources task has failed

I'm getting a warning when building my test solution with following message: The "CreateImageResources" task failed unexpectedly. System.Xml.XmlException: '', hexadecimal value 0x1E, is an invalid character. Line 4054, position 285. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.Xm...
by ElSticky
Wed Mar 04, 2015 1:39 pm
Forum: Automation Discussions
Topic: Using FitNesse and Ranorex together
Replies: 0
Views: 2416

Using FitNesse and Ranorex together

Currently I'm using Ranorex for test automation. In the past we also had a look at FitNesse for acceptance test automation and I was curious if it is any useful to start developing FitNesse tests next to the Ranorex tests. Or does it actually have the same intention as Ranorex tests but at code-leve...
by ElSticky
Thu Dec 04, 2014 5:11 pm
Forum: Automation Tools
Topic: How to resolve/merge repository conflicts with SVN?
Replies: 4
Views: 3515

Re: How to resolve/merge repository conflicts with SVN?

Thanks for your suggestions. The first one maybe sounds the best to me. Currently I think we were working in the way of the second solution. Today we tried to work with 1 repository and tried to manually merge them with KDiff. This seems to work fine but now when I change something with new elements...
by ElSticky
Thu Dec 04, 2014 9:07 am
Forum: Automation Tools
Topic: How to resolve/merge repository conflicts with SVN?
Replies: 4
Views: 3515

How to resolve/merge repository conflicts with SVN?

Scenario: We're working with two persons in one solution and both are making changes (we're not interfering with eachothers test cases, so only the Ranorex repository is in common). When we both commit something our repositories become conflicted and we don't know how to merge them. To us it looks l...
by ElSticky
Mon Jun 02, 2014 11:59 am
Forum: Automation Tools
Topic: Showing screenshots in Jenkins of Ranorex Report
Replies: 2
Views: 3683

Re: Showing screenshots in Jenkins of Ranorex Report

Thanks for the tip, I've installed this plugin to Jenkins and it works fine with Ranorex Reports in html format. Only thing I had to do to view them in Chrome is installing the IETab plugin because otherwise the ActiveX-objects are not loaded.
by ElSticky
Wed May 28, 2014 11:31 am
Forum: Automation Tools
Topic: Showing screenshots in Jenkins of Ranorex Report
Replies: 2
Views: 3683

Showing screenshots in Jenkins of Ranorex Report

So I followed the article http://www.ranorex.com/blog/make-your-ranorex-report-fully-comprehensible-for-jenkins-by-using-xunit to get some detailed information about my Ranorex tests in Jenkins. I would like to add the screenshot to the stacktrace output when a test fails but it looks like Jenkins d...
by ElSticky
Thu Apr 17, 2014 12:45 pm
Forum: Automation Tools
Topic: Element recognition slow when using wildcard (?)
Replies: 1
Views: 1956

Element recognition slow when using wildcard (?)

In the past I made some tests for our software. The design of it has recently changed a little bit (some controls were changed) so I’m now getting into trouble with our tests. Now for example the direct path is like: /form[@controlname='frmPTUser']/container[@controlname='toolStripContainer1']//elem...
by ElSticky
Thu Apr 17, 2014 7:30 am
Forum: Automation Tools
Topic: Quickly change path in repository of multiple items
Replies: 3
Views: 2030

Re: Quickly change path in repository of multiple items

Thanks for the idea, I think that'll workout fine.

I was also curious why the performance when using '?' is like 20 times slower. I'm trying to make the tests hybrid now for design changes but they perform a lot slower. Any tips to make it faster?
by ElSticky
Wed Apr 16, 2014 3:15 pm
Forum: Automation Tools
Topic: Quickly change path in repository of multiple items
Replies: 3
Views: 2030

Quickly change path in repository of multiple items

Is there a way to rename all paths in a faster way then doing 1 by 1?

For example I want to:
page/page/button
rename to:
?//?//button

But I need to do this 30 times or more, can you change this at once?
by ElSticky
Fri Mar 21, 2014 12:03 pm
Forum: Automation Discussions
Topic: How to run tests remotely without display
Replies: 6
Views: 21105

Re: How to run tests remotely without display

I think I've found a way to do this. So I'm running Jenkins by using the .jar file instead of the service and before executing my tests I open the RDP screen and in Jenkins I'm executing the command found on http://adamjarret.com/blog/2010/04/stop-remote-desktop-from-locking-the-host/ (get the idea ...
by ElSticky
Tue Mar 18, 2014 11:29 am
Forum: Automation Discussions
Topic: How to run tests remotely without display
Replies: 6
Views: 21105

Re: How to run tests remotely without display

So what about the Xvnc and Xvbf tools? Can't they bring a solution to simulate a 'virtual desktop'?