Page 1 of 2

devexpresscontrols

Posted: Tue Jun 15, 2010 10:16 am
by kushagrajohri
hi everybody actually in my application i have used a lot of devexpress controls which are not being recognised properly in the way that they should have been. so is there a way to map these to simple and recognised objects.please help me in this .

Re: devexpresscontrols

Posted: Tue Jun 15, 2010 11:33 am
by Support Team
Hi,

Please can you post some more additional information: Regards,
Peter
Ranorex Support Team

Re: devexpresscontrols

Posted: Tue Jun 15, 2010 11:40 am
by kushagrajohri
i am using Ranorex 2.3 and dev express version 9.2 . but i cannot send the snapshot as my product has not been released till yet and it will be against my company rules if i give you that sir.

Re: devexpresscontrols

Posted: Tue Jun 15, 2010 11:46 am
by kushagrajohri
[img]C:\Documents%20and%20Settings\kushagra.johri\Desktop\snap[/img]

Re: devexpresscontrols

Posted: Tue Jun 15, 2010 12:24 pm
by Support Team
Hi,

Please can you attach the image to your post. If you click post reply or edit, you will find a "Upload attachment" tab below the buttons "Save, Preview, Submit".

Regards,
Peter
Ranorex Support Team

Re: devexpresscontrols

Posted: Tue Jun 15, 2010 12:58 pm
by kushagrajohri
o this is the image of main page

Re: devexpresscontrols

Posted: Tue Jun 15, 2010 1:34 pm
by Support Team
Hi,

Sorry but with this screen shot we are not able to delimit the problem. I tried the demos on the DevExpress home page and it worked like expected. Also many of our customer use DevExpress controls and they are very pleased with the object recognition of Ranorex. So is it possible to sent us a Ranorex Spy Snapshot to [email protected] or only of that control which is not recognized by Ranorex.

Regards,
Peter
Ranorex Support Team

Re: devexpresscontrols

Posted: Tue Jun 15, 2010 6:01 pm
by atom
Hiya

Would be nice to know what type of control you are talking about
Is it a grid, a tab, a text box, a button, a property grid, a ribbon bar etc ?

Some controls Ranorex works perfectly, other controls you may have to use the Dev Express API to perform the operation you want to do. So really to answer your question it would be needed to know:

- What type of control
- What operation on that control you want to do

Cheers

Re: devexpresscontrols

Posted: Wed Jun 16, 2010 10:36 am
by kushagrajohri
the controls are some inline grid functions some ribbon controls the calendar control(in which the claendar comes when we open the drop down list) and some other. so if you could suggest how to use DevExpress API's then it will be more than good for me to implement these controls.

Re: devexpresscontrols

Posted: Wed Jun 16, 2010 10:53 am
by atom
For the grid, what operation do you want to perform?
For the calendar, can you not just type the date string into the text box?

Re: devexpresscontrols

Posted: Wed Jun 16, 2010 1:52 pm
by kushagrajohri
actually in grids we are using some inline grid functions and in calendar we open a drop down adn then select the date so its not possible to just put up a simple calendar in our application and insert the date into the textbox.please if you all could suggest me something

Re: devexpresscontrols

Posted: Wed Jun 16, 2010 5:01 pm
by atom
Hiya

For the calendar I havent personally automated this control
But im sure the Dev Express API will have a method to select a specific date
Download their documentation and take a look - its available from their website

As for the grid, what operation does the test need to do?

For using dev express api, we did the following:

1. Created a new dll that references dev express dll's
Inside this dll we place delegate methods that perform a specific operation using the dev express api

2. Created a new dll, that references the above dll
Expose methods that use InvokeRemotely on the methods in above dll

3. Test case .exe references dll from number 2

Re: devexpresscontrols

Posted: Wed Jun 16, 2010 5:25 pm
by Ciege
For setting the calendar value, see this post: http://www.ranorex.com/forum/select-ite ... t1426.html

Re: devexpresscontrols

Posted: Thu Jun 17, 2010 6:52 am
by kushagrajohri
ok i will do that and let you know

Re: devexpresscontrols

Posted: Tue Jun 22, 2010 6:37 am
by kushagrajohri
i am still not able to implement what you said. you mean to say that i have to create dll's that contain the dev express controls that are not being recognised and then reference them in our test cases what i understood as. so if you just elaborate a bit on your view then it will be helpful