Search found 10 matches

by peterbonney
Fri Nov 28, 2014 9:50 am
Forum: General Questions
Topic: Adding existing tests to a test suite
Replies: 1
Views: 1659

Adding existing tests to a test suite

We have split out the tasks to automate part of our application between 2 of us, with a view to adding them to 1 main test suite. I've tried to add some of the of the test cases to our main test case using the Add > Existing Item option, and the selecting embed repository into recording option. When...
by peterbonney
Mon Nov 17, 2014 12:43 pm
Forum: Automation API
Topic: Creating random values on each run.
Replies: 1
Views: 1971

Re: Creating random values on each run.

Sorted - used Excel with a RANDBETWEEN formula :)
by peterbonney
Mon Nov 17, 2014 12:18 pm
Forum: Automation API
Topic: Creating random values on each run.
Replies: 1
Views: 1971

Creating random values on each run.

Hi, I have a script to test a part of our system which requires the user to enter a unique value as a reference ID but it is restricted to VARCHAR(10), so far i've been data driving this with the date and p1, p2, p3 suffixed. however, this is becoming a pain as i can only run up to p9 in one day bef...
by peterbonney
Wed Sep 24, 2014 4:54 pm
Forum: Object Identification and Technologies
Topic: Adding values to the Path Build Options
Replies: 1
Views: 1963

Adding values to the Path Build Options

Hi, I'm looking to see if it is possible to add values to the Edit Path Build Options List, In Global Settings. Our web app uses data-member-id within the DIV to identify an element, and if possible, i want to add this to the list of options used for identification (and also give it a high wight) Ca...
by peterbonney
Thu Sep 04, 2014 4:46 pm
Forum: General Questions
Topic: User code help
Replies: 1
Views: 1543

User code help

Hi, I have a recording module that i am using for teardown, however, I want to use it as a "Panic" tear down script for use when my proper tests haven't worked. My panic teardown i'm using as the teardown for the test suite, each of my test cases has its own teardown that uses the UI to correctly se...
by peterbonney
Tue Aug 19, 2014 10:16 am
Forum: General Questions
Topic: Working with unique values
Replies: 1
Views: 1434

Working with unique values

Hi All, I have a field that requires a unique value for each iteration, the obvious answer is to data drive this field. However, this value is written to the database, and its not going to be always possible to clear the DB down before each run. I was wondering if it is possible to use formulas in a...
by peterbonney
Thu Jul 31, 2014 9:18 am
Forum: General Questions
Topic: using get and set values
Replies: 1
Views: 2072

using get and set values

Hi,
sorry if this is I'm the wrong place and for any typo's - using my mobile!

I want to be able to get a value from recoring in a test case and then use it in a recording in a different test case.

Is this possible and if so, how?

Thanks
Pete
by peterbonney
Thu Jul 24, 2014 1:51 pm
Forum: Automation API
Topic: Global "Wait For"
Replies: 1
Views: 3977

Global "Wait For"

Hi, We have a very dynamic web app, because of this we're seeing failures because ranorex is trying to execute before the page has finished loading or reading the DB. What we'd like to do is either, set a global value that makes ranorex insert a "Wait For exists" in front of each step. If that is no...
by peterbonney
Tue Jun 25, 2013 2:21 pm
Forum: General Questions
Topic: Source Control question
Replies: 1
Views: 1565

Re: Source Control question

OK, so 2 seconds after posting my question i found a hidden .svn folder, deleted it and calm was restored to my world!! :oops:
by peterbonney
Tue Jun 25, 2013 2:18 pm
Forum: General Questions
Topic: Source Control question
Replies: 1
Views: 1565

Source Control question

Hi All, New here, and looking at Ranorex. I've been having a play with source control, having tried both SVN & TFS express. My question is, having used both SVN & TFS, i've mapped solutions to both source controls, however, i've since uninstalled Turtle for subversion and have stuck with TFS. I've j...