Search found 18 matches

by VanessaS
Tue Dec 11, 2018 3:42 pm
Forum: Automation Tools
Topic: Screen resolution
Replies: 5
Views: 5878

Re: Screen resolution

Normally, I'd agree, but the objects are so large that the test can't run properly. Everything overlaps everything else.
by VanessaS
Tue Dec 11, 2018 3:14 pm
Forum: Automation Tools
Topic: Screen resolution
Replies: 5
Views: 5878

Re: Screen resolution

Hello, I'm resurrecting this thread because we're having a similar problem (runtime screen resolution different than the testserver or remote-desktop normally have) and I was wondering what the solution was. Using your code, I receive the following: screenresolution.PNG But we have set it to 1920x10...
by VanessaS
Mon Oct 16, 2017 9:18 am
Forum: Automation API
Topic: LineageGlueRule 'cef_win32_rule'-Exception
Replies: 5
Views: 3048

Re: LineageGlueRule 'cef_win32_rule'-Exception

Current state of things:
LineageGlueRule.png
In this case, the error pops up when I use a WaitFor...Exists action in a recording module.
by VanessaS
Mon Oct 16, 2017 9:00 am
Forum: Automation API
Topic: LineageGlueRule 'cef_win32_rule'-Exception
Replies: 5
Views: 3048

Re: LineageGlueRule 'cef_win32_rule'-Exception

I wrote the code after the upgrade to 7.2.0. Sometimes I still see it listed in the console, but it never prints out in the report, and it appears less and less often. With every compile, the test case runs faster and smoother; which I find odd, but better than the alternative. I described it in mor...
by VanessaS
Fri Oct 06, 2017 12:29 pm
Forum: Bug Reports
Topic: LineageGlueRule Error
Replies: 6
Views: 2349

Re: LineageGlueRule Error

Gave up on building the xpath in code. Now I just pass the whole thing as a string and it works without the error. And I've changed it all to "Element", to maintain consistency. public static void CompareElement(string varXpath, string varFindElementEntry, string varSelectElementEntry) { // Log-prin...
by VanessaS
Fri Oct 06, 2017 8:35 am
Forum: Automation API
Topic: LineageGlueRule 'cef_win32_rule'-Exception
Replies: 5
Views: 3048

Re: LineageGlueRule 'cef_win32_rule'-Exception

I'm using Host.Local.FindSingle and it's causing the same error you're getting.
by VanessaS
Fri Oct 06, 2017 8:28 am
Forum: How To …
Topic: Editing Packages for Jira Integration
Replies: 11
Views: 2226

Re: Editing Packages for Jira Integration

Just updating this post to note that the newest "Ranorex Jira Reporter" package Version 7.1.2.1 finally works. Well, the automatic Jira generation works; they're still bugfixing the OnDemand part.
by VanessaS
Fri Oct 06, 2017 8:26 am
Forum: Bug Reports
Topic: LineageGlueRule Error
Replies: 6
Views: 2349

Re: LineageGlueRule Error

You were right. I had a mismatch before and now the combobox-change compiles. But now I get the following: *DELETED* "Text" and "Combobox" both don't work, only "Element". I tried switching to selecting items from the list yesterday, but that didn't work either. Here's the relevant Code: // Build th...
by VanessaS
Thu Oct 05, 2017 11:13 am
Forum: Bug Reports
Topic: LineageGlueRule Error
Replies: 6
Views: 2349

Re: LineageGlueRule Error

Yes, I had the same thought and tried switching to a different type, but then it doesn't compile. Ranorex only recognizes the combobox as an element, unfortunately. What it does recognize are the list entries in the drop-down control (which is not the same as the final control that contains the sele...
by VanessaS
Fri Sep 29, 2017 8:44 am
Forum: Bug Reports
Topic: LineageGlueRule Error
Replies: 6
Views: 2349

LineageGlueRule Error

(Ranorex 7.2, Windows 10, .NET 4.5.2, C# Code, 32-bit Powerbuilder-based AUT) When I run my test case, I receive the following error and the run slows down noticeably before successfully completing: My code Looks like this: *DELETED* (Edited to add:) As you can see from the code, I originally had a ...
by VanessaS
Wed Aug 09, 2017 4:28 pm
Forum: How To …
Topic: Editing Packages for Jira Integration
Replies: 11
Views: 2226

Re: Editing Packages for Jira Integration

I had to change the .NET Framework everywhere, including in Ranorex, to 4.52 in order to get it to run at all. Ranorex1.PNG And now I get the following message: Ranorex3.PNG I think it's similar to this error, that Alain reported in the Jira blog post: https://www.ranorex.com/blog/integrating-ranore...
by VanessaS
Wed Aug 09, 2017 9:25 am
Forum: How To …
Topic: Editing Packages for Jira Integration
Replies: 11
Views: 2226

Re: Editing Packages for Jira Integration

Wow, they've changed a lot. I've got the older source working now, but I'll try the new one out and see how it goes.

Thanks!
Vanessa
by VanessaS
Tue Aug 08, 2017 4:08 pm
Forum: How To …
Topic: Editing Packages for Jira Integration
Replies: 11
Views: 2226

Re: Editing Packages for Jira Integration

Thank you! It works well now.

Married a German guy who thinks Texas is "too darned hot". LOL Well, it's nice over here, too.
by VanessaS
Tue Aug 08, 2017 1:59 pm
Forum: How To …
Topic: Editing Packages for Jira Integration
Replies: 11
Views: 2226

Re: Editing Packages for Jira Integration

Do I need to use an older Ranorex.Core.dll? Or do I have to edit all of the TestCase stuff?

Ugh, just noticed that the original source code from github hasn't been changed for two years, which means it's using an outdated Ranorex.Core.dll. Great.
by VanessaS
Tue Aug 08, 2017 1:54 pm
Forum: How To …
Topic: Editing Packages for Jira Integration
Replies: 11
Views: 2226

Re: Editing Packages for Jira Integration

Thanks for responding, by the way. I used to live near Austin. :D

I also had to delete the Project and reload it in VS as a class library, which got rid of the "main missing" error.