Search found 4 matches

by lucas.crandle
Tue Jun 09, 2015 5:23 pm
Forum: General Questions
Topic: Use Incrementing variables that increment with each run
Replies: 6
Views: 2730

Re: Use Incrementing variables that increment with each run

I came up with a similar solution, I create a string from the system.date class that has the day of year and then a timestamp. However, I was wondering if there was a UI way to do this that someone who is less comfortable writing code could use. Something like using a simple data table in the data s...
by lucas.crandle
Tue Jun 09, 2015 4:39 pm
Forum: General Questions
Topic: Use Incrementing variables that increment with each run
Replies: 6
Views: 2730

Re: Use Incrementing variables that increment with each run

Hello, We are testing entry into EBS application forms that are insert/update only. (I apologize I didn't phrase the original question very well) So I'm not creating the actual row ID, but the form requires the name to be unique. Also, this is in our test environment that is copied from a production...
by lucas.crandle
Tue Jun 09, 2015 2:10 pm
Forum: General Questions
Topic: Use Incrementing variables that increment with each run
Replies: 6
Views: 2730

Use Incrementing variables that increment with each run

Hello, One of the tests I need to run adds a row to a database, and the identifier needs to be unique. Since I will be running this test many times I would like Ranorex to automatically increment a variable for me so that each run will enter a unique variable. Could someone give me some insight as t...