Search found 21 matches

by lingzhou
Fri Oct 09, 2009 5:25 pm
Forum: Automation Discussions
Topic: Roll Call Time...
Replies: 8
Views: 3728

Re: Roll Call Time...

1) Austin, Texas USA 2) We use Ranorex here to test all application in our shop: Adobe flash, web app, windows app. The good support of Flash application is the main reason we choose Ranorex 3) Ranorex IDE, want to get rid of it and use visual studio, but still need some help from record/replay func...
by lingzhou
Thu Sep 17, 2009 3:14 pm
Forum: General Questions
Topic: read a single row in csv file
Replies: 4
Views: 2384

Re: read a single row in csv file

This one works perfect. Hope I can pick up C# quickly...
by lingzhou
Tue Sep 15, 2009 3:13 pm
Forum: General Questions
Topic: read a single row in csv file
Replies: 4
Views: 2384

Re: read a single row in csv file

Alex, thank you for the help.

The code below doesn't throw any error, but it returns EnvironmentURL equal to "system.data.datarow".

I would like EnvironmentURL to be "localhost" in this case.
by lingzhou
Tue Sep 15, 2009 12:45 am
Forum: General Questions
Topic: read a single row in csv file
Replies: 4
Views: 2384

read a single row in csv file

Hi, I would like to read a single row in a csv file, the csv file is like this: EnvironmentURL localhost want to read "localhost" as a parameter and pass it out, now I have this code in my program.cs but got some errors CSVConnector csvConnector = new CSVConnector(@"..\..\EnvironmentURL.csv"); strin...
by lingzhou
Thu Sep 10, 2009 5:30 pm
Forum: General Questions
Topic: what is XML documentation in project options
Replies: 1
Views: 2357

what is XML documentation in project options

Open a project, choose "project - project options" , in the compiling tab, output section, there is check mark for XML documentation, if checked path will be bin\Debug\Projectname.xml

what is this used for? any user guide document regarding this?

Thanks,
by lingzhou
Wed Sep 09, 2009 10:09 pm
Forum: General Questions
Topic: Ranorex path with regular expression problem
Replies: 2
Views: 5349

Re: Ranorex path with regular expression problem

thanks for the help, Alex.
by lingzhou
Wed Sep 09, 2009 3:39 pm
Forum: General Questions
Topic: Ranorex path with regular expression problem
Replies: 2
Views: 5349

Ranorex path with regular expression problem

I have a scrollbar object in my project repository, the path is "list/scrollbar[@type='ScrollBar' and @fulltype='fl.controls::ScrollBar' and @maxvalue='5300']/button[3]" almost every build, the maxvalue changes. Is there anyway that I can put a wildcard character on this object so I don't have to ch...
by lingzhou
Tue Sep 08, 2009 10:58 pm
Forum: General Questions
Topic: Fanfare
Replies: 2
Views: 2578

Re: Fanfare

when I was assigned the task of reviewing test automation tools for my company, the most import factor I think is "does it meet our requirements". Without bring all your requirements and priority here, it is hard to answer the question. For me, I need a test automation tool which can support flash a...
by lingzhou
Fri Aug 21, 2009 4:15 pm
Forum: General Questions
Topic: any function to report current system time in Ranorex
Replies: 8
Views: 4711

Re: any function to report current system time in Ranorex

I am mainly using two functions now. If I need more functions later on, I will try to change the code by myself and share it with you, or looking for help from you :D You are very welcome. Glad I could help. Is there any functionality that you find missing in the Excel methods I sent you? I have onl...
by lingzhou
Fri Aug 21, 2009 3:32 pm
Forum: General Questions
Topic: any function to report current system time in Ranorex
Replies: 8
Views: 4711

Re: any function to report current system time in Ranorex

Ceige, thank you so much for the code example. That works.

BTW, I benefit a lot from the functions you sent to me earlier, those are really good stuff!
by lingzhou
Thu Aug 20, 2009 4:29 pm
Forum: Bug Reports
Topic: object in usercode.cs file doesn't update
Replies: 1
Views: 2342

object in usercode.cs file doesn't update

I updated a object name in repository, the name updated automatically in the recording file and cs file, but not in the usercode.cs file. I need to manually change it
by lingzhou
Thu Aug 20, 2009 4:27 pm
Forum: General Questions
Topic: any function to report current system time in Ranorex
Replies: 8
Views: 4711

Re: any function to report current system time in Ranorex

Alex, thanks for the link it is very helpful to manipulate the date/time format

Ceige, your function has better control of the format. By the way, how do you generate xml format report and how to control the content in that report?
by lingzhou
Wed Aug 19, 2009 8:58 pm
Forum: General Questions
Topic: any function to report current system time in Ranorex
Replies: 8
Views: 4711

any function to report current system time in Ranorex

Hi, there,

Is there a function in Ranorex to report the current system timetamp?

Report.Info("There is a failure at", timestampfunction);
by lingzhou
Mon Aug 17, 2009 10:47 pm
Forum: General Questions
Topic: how to repeat certain steps in a record file
Replies: 8
Views: 3802

how to repeat certain steps in a record file

say i have 10 steps in a record file and I would like to repeat step 3-7 only for a certain amount of times. Is there any easy way of doing that?

Also, is there any easy way to using different input parameter during the repeat?
by lingzhou
Wed Aug 12, 2009 10:35 pm
Forum: Bug Reports
Topic: bug report : RanorexLoader.swf file with combo box
Replies: 1
Views: 3499

bug report : RanorexLoader.swf file with combo box

Hi, there, I have a bug to report for RanorexLoader.swf file working on flash combo box list items. RanorexLoader.swf basically is a workaround for Flash CS3 application which can not build automation library (Ranorex.swc) into the application. During the testing, we access the applicaiton through: ...