Name and number generator

Technology specific object identification, supported applications, web technologies, and 3rd party controls.
rholdberh
Posts: 27
Joined: Mon Jan 13, 2014 3:45 pm

Name and number generator

Post by rholdberh » Fri Feb 21, 2014 1:42 pm

Hi,
i need to generate name, i dont care how it will looke like, for me it will be enough if it will be: "fsdgfsd".
And the same i want to generate number, but here i want to specyfy range of numbers, like 1-99, 100-999.

Is it possible to make in Ranorex?

Regards

krstcs
Posts: 2683
Joined: Tue Feb 07, 2012 4:14 pm
Location: Austin, Texas, USA

Re: Name and number generator

Post by krstcs » Fri Feb 21, 2014 2:28 pm

You will need to write UserCode in .NET to do this. Ranorex has no built-in functionality for data creation.


http://msdn.microsoft.com
Shortcuts usually aren't...

rholdberh
Posts: 27
Joined: Mon Jan 13, 2014 3:45 pm

Re: Name and number generator

Post by rholdberh » Fri Feb 21, 2014 3:51 pm

Ok thanks, now it works

mzperix
Posts: 137
Joined: Fri Apr 06, 2012 12:19 pm

Re: Name and number generator

Post by mzperix » Wed Mar 12, 2014 3:58 pm

Another solution would be to use excel to generate the desired data, then use it in a datasource.
Of course this would mean the range generation must be also imlemented in excel.