Search found 11 matches

by yassine
Tue Feb 14, 2017 3:32 pm
Forum: Automation API
Topic: repoItemInfo's exist function equivalent in adapter object
Replies: 7
Views: 6013

Re: repoItemInfo's exist function equivalent in adapter object

Hi :) In the near future we will use an MBT solution that has an integration with Ranorex and a feature to edit scripts automaticaly on the MBT Side when we edit scripts on Ranorex side. The problem is that the integration they have is based on adapter object, and testing the features of the MBT sol...
by yassine
Tue Feb 14, 2017 11:59 am
Forum: Automation API
Topic: repoItemInfo's exist function equivalent in adapter object
Replies: 7
Views: 6013

Re: repoItemInfo's exist function equivalent in adapter object

Hi odklizec, Thanks for your reply, in my case I need to use an adapter instance in my custom function, public static void ClickToDisappear (Adapter ElementToClick, string coordinates) the goal from my function is the reclick again in case that an element did not disappear from the screen (Because i...
by yassine
Tue Feb 14, 2017 10:16 am
Forum: Automation API
Topic: repoItemInfo's exist function equivalent in adapter object
Replies: 7
Views: 6013

Re: repoItemInfo's exist function equivalent in adapter object

Thanks Krstcs for your reply, what I am trying to do is to create a custom function I call it ClickToDisappear : public static void ClickToDisappear (RepoItemInfo BtnToClick, string coordinates) { CLICK_OBJECT_2: { BtnToClick.FindAdapter<Unknown>().MoveTo(coordinates); CheckCursorStatus(); BtnToClic...
by yassine
Mon Feb 13, 2017 3:46 pm
Forum: Automation API
Topic: repoItemInfo's exist function equivalent in adapter object
Replies: 7
Views: 6013

repoItemInfo's exist function equivalent in adapter object

Hello every one, Is there an equivalent to RepoItemInfo class exist function in adapter class, what I want is to verify id an object exist in the SUT and then execute my action but using Adapter class, I tried to use both functions Valid and Visible and also use Validate class exist function wich ta...
by yassine
Fri Jan 20, 2017 9:58 am
Forum: Automation Tools
Topic: Inputs are not detectable by Ranorex
Replies: 1
Views: 1629

Inputs are not detectable by Ranorex

Hello every one, I need to detect some inputs that are not detectable by default by ranorex. By default, table controls and inputs were not detectable by Ranorex Spy, I tried to add the class Name and process name of inputs and tables to GDI capture list, It worked for table control and table's cell...
by yassine
Wed Jan 18, 2017 10:49 am
Forum: Automation Tools
Topic: Get focused element
Replies: 1
Views: 2024

Get focused element

Hello every one,

Is there a way o get focused element in an app and get associated repo item to that element?

Thanks in advance.
by yassine
Tue Jan 17, 2017 11:51 am
Forum: General Questions
Topic: Internationalization of reports
Replies: 1
Views: 1167

Internationalization of reports

Hello every one,

Is there any way to rewrite default log messages (for click action for exemple) in another langage ??

Thanks for your replies in advance.
by yassine
Tue Jan 17, 2017 10:56 am
Forum: Automation Tools
Topic: Cant generate report after test execution in windows server
Replies: 1
Views: 1857

Cant generate report after test execution in windows server

Hi every one! I am trying to execute an already developed test project in our server machine with windows server 2008 as OS, I ve already insetalled ranorex and every thing is all right, but at the end of execution of test I can't see generated report with logs. Can any one help me to solve this pro...
by yassine
Tue Jan 17, 2017 10:44 am
Forum: Automation Tools
Topic: Reorder recordings dynamicaly in Ranorex Test Suite
Replies: 4
Views: 1777

Re: Reorder recordings dynamicaly in Ranorex Test Suite

Thanks for your replies, Having such functionality will help a lot, it seems interesting if this could be done using a CI tool, I will try to connect my test with jenkins.


Thank you.
by yassine
Mon Jan 16, 2017 12:05 pm
Forum: Automation API
Topic: Custom report - change basic message text values
Replies: 1
Views: 1929

Custom report - change basic message text values

Hello every one,

Is there a way so I can change default message text of the basic action in ranorex report, what I am looking to do is to translate them and use them in generated report in Frensh.

Thanks in advance.
by yassine
Mon Jan 09, 2017 2:59 pm
Forum: Automation Tools
Topic: Reorder recordings dynamicaly in Ranorex Test Suite
Replies: 4
Views: 1777

Reorder recordings dynamicaly in Ranorex Test Suite

Hello every one, I am asking if there is a way to reorder recordings in the test suite dynamicaly during execution time?? I have test case dispatched in different recordings, and ordered in the test suite. And according to a condition in the third recording in the list, i can continue my test or I h...