Search found 9 matches

by hkathuria
Thu Dec 18, 2008 4:51 pm
Forum: Automation API
Topic: DataGrid Columns
Replies: 3
Views: 3590

I understand that. Thanks for the solution. This would be helpful in making the test more reliable!!

Any Plans to inlcude such features in the core in January Release for Ranorex 2.0?
This would make the product more powerful.
by hkathuria
Wed Dec 17, 2008 10:53 pm
Forum: Automation API
Topic: DataGrid Columns
Replies: 3
Views: 3590

DataGrid Columns

How would I access DataGrid columns by thier names rather than indexes? Say I have following grid Name Age Designation Mike 27 Developer Louis 32 Manager I can access the second row's "Age" cloumn value by finding the grid using RxPath and then accesing the rows and columns by indexes. But how would...
by hkathuria
Mon Dec 15, 2008 6:52 pm
Forum: Automation API
Topic: Launching Application
Replies: 3
Views: 2909

Could you please give me an approximate idea about the expected release date for Ranorex Final 2.0 Preview.


Hitesh
by hkathuria
Fri Dec 12, 2008 10:56 pm
Forum: Automation API
Topic: Launching Application
Replies: 3
Views: 2909

Launching Application

How to Launch new applicaiton in ranorex 2.0 Programmatically?

~Hitesh
by hkathuria
Mon Dec 08, 2008 6:21 pm
Forum: Automation Tools
Topic: Recording Repository
Replies: 3
Views: 2778

Thanks!!. IMO, This feature is must required in the tool.

When do you think, you will be releasing this new version?

Thanks
~Hitesh
by hkathuria
Fri Dec 05, 2008 9:37 pm
Forum: Automation Tools
Topic: Recording Repository
Replies: 3
Views: 2778

Recording Repository

Can I tell Recorder to use the recording repository which I creating using ranores Spy tool?

And If I am selecting some control/object that is not in repository, recorder will take care by adding the object in repository.
by hkathuria
Fri Dec 05, 2008 9:30 pm
Forum: General Questions
Topic: WPF Support
Replies: 2
Views: 2647

I got the answer to WPF support. Could you please reply for my second question?
by hkathuria
Thu Dec 04, 2008 9:07 pm
Forum: General Questions
Topic: WPF Support
Replies: 2
Views: 2647

WPF Support

Can we use Ranorex 2.0 with WPF Applciaitons?

Also, Where I can see the test reports in Ranrex 2.0

Regards
Hitesh
by hkathuria
Thu Dec 04, 2008 1:07 am
Forum: Automation API
Topic: Delay between actions
Replies: 1
Views: 3723

Delay between actions

Hi, I am using Ranorex with my .NET desktop application. I have a menu on the top of my main page and when I do File->New it takes some time to load/activate the form. In the second step I need to click on one button. I am using the follwing script and second statement is causing error as FILE->NEW ...