Search found 30 matches

by fester13579
Tue Jun 26, 2018 7:06 pm
Forum: General Questions
Topic: Can't manually view rxlog file via rxlog viewer
Replies: 5
Views: 1200

Re: Can't manually view rxlog file via rxlog viewer

When I enable Active Scripting that fixed the issue. Not sure why it worked in studio either but thank you for pointing me in the right direction. Also, since I need to change this setting for every SUT I provision, I wrote this AutoIT script to change the setting via CLI - See attached. Hopefully t...
by fester13579
Mon Jun 25, 2018 9:37 pm
Forum: General Questions
Topic: Can't manually view rxlog file via rxlog viewer
Replies: 5
Views: 1200

Re: Can't manually view rxlog file via rxlog viewer

files.zip Here is a single zip that contains the entire reports dir as well as the single compressed report. The expand button does not work in either version when you open via explorer. As you can see in this example, the lower window is studio with all the steps, the top most window is the manual...
by fester13579
Mon Jun 25, 2018 4:40 pm
Forum: General Questions
Topic: Can't manually view rxlog file via rxlog viewer
Replies: 5
Views: 1200

Can't manually view rxlog file via rxlog viewer

Hello, When I am in studio v7.2.1 I can navigate to the reports then double click on one and I can see all the details of a test run, EXPAND & COLLAPSE work as expected. However, if I open the report folder in explorer and double click on a rxlog file I cannot expand my reports and view them outside...
by fester13579
Mon Apr 30, 2018 3:35 pm
Forum: General Questions
Topic: Can studio create a duplicate line of code via Hotkey
Replies: 3
Views: 1118

Re: Can studio create a duplicate line of code via Hotkey

Thanks for the list, that is helpful. For me, I have to select the entire line to use CTRL-C otherwise it will not paste for me. No big deal, was just hoping there was a duplicate line shortcut that could have used to be like my other editors. Sometimes out of habit I hit CTRL-D and it ends up delet...
by fester13579
Fri Apr 27, 2018 6:42 pm
Forum: General Questions
Topic: Trying to create a conditional global teardown in test suite
Replies: 2
Views: 1338

Trying to create a conditional global teardown in test suite

With the help of the forum I wrote some user code in a recording module to perform a snapshot within a teardown but only if the error counts are not 0. rec module example .jpg If I place the teardown at the test case level then the code works fine, but if I try to move it to a global teardown at the...
by fester13579
Fri Apr 27, 2018 6:17 pm
Forum: General Questions
Topic: Can studio create a duplicate line of code via Hotkey
Replies: 3
Views: 1118

Can studio create a duplicate line of code via Hotkey

A lot of programing IDEs have a hot key you can press to duplicate a line of code based on what is highlighted or what is next to the cursor. EG: Ctrl-D Is there a setting in studio for this somewhere that I'm missing? Unfortunately Ctrl-D deletes the current line for me rather than duplicating it. ...
by fester13579
Thu Aug 03, 2017 3:43 pm
Forum: General Questions
Topic: Need help to set values of combo boxes in a table via code
Replies: 6
Views: 2143

Re: Need help to set values of combo boxes in a table via code

I got it working now using your innertext idea :D

Code: Select all

Dim applyButton As ButtonTag = row.FindSingle(Convert.ToString(row.GetPath())  & "//button[@innertext='Apply']")
So now I am good again - Thank you all for the help...
by fester13579
Wed Aug 02, 2017 4:24 pm
Forum: General Questions
Topic: Need help to set values of combo boxes in a table via code
Replies: 6
Views: 2143

Re: Need help to set values of combo boxes in a table via code

Yea, I tried that but when I set it to [2] 'Find Apply button in row Dim applyButton As ButtonTag = row.FindSingle(Convert.ToString(row.GetPath()) & "//button[2]") I get an error No element found for path '/dom[@domain='100.65.132.1']//div[#'module-div']/div[2]/div/div[2]//form[@name='configuration....
by fester13579
Tue Aug 01, 2017 10:10 pm
Forum: General Questions
Topic: Need help to set values of combo boxes in a table via code
Replies: 6
Views: 2143

Re: Need help to set values of combo boxes in a table via code

Almost there...

Code: Select all

 Dim applyButton As ButtonTag = row.FindSingle(row.GetPath() + "//button")
This line finds the 1st button on the row but the apply button is the 2nd button how do I address the 2nd button or Nth buttons?

Thanks
by fester13579
Fri Jul 28, 2017 11:39 pm
Forum: General Questions
Topic: Need help to set values of combo boxes in a table via code
Replies: 6
Views: 2143

Need help to set values of combo boxes in a table via code

Hello, I am using Ranorex 7.1 and this is a vb based project and could use some help with understanding how to work with tables and combo boxes via code and I really don’t understand the mechanics of what is involved (me=vb.net n00b so please keep that in mind). At the start of the code module I wil...
by fester13579
Tue Jul 11, 2017 4:07 pm
Forum: General Questions
Topic: Write text to Ranorex.Controls.ProgressForm without logging
Replies: 1
Views: 1193

Write text to Ranorex.Controls.ProgressForm without logging

Is there a way to write text to the Ranorex.Controls.ProgressForm BUT not have it show up in the log. I use the code report.info() to use that window during a long wait cycle which can be hours long for some tests. code snipit.jpg But this floods the log with pages and pages of unnecessary data log ...
by fester13579
Fri Jul 07, 2017 7:55 pm
Forum: General Questions
Topic: How to locate the current rxlog working directory
Replies: 2
Views: 2553

How to locate the current rxlog working directory

Hello, I want to know how to determine programmatically at run time where the current reports directory is located. When I run my tests externally I would change my working directory before starting the Ranorex project exe file so I have a known base path to store my log files. However when I run fr...
by fester13579
Thu Oct 27, 2016 9:23 pm
Forum: Object Identification and Technologies
Topic: Cannot identify storage spaces virtual disk type
Replies: 1
Views: 1575

Cannot identify storage spaces virtual disk type

Hello, I'm trying to automate Microsoft Storage Spaces for a test. On this screen, the best I can do is to click on 'simple' but have yet to figure out how to select 'mirror' and 'parity' for other parts of the test. Ranorex 6/ Win 2012R2 I am stumped - Any ideas? Spaces.jpg Spaces X path2.jpg