Search found 8 matches

by KenBobPDX
Thu Jan 03, 2019 9:08 pm
Forum: General Questions
Topic: Testing OpenEdge (prowin.exe) programs
Replies: 4
Views: 1396

Re: Testing OpenEdge (prowin.exe) programs

Hello McTurtle, Thanks for the response. LumberTrack works fine when I run it outside of the Ranorex, so I'm not sure it's a bug in LumberTrack. It's odd because Ranorex was able to record the session and the dialog box came up just fine during recording, so I'm not sure what the problem might be, b...
by KenBobPDX
Wed Jan 02, 2019 7:32 pm
Forum: General Questions
Topic: Testing OpenEdge (prowin.exe) programs
Replies: 4
Views: 1396

Testing OpenEdge (prowin.exe) programs

I am trying to write tests for an OpenEdge program called LumberTrack. It's mostly going well but at one point a top-level dialog box pops up that doesn't paint completely. It just hangs and Ranorex is unable to find the next field it's supposed to type into, so the test fails. 1) Has anyone tried t...
by KenBobPDX
Tue Sep 29, 2015 5:34 pm
Forum: Automation API
Topic: Finding a value of a property
Replies: 3
Views: 2027

Re: Finding a value of a property

Here you go. I just want to get to a property on the underlying control. I can't seem to be able to get beyond the Ranorex.TabPage control and its various properties. I need to get to my control that sits just underneath the Ranorex.TabPage control.

Thanks in advance.

Ken
by KenBobPDX
Mon Sep 28, 2015 11:34 pm
Forum: Automation API
Topic: Finding a value of a property
Replies: 3
Views: 2027

Finding a value of a property

How do I get to the value of a custom property on a TabPage control? Is there a way to get the control associated with the TabPage, so I can interrogate the underlying control for the property? I've tried creating a control using Ranorex.Control.FromElement(tabPage.Element), but that threw an except...
by KenBobPDX
Wed Sep 23, 2015 9:09 pm
Forum: Object Identification and Technologies
Topic: Setting the AutomationID programmatically
Replies: 1
Views: 2419

Setting the AutomationID programmatically

Is there a way to set the AutomationID in code so we can make our Ranorex searches more robust? We are writing a Winform C# application in Visual Studio 2015 Framework 4.0.
by KenBobPDX
Thu Jun 25, 2015 8:03 pm
Forum: Automation API
Topic: Can I skip or exit a test case based on a condition?
Replies: 2
Views: 6750

Re: Can I skip or exit a test case based on a condition?

Thanks. Actually I the article regarding starting a test-case by a condition is going to be more relevant to what we need. I tried to post a link, but apparently I'm too new to have that privilege. :P
by KenBobPDX
Thu Jun 25, 2015 4:30 pm
Forum: Automation API
Topic: Can I skip or exit a test case based on a condition?
Replies: 2
Views: 6750

Can I skip or exit a test case based on a condition?

We have a standard suite of test cases that we want to run against different data services. We want to have different test cases run based upon the different data services we pass in as arguments. Is there a way to selectively run test cases based upon the address of the data service we are running ...
by KenBobPDX
Tue Feb 24, 2015 5:39 pm
Forum: General Questions
Topic: URGENT How do I downgrade to 5.2?
Replies: 1
Views: 1605

URGENT How do I downgrade to 5.2?

This morning when I started Ranorex, I was told that there was an update available to version 5.3. Being the type of person who likes to always be on the latest version, naturally I downloaded and installed it right away before starting my work on a new test suite. When I tried to start the new 5.3 ...