Search found 3 matches

by jpa
Fri Mar 21, 2014 10:03 am
Forum: Object Identification and Technologies
Topic: Verify, that element is visible
Replies: 1
Views: 2147

Re: Verify, that element is visible

Code: Select all

if (element.Visible)
{

}
by jpa
Thu Mar 20, 2014 7:08 am
Forum: General Questions
Topic: Get list of tests
Replies: 2
Views: 1480

Re: Get list of tests

The Ranorex report is quite suitable for this purpose. It will show the steps that have been executed and the comments also, and you can print it to PDF if you want.
by jpa
Mon Mar 17, 2014 11:16 am
Forum: Automation Tools
Topic: Dynamically assigning data sources
Replies: 3
Views: 5067

Re: Dynamically assigning data sources

For example, I have a variable type called Distribution. This variable defines the percentage of items that go down a specific path. It can have anything between 2 and 20 paths and the total of all the path percentages must equal 100. When I need a variable number of values, I usually type them all...