Search found 10 matches

by alina
Tue Nov 18, 2014 3:17 pm
Forum: Automation API
Topic: Renaming Project Folder - unable to find folder message
Replies: 1
Views: 2753

Renaming Project Folder - unable to find folder message

Hi, I created a Ranorex Solution/ Project and have been working on it a few days, all working fine. I decided to change the name fo the Solution/Folder etc and did this on the hard drive. I attempted to open this via Ranorex and couldnt, i was getting a warning message, Unable to find Project file. ...
by alina
Wed Nov 05, 2014 11:08 am
Forum: Automation API
Topic: Run a class from within another Class
Replies: 3
Views: 2557

Re: Run a class from within another Class

Thanks Kurtz, I supose i will need to create a method in Classs B, as it does not have one. Hey, do you know how i can write some C# code tha would calculate a date and enter it ina date field. I need to enter a week from today for e.g. but i d o not want to hard-code it as if i do that the test wil...
by alina
Wed Nov 05, 2014 11:03 am
Forum: Automation API
Topic: Entering a future date
Replies: 1
Views: 2063

Entering a future date

Hi,

how could i do the following?
i need to enter a future date i.e. a week form today in the date field. Format is dd/mm/yyyy?

i am using c# code module
by alina
Tue Nov 04, 2014 11:46 am
Forum: Automation API
Topic: Run a class from within another Class
Replies: 3
Views: 2557

Run a class from within another Class

Hi I am trying to Call or Run a Class from within another Class.

i.e.

Class A
{
Code...
then call Class B
}

Class B
{
Some code
}

Have tried the Run and Call operators but nothing works, does anyone know how this is done?

thanks,

Alina
by alina
Wed Oct 29, 2014 11:55 am
Forum: Automation Tools
Topic: Module Comments
Replies: 2
Views: 3424

Module Comments

Hi,

Do youn know if it is possibe to add comments to modules -?

i.e. for the whole script i.e. this module verifies that... blah blah. i understand there is a comments column for each step. But i require a comment for the whole script (somewhere at the top?)

thanks,

Alina
by alina
Tue Oct 28, 2014 4:02 pm
Forum: General Questions
Topic: System generated order number
Replies: 6
Views: 1542

Re: System generated order number

Thanks so much, that helped.

All the best,

Alina
by alina
Tue Oct 28, 2014 11:23 am
Forum: General Questions
Topic: System generated order number
Replies: 6
Views: 1542

Re: System generated order number

Thanks for your reply. you are absolutely right, I am quite new to Ranorex, though I have done Automation using VS Coded UI before. OK, so comin back to the original question, using the GetValue action, I have got the Order reference number. This has been allocated to a module level variable; which ...
by alina
Mon Oct 27, 2014 3:57 pm
Forum: General Questions
Topic: System generated order number
Replies: 6
Views: 1542

Re: System generated order number

hI, I am looking for a quick and dirty fix that will do that. Is there a specific page in the manual that has this topic? the reason i ask, is because I have time pressures and unfortunately, due to this, i am unable to undego any tutorials/training. Is there anything similar anyone has done that ca...
by alina
Mon Oct 27, 2014 1:32 pm
Forum: General Questions
Topic: Identifies identifies different labels as the same
Replies: 1
Views: 1362

Identifies identifies different labels as the same

Hi, I hav ecome across a problem that neds some help/investigation. Basically, i have 5 different pages that have 5 different titles. They are all entitled differently,. I created 5 different objects for these, but on record, it is identifying label 5 as label 1. Its always identifying the labels as...
by alina
Mon Oct 27, 2014 1:21 pm
Forum: General Questions
Topic: System generated order number
Replies: 6
Views: 1542

System generated order number

Hi, I need some help. Basically I am auomaing a system that generates orders. Order numbers are randomy generated by the system. I would like to : 1) create the order, 2) On saving the order, a random order no. is generated by the system. 3) Save that ordernumber (maybe save it in an xternal file) 4...