Search found 26 matches

by arishahsan
Wed May 30, 2007 7:43 am
Forum: Automation API
Topic: How to get the control Name?
Replies: 1
Views: 3590

How to get the control Name?

Could you tell me how ranorex spy is able to extract the control name of
the GUI controls?
by arishahsan
Fri May 18, 2007 7:53 am
Forum: General Questions
Topic: How to generate Form Database using ranorex
Replies: 5
Views: 3291

We dont have command

We dont have any property like name in Form Class as you have mentioned in above code.

I mean to say following command does not exist.

topForm.Name???

Could you tell me in which build we can get such command?
by arishahsan
Thu May 17, 2007 7:54 am
Forum: General Questions
Topic: How to generate Form Database using ranorex
Replies: 5
Views: 3291

I mean to say

We need Control name of each form object to perform automated testing using Ranorex. Since we dont have all the detals of each form object at a place we need to put ranorex spy on each object to find out its control name. This is really tedious job and I am looking for some other mechanism which can...
by arishahsan
Mon May 14, 2007 11:03 am
Forum: General Questions
Topic: How to generate Form Database using ranorex
Replies: 5
Views: 3291

How to generate Form Database using ranorex

I have a form database which contain all the detainls of form and control name.This form was devloped manually.
So now I want to devlop it automatically.
So do u have any idea to implement it using ranorex or any other technique?
by arishahsan
Sat Apr 28, 2007 3:29 pm
Forum: Bug Reports
Topic: Form.Sendkey
Replies: 1
Views: 3390

Form.Sendkey

i have observed that Form.Sendkeys fails some times
can u tell me what could be the resion of it?The code is as following

Form myForm = Application.FindFormTitile("myform.text");
myform.Activate();
myform.sendkey("^f");
by arishahsan
Thu Apr 19, 2007 2:03 pm
Forum: Bug Reports
Topic: Error in Form.GetFocus()
Replies: 4
Views: 3916

I got this error in version 0.9.2

It is working fine in version 1.1
by arishahsan
Tue Apr 17, 2007 5:49 am
Forum: Bug Reports
Topic: Error in Form.GetFocus()
Replies: 4
Views: 3916

I have tried ur idea and gives the name of same control

I have tried ur idea and it gives the name of the same control which I wanted to click. You can reproduce it like this Open Notepad and write something and try to close it without saving , so you will get a message box which is asking that do you want to save or not. Now run the following code. Form...
by arishahsan
Mon Apr 16, 2007 6:58 am
Forum: Bug Reports
Topic: Error in Form.GetFocus()
Replies: 4
Views: 3916

Error in Form.GetFocus()

I have used the following code Form CyMsgForm = Application.FindFormTitle("MyFormText") Control MsgMngrFocusedButton = CyMsgForm.GetFocus(); Mouse.ClickControl(MsgMngrFocusedButton); The problem is that when I tried this the mouse doesn't click on the button in spite of it it clicks beside the contr...
by arishahsan
Mon Apr 16, 2007 5:54 am
Forum: Bug Reports
Topic: I am getting fatal error in Application.GetForms()
Replies: 1
Views: 3962

I am getting fatal error in Application.GetForms()

Following is the code which gives error. Application.GetForms(); foreach (Form TempForms in Application.Forms) { Form TempForm = Application.FindFormTitle(TempForms.Text); Trace.Assert(TempForm != null); //Error arises in the following line if (TempForm.Element.Class == WindowsForms10.Window.8.app.0...
by arishahsan
Sat Mar 17, 2007 6:24 am
Forum: Automation API
Topic: Extra information
Replies: 3
Views: 3564

Actually we are uisng Actipro

I have a software in .NET which is using Actipro to draw Menu Items(Like File,Edit,ToolBar etc). Now since we have to test the software we need some controls(like Control Name) of those actipro menu items which can be used to identify the menu contents. But we are not getting any control of these me...
by arishahsan
Fri Mar 16, 2007 4:05 pm
Forum: Automation API
Topic: What all extra features you have included in Ranorex1.1??
Replies: 1
Views: 3180

What all extra features you have included in Ranorex1.1??

What all extra features you have included in Ranorex1.1.
by arishahsan
Fri Mar 16, 2007 2:22 pm
Forum: Automation API
Topic: How to use Controlproxy
Replies: 1
Views: 3424

How to use Controlproxy

I was using Rannorex ControlProxy to automate those Gui controls which dont have ControlName and I didnt find the way to perform the task. Could you suggest me how to use ControlProxy ....Here is the code which I have used.. Ranorex.Form tempForm = Ranorex.Application.FindFormTitle("MySoftware") Ran...
by arishahsan
Fri Mar 16, 2007 5:17 am
Forum: Automation API
Topic: Extra information
Replies: 3
Views: 3564

Extra information

I have a software and there are few GUI Objects which are not detectable by ranorex spy i.e. I am not getting any detail (control name , control id,class name, element name) about those GUI objects. So could you suggest me how can I solve this problem using Rnaorex.
by arishahsan
Thu Mar 15, 2007 4:09 pm
Forum: Automation API
Topic: About ranorex pro
Replies: 3
Views: 3486

could u guide me how can I use RanorexSpy

could u guide me how can I use RanorexSpy for custom control
by arishahsan
Mon Mar 12, 2007 2:34 pm
Forum: Automation API
Topic: What all extra features you are providing in RanorexPro?
Replies: 1
Views: 2970

What all extra features you are providing in RanorexPro?

What all extra features you are providing in RanorexPro?