Search found 10 matches

by stevelink
Mon Jan 26, 2015 5:20 pm
Forum: General Questions
Topic: Spy Element Browser - "Apply" button disabled
Replies: 2
Views: 1445

Re: Spy Element Browser - "Apply" button disabled

Hi Markus.
Thanks for the suggestion to upgrade. (I'm using Ranorex Studio 5.2, and our TFS Admin does the upgrades. I shall retest once done.
Best Regards,
Steve
by stevelink
Fri Jan 23, 2015 9:21 pm
Forum: General Questions
Topic: Spy Element Browser - "Apply" button disabled
Replies: 2
Views: 1445

Spy Element Browser - "Apply" button disabled

Greetings! In a recorded module, I am creating a module variable, and opened Spy to Track the "Zip Code" textbox. As the Zip Code field is visible and enabled in the AUT, tracking successfully locates it via the repo XPath. For the Input Tag "type" value, I click the "Make Value Variable" button, an...
by stevelink
Thu Jan 15, 2015 5:14 am
Forum: General Questions
Topic: Random text string input to a textbox
Replies: 3
Views: 3021

Re: Random text string input to a textbox

Thank you, Ranorex Support! We now data-drive our test cases via an excel data connector (data parameterization). After creating appropriate module variables, and then binding them to their respective excel data columns, Ranorex does the rest seamlessly and robustly!
by stevelink
Wed Dec 24, 2014 7:51 pm
Forum: Automation Discussions
Topic: Working with a powershell script for data parameterization
Replies: 2
Views: 2614

Re: Working with a powershell script for data parameterization

krstcs, Thank you for your reply. I appreciate your thoughts on creating a new powershell script, but as I don't have powershell installed, nor am I am developer, I found a fairly quick method of "manually" copy/pasting the test data into my existing excel data connector, which seems to work for our...
by stevelink
Tue Dec 23, 2014 5:09 pm
Forum: Automation Discussions
Topic: Working with a powershell script for data parameterization
Replies: 2
Views: 2614

Working with a powershell script for data parameterization

Greetings! We are using Ranorex Studio 5.2 with excel to data-drive our applications. However, we now need to "convert" a powershell "text" file with data in a "sequential record by row" format (-FirstName Danny -LastName Smith -Address 3882 W Congress St -City Mobile -State AL) into data columns , ...
by stevelink
Tue Sep 09, 2014 6:04 pm
Forum: Bug Reports
Topic: RegEx User Guide Error
Replies: 4
Views: 1997

Re: Ranorex User Guide Typo

Greetings!
In your "Ranorex Test Automation Guide" (Fourth Edition - Based on Ranorex Version: 5.0), there is a minor typo on page 83: In the "Module Variables" section, under "Variables can be used in...", "recoding module" should be "recording module".
Thank you,
Steve Solomon
by stevelink
Thu Jun 12, 2014 6:20 pm
Forum: General Questions
Topic: Random text string input to a textbox
Replies: 3
Views: 3021

Re: Random text string input to a textbox

Addendum to this question "Random text string input to a textbox"...We found that the textbox control got the "random" text from the Windows clipboard. So, rather than inputting hard-coded text via Key Sequence, the Last name control input the string stored in the Windows clipboard (shown in the Web...
by stevelink
Thu Jun 12, 2014 4:23 pm
Forum: General Questions
Topic: Random text string input to a textbox
Replies: 3
Views: 3021

Random text string input to a textbox

Greetings! I am running a script (Ranorex version 5.0.3.18203) that enters data (via Key Sequence) such as First name, Last name, into textboxes. Code: Key Sequence {LShiftKey down}P{LShiftKey up} Key Sequence {LShiftKey down}i{LShiftKey up} RanoreXPath: /dom[@domain='localhost:xxxx']//input[#'LastN...
by stevelink
Thu Jun 12, 2014 4:07 pm
Forum: General Questions
Topic: Migrating Recorded Modules across Ranorex Solutions
Replies: 3
Views: 1680

Re: Migrating Recorded Modules across Ranorex Solutions

Marcus,
Thank you for your detailed reply. Would this also apply across physical/virtual machines? (In other words, I wanted to copy a working recorded module from my local machine to a virtual machine.)
by stevelink
Fri Jun 06, 2014 4:11 pm
Forum: General Questions
Topic: Migrating Recorded Modules across Ranorex Solutions
Replies: 3
Views: 1680

Migrating Recorded Modules across Ranorex Solutions

Greetings. As a Ranorex "newbie", I would like to know how to migrate (copy) a recorded Module from one Ranorex Solution (on a local PC) to another Solution (on a Virtual Machine). in other words, we have a working "Login" script on our local machine, and want to run this same script on a VM, withou...