Search found 15 matches

by ThN
Wed Jan 02, 2013 1:37 pm
Forum: General Questions
Topic: Testing the Windows application by calling in the Ranorex
Replies: 7
Views: 2258

Re: Testing the Windows application by calling in the Ranorex

Hi, Thanks for the replay. In reference to the below example, I also tried using Form.ShowDialog() which works if the form has no control inside. If I add a control(userControl) to the form and then perfom Form.ShowDialog, it throws an error "Cross-thread operation not valid: Control 'ProgressForm' ...
by ThN
Wed Jan 02, 2013 1:26 pm
Forum: General Questions
Topic: Using C# *.dlls
Replies: 4
Views: 2950

Re: Using C# *.dlls

Hi,
Thanks for the support. Now refering *.dll works. As you suggested in the below mail, important thing is version of Target Framework.

Regards,
ThN
by ThN
Thu Dec 20, 2012 2:20 pm
Forum: General Questions
Topic: Testing the Windows application by calling in the Ranorex
Replies: 7
Views: 2258

Re: Testing the Windows application by calling in the Ranorex

Hi Markus,

Thanks for your replay. The reason why I required is that I have many UserControls which I then club them to one View of the tool. But I wished to test individual userControl ranter then entire view in the tool.
by ThN
Thu Dec 20, 2012 2:16 pm
Forum: General Questions
Topic: Using C# *.dlls
Replies: 4
Views: 2950

Re: Using C# *.dlls

Hi Ciege, When make a reference of *.dll then also it shows the same error. When I add a VS2010 project in to the Ranorex soultion It asks me to convert the VS project to Ranorex supporting project which then addes some Ranorex reference to the VS project. And now if I refer this project It will wor...
by ThN
Fri Nov 30, 2012 4:28 pm
Forum: General Questions
Topic: Using C# *.dlls
Replies: 4
Views: 2950

Using C# *.dlls

Hello Everyone, I currently use Ranorex 3.3 version and would like to use *.dlls from a Visual studio 2010 for intializing some functionalites during testing. But I am unable to run the project and the following error is shown. ERROR: The type or namespace name 'XYZ' could not be found (are you miss...
by ThN
Fri Nov 30, 2012 2:46 pm
Forum: General Questions
Topic: Testing the Windows application by calling in the Ranorex
Replies: 7
Views: 2258

Re: Testing the Windows application by calling in the Ranorex

Hi Markus, Thanks for the reply. I have already used Ranorex for testing few Windows application. In all my earlier tests I use an executable *.exe. Run the application and then perform the testing operation. But now my problem is that I want to make a ranorex test for each of the individual sub con...
by ThN
Wed Nov 28, 2012 5:43 pm
Forum: General Questions
Topic: Testing the Windows application by calling in the Ranorex
Replies: 7
Views: 2258

Testing the Windows application by calling in the Ranorex

Hi, I am currently facing following problem 1) Should I always need *.exe file to perform Ranorex test. 2) Can I add a control to the form and call form.Show() in the testModule of Ranorex and perform some tests on it. If so how to perform this. Main target is to perform some ranorex test to control...
by ThN
Mon Aug 20, 2012 1:20 pm
Forum: General Questions
Topic: How to avoid screenshot in a report
Replies: 1
Views: 1570

How to avoid screenshot in a report

Hi, I have a series of validation if one of the intermediate validation fails, this failed validation is shown with an screenshot. The following validation are also shown with screenshot. can any one suggest me how do I avoid screenshots in the report both during failure and success. RanorexSampleTe...
by ThN
Thu Aug 09, 2012 12:54 pm
Forum: General Questions
Topic: Problem with Ranorex.Unknown type
Replies: 1
Views: 2704

Problem with Ranorex.Unknown type

I am testing an Ploting application, for which I use ChartControl and Chart. I have to check the number of curves visible or sometimes the color of curves in the chart after certain operation. The problem is that if I check this plot in Ranorex spy window it is identified as Unkown type. so I cannot...
by ThN
Fri Jun 22, 2012 9:41 am
Forum: General Questions
Topic: Validation
Replies: 4
Views: 2143

Re: Validation

Thanks,

Kind regards,

ThN
by ThN
Thu Jun 21, 2012 12:38 pm
Forum: General Questions
Topic: Validation
Replies: 4
Views: 2143

Re: Validation

Hi, Thanks for the reply, Here is my code Table table = "/form[@controlname='GraphicalModelConnectionDemoForm']/container/container[@controlname='panel2']/container/element/container/container/container/container/container[@controlname='panel1']/element/table[@controltypename='NListView']"; // Here ...
by ThN
Thu Jun 21, 2012 8:15 am
Forum: General Questions
Topic: Validation
Replies: 4
Views: 2143

Validation

Hello, I am testing a Windows form applciation. It containse a List Box . The test is to check the proper loading of the List Box. I loop through each item of list box to ensure the proper expected item. The problem here is that if the first item fails to validate the test ends. But in the previous ...
by ThN
Tue Jun 19, 2012 9:32 am
Forum: General Questions
Topic: Help regarding splitter movement
Replies: 6
Views: 2136

Re: Help regarding splitter movement

Thanks support team,
proportional to the heihgt and width of the UI element works.

@ Ciege,
Thanks for the solution. It looks advance, Can you explain it with an example.

Thanks both
ThN
by ThN
Mon Jun 18, 2012 11:02 am
Forum: General Questions
Topic: Help regarding splitter movement
Replies: 6
Views: 2136

Re: Help regarding splitter movement

Hi Ciege, Thanks for reply, Here is my problem I use a laptop of moiter size 17" and a moiter of 15". I record the movement of the splitter on laptop screen and later when played in moniter screen. It wont move the splitter. It also dont work with other machine if the resolution or moniter size is d...
by ThN
Fri Jun 15, 2012 2:18 pm
Forum: General Questions
Topic: Help regarding splitter movement
Replies: 6
Views: 2136

Help regarding splitter movement

Hi I am currently using Ranorex to validate or test Windows form application. I am facing a problem with Spliter container. When I record the action of changing the slpitter size. It will not be played sucessfull when the display moniter is changed. How do I perform this action of changing the split...