Search found 16 matches

by ayat
Wed Aug 10, 2016 9:06 am
Forum: Object Identification and Technologies
Topic: Get value of row number from specific value
Replies: 4
Views: 2296

Re: Get value of row number from specific value

Hi jma,

Thank you for your reply.
I'll debug as you have advised me.
Otherwise, a colleague advised me to use the Parent operator (../) in the XPath to recognize the element and it work very well.


Thank you very much,
by ayat
Mon Aug 08, 2016 10:38 am
Forum: Object Identification and Technologies
Topic: Get value of row number from specific value
Replies: 4
Views: 2296

Re: Get value of row number from specific value

Hi,

I have attached the snapshot of the problem.
In fact, I have a datagrid and I try to find row number from an expression.
The expression is a variable and i want to use the row number as variable in a repository item.

Thank you,
by ayat
Mon Aug 08, 2016 9:55 am
Forum: Object Identification and Technologies
Topic: Get value of row number from specific value
Replies: 4
Views: 2296

Get value of row number from specific value

Hi, I want to recover the row number from a specific value and use that variable in a repository item. I used this source code with action get value : IList<Ranorex.Cell> AllCells = repo.Myapp.Form7854852.TableDg.FindDescendants<Ranorex.Cell>(); foreach (Ranorex.Cell ThisCell in AllCells ) { if (Thi...
by ayat
Fri Aug 05, 2016 2:59 pm
Forum: Bug Reports
Topic: Ranorex is not saving
Replies: 2
Views: 1730

Re: Ranorex is not saving

Hi,

The problem that I had, was with the localization of the pop up components.
Normally I have to wait a moment so that Ranorex can locate the element.
 
Now everything works fine.

Thank you,
by ayat
Tue Jul 26, 2016 11:25 am
Forum: Bug Reports
Topic: Ranorex is not saving
Replies: 2
Views: 1730

Ranorex is not saving

Hi, I have the same problem described in this topic : http://www.ranorex.com/forum/bug-ranorex-not-saving-deleting-repo-items-t5265.html I use Ranorex 6.0 and recently my actions are not saved at the end of the recording. Also, the highlighting during recording or validation is not activated. I am t...
by ayat
Fri Jul 22, 2016 4:14 pm
Forum: Object Identification and Technologies
Topic: validation failure
Replies: 3
Views: 1614

Re: validation failure

Hi, In fact I'm testing a windows web application (asp.net, silverlight) I tried to validate the existence of an element at the end of my recording. But the highlighting that activates usual validation to position the element is no longer done. Also, sometimes the actions did not register even after...
by ayat
Fri Jul 22, 2016 2:52 pm
Forum: Object Identification and Technologies
Topic: validation failure
Replies: 3
Views: 1614

validation failure

Hi,

The validation when recording does not work.
The highlighting of the element to validate is not done and also the actions of the scenario are not recorded.
I use Ranorex 6.0 on Windows 8 machine.

Thank you,
by ayat
Sun May 22, 2016 10:18 pm
Forum: Automation Tools
Topic: No execution of the mousse click in a popup
Replies: 2
Views: 1827

Re: No execution of the mousse click in a popup

Hi,

Finally, I replaced EnsureVisible by Validate (exists) followed by the mousse clic action, and it worked well.


Thank you,
by ayat
Sat May 21, 2016 12:44 pm
Forum: Automation Tools
Topic: No execution of the mousse click in a popup
Replies: 2
Views: 1827

No execution of the mousse click in a popup

Hello, I have a problem when running a test case that control the entry of required fields in a desktop app developped with .net framework 4.5 My test case triggers the display of a popup in front while two other screens are open in the background. When recording, I click on the submit button to clo...
by ayat
Fri May 20, 2016 10:32 am
Forum: General Questions
Topic: Git don't appear in list of the source control
Replies: 2
Views: 1291

Re: Git don't appear in list of the source control

Hi,

Thank you for your answer.
Indeed, i had Ranorex 5.4.5, this is why Git does not appear in the list of source control.
Now, i installed Ranorex 6.0 and i see Git in the list.

Thank you, very much,
by ayat
Thu May 19, 2016 5:47 pm
Forum: General Questions
Topic: Git don't appear in list of the source control
Replies: 2
Views: 1291

Git don't appear in list of the source control

Hi,

I installed Git and TortoiseGit as mentioned in the link below

http://www.ranorex.com/support/user-gui ... l/git.html

But Git does not appear in the Program List source control.

Is there a way to force his appearance ?

Thank you,
by ayat
Thu May 19, 2016 5:06 pm
Forum: Automation Tools
Topic: ranorex can't find maximise icon
Replies: 2
Views: 2081

Re: ranorex can't find maximise icon

Hi,

Thank you for your answer.

My colleague advised me to use the window funtion "Maximse" and it works very well.

Here's the code that I have put if anyone can use it.


public void Mouse_Click_Agrandir()
{
repo.Window.Self.Maximize();
}

Thanks again,
by ayat
Thu May 19, 2016 12:24 pm
Forum: Automation Tools
Topic: ranorex can't find maximise icon
Replies: 2
Views: 2081

ranorex can't find maximise icon

Hi, Sometimes, Ranorex can not find the maximise icon. I used the Delay Action to give it more time to find it and then, I turn off the property use cache. It worked very well. But sometimes the problem comes back. I extended screen that may be caused by that. Any help will be appreciated, Thank you,
by ayat
Sat May 14, 2016 10:15 pm
Forum: General Questions
Topic: system.accessviolationexception at the start of Ranorex
Replies: 5
Views: 1645

Re: system.accessviolationexception at the start of Ranorex

Hi,

Thank you for your answer.
I put Vista by mistake in fact I have XP on my old machine.
I applied your advice but I still have the same error message.
Also, I can not find the download link of Ranorex 6.0.

Thank you alot.
by ayat
Fri May 13, 2016 2:16 pm
Forum: General Questions
Topic: system.accessviolationexception at the start of Ranorex
Replies: 5
Views: 1645

Re: system.accessviolationexception at the start of Ranorex

Hi,

thank you for your answer.
in fact, I use an old version of windows (vista) and i have a recent versions of .NET.
I installed the 5.4.6 release.
it may be due to my OS?