Search found 15 matches

by matthewk
Tue Oct 22, 2019 8:23 am
Forum: Bug Reports
Topic: [9.2] Rxlog data file being set to 0kb once test ends
Replies: 7
Views: 2087

Re: [9.2] Rxlog data file being set to 0kb once test ends

I couldn't get anywhere further so have downgraded back to 9.1.2 and everything is working correctly again - so definitely something not right with 9.2
by matthewk
Mon Oct 21, 2019 2:11 pm
Forum: Bug Reports
Topic: [9.2] Rxlog data file being set to 0kb once test ends
Replies: 7
Views: 2087

Re: [9.2] Rxlog data file being set to 0kb once test ends

Standard default report template.

I tested changing from .rxlog to .html in the settings but same issue seen.

I will report back if I manage to find anything else out about it - but it's looking like I need to go back to 9.1.2 for now
by matthewk
Mon Oct 21, 2019 1:43 pm
Forum: Bug Reports
Topic: [9.2] Rxlog data file being set to 0kb once test ends
Replies: 7
Views: 2087

Re: [9.2] Rxlog data file being set to 0kb once test ends

Thanks for the reply.

My rxlog.data file is present it has just been set to 0kb in size once the tests have finished.

Running locally through Ranorex Studio does not appear to have the same issue.

I'm going to try and debug a bit but may have to downgrade back to 9.1.2 for now
by matthewk
Mon Oct 21, 2019 1:31 pm
Forum: Bug Reports
Topic: [9.2] Rxlog data file being set to 0kb once test ends
Replies: 7
Views: 2087

[9.2] Rxlog data file being set to 0kb once test ends

I upgraded to Ranorex 9.2 this morning. We use TeamCity (TC) for CI. Our TC build agent copies all files from the bin/Debug folder over to a folder on a VM and executes the tests on that VM. We then copy the report files back over to our build agent. Before the upgrade today everything was working p...
by matthewk
Mon Apr 16, 2018 5:01 pm
Forum: How To …
Topic: Pass variable to Repository hosted in separate project
Replies: 2
Views: 1509

Re: Pass variable to Repository hosted in separate project

Only just seen this - thanks.

I will take a look at implementing as you suggest and see how I get on
by matthewk
Fri Apr 13, 2018 12:09 pm
Forum: Bug Reports
Topic: Poor performance in Chrome since 29th March
Replies: 11
Views: 1681

Re: Poor performance in Chrome since 29th March

Figured the last error out - the chrome extension was not in the allowed hosts section for "<Ranorex Installation Folder>\bin\Ranorex.Plugin.ChromeMsgHost.manifest" file for some reason. With that edited, elements were being found again. I can confirm that rollback to Ranorex 8.0 & plugin 1.0.11 has...
by matthewk
Fri Apr 13, 2018 11:36 am
Forum: Bug Reports
Topic: Poor performance in Chrome since 29th March
Replies: 11
Views: 1681

Re: Poor performance in Chrome since 29th March

No joy - using the Plugin version which came with 8.0 (1.0.11) fails to find any elements (via existing tests or inspecting via Spy). The browser does not seem to think it is present as I get the dialog attached when using Spy
by matthewk
Fri Apr 13, 2018 11:00 am
Forum: Bug Reports
Topic: Poor performance in Chrome since 29th March
Replies: 11
Views: 1681

Re: Poor performance in Chrome since 29th March

I have resolved the broken tests by manually changing the Ranorex version used everywhere - took a lot of manual work as many files affected - would be nice if the tools supported this automatically.

Will investigate performance again now we are back on the older version
by matthewk
Fri Apr 13, 2018 10:31 am
Forum: Bug Reports
Topic: Poor performance in Chrome since 29th March
Replies: 11
Views: 1681

Re: Poor performance in Chrome since 29th March

Trying to follow your advice has broken all my tests.

I have downgraded to 8.0.0 again but Ranorex studio shows an error for all files when opening solution saying that downgrading of files is not possible.
by matthewk
Wed Apr 11, 2018 12:42 pm
Forum: Bug Reports
Topic: Poor performance in Chrome since 29th March
Replies: 11
Views: 1681

Re: Poor performance in Chrome since 29th March

Ranorex has now been updated to 8.1 - Chrome plugin is 1.1.2 This has improved the speeds seen on 8.0 with plugin 1.1.2 by about 4 mins but it is still between 3-4 mins slower than it was before the Chrome plugin was updated. Is there anyway to use an old version of the plugin or to stop it auto upd...
by matthewk
Wed Apr 11, 2018 7:58 am
Forum: Bug Reports
Topic: Poor performance in Chrome since 29th March
Replies: 11
Views: 1681

Re: Poor performance in Chrome since 29th March

Chrome extension plugin is 1.1.2

Currently on Ranorex 8.0 - will look to update to 8.1 and see if that fixes the issue
by matthewk
Tue Apr 10, 2018 3:46 pm
Forum: Bug Reports
Topic: Poor performance in Chrome since 29th March
Replies: 11
Views: 1681

Poor performance in Chrome since 29th March

I went on annual leave on 29th March - everything was working fine. Coming back in to the office and my tests are on average 6-8 mins slower now using Chrome than they were previously (12 mins -> 18-20 mins). I can see that there was an update to the Chrome Ranorex plugin on 29th March - is there an...
by matthewk
Wed Mar 28, 2018 4:07 pm
Forum: How To …
Topic: Pass variable to Repository hosted in separate project
Replies: 2
Views: 1509

Pass variable to Repository hosted in separate project

I have a Ranorex setup running on our CI and working no problems. We test multiple environments so my Repository takes in a $RootDomain variable depending on which environment is being tested. All working fine when everything was contained in one project in the solution. I am now looking at restruct...
by matthewk
Wed Sep 06, 2017 11:25 am
Forum: Bug Reports
Topic: Bug in JUnit reports
Replies: 6
Views: 2476

Re: Bug in JUnit reports

I don't have files available to share right now. This was using the built in JUnit report option in Ranorex 7.1 and not any custom transforms. What happens is when a test case fails it adds an <error></error> element in the JUnit xml file. Failed test cases should use a <failure></failure> element i...
by matthewk
Wed Aug 23, 2017 12:13 pm
Forum: Bug Reports
Topic: Bug in JUnit reports
Replies: 6
Views: 2476

Bug in JUnit reports

The JUnit reports produced don't seem to be marking tests as failures.

Running in TeamCity failed test cases are being marked as OK.

Looking at the output xml it does not have a failure xml element produced for failed test cases