Search found 27 matches

by valentin
Mon May 20, 2013 9:49 am
Forum: Object Identification and Technologies
Topic: Inside the IFrame objects are not able to identify in Chrome
Replies: 3
Views: 2812

Re: Inside the IFrame objects are not able to identify in Chrome

Hi,
I have the same problem. I tried to mail Snapshots (2files = 8Mb) to address [email protected], but got a response "Message size exceeds fixed maximum message size"
by valentin
Tue Feb 19, 2013 2:22 pm
Forum: Bug Reports
Topic: Change Data Source in Ranorex Testsuite Runner.
Replies: 7
Views: 3035

Re: Change Data Source in Ranorex Testsuite Runner.

It also useful, to be able to change Global Params of Test Suite in different Test Run.
by valentin
Wed Feb 13, 2013 1:38 pm
Forum: Bug Reports
Topic: Change Data Source in Ranorex Testsuite Runner.
Replies: 7
Views: 3035

Change Data Source in Ranorex Testsuite Runner.

You cann't change Data Source of Test Cases in Ranorex Testsuite Runner.
by valentin
Thu Jan 24, 2013 12:05 pm
Forum: Bug Reports
Topic: Capture tracing screenshot.
Replies: 1
Views: 3107

Capture tracing screenshot.

Hi team,
Is it possible to generate in report log a screensot only for failure report level.
Or maybe change test suite setting Capture tracing screenshot dynamically in user code?
by valentin
Thu Jan 24, 2013 11:21 am
Forum: Bug Reports
Topic: Test Report arhive file.
Replies: 1
Views: 1894

Test Report arhive file.

Ranorex save Test Report arhive file (rxzlog) not in Report File Directory.
Ex.: I set Report File Directory test suite - bin\Debug\Reports . Report (rxlog) are saved in the same directory, but compressed log (rxzlog) is saved in bin\Debug\.
Ranorex ver 4.0.1
by valentin
Thu Dec 27, 2012 7:42 am
Forum: Automation Tools
Topic: How to get number of validation actions in running suite.
Replies: 1
Views: 1844

How to get number of validation actions in running suite.

Hi guys,
I'd show in log total number success and total number errors validation actions in running test suite.
Could anybody have template?
by valentin
Wed Dec 26, 2012 2:55 pm
Forum: General Questions
Topic: Key Sequence localization
Replies: 1
Views: 1486

Key Sequence localization

I have action - Key sequence 'version'. In runnig, are inserted into focus element values 'мукышщт'.
Ranorex ver. 4.01
by valentin
Fri Sep 21, 2012 7:21 am
Forum: General Questions
Topic: Doesn't change SearchTimeout property of element
Replies: 4
Views: 1788

Re: Doesn't change SearchTimeout property of element

Thanks, it work.

Queerly, that duration of function

Code: Select all

calculator.SelfInfo.Exists();
is set by operation

Code: Select all

calculator.SearchTimeout = new Duration(1000);

and doesn't set by operation

Code: Select all

calculator.SelfInfo.SearchTimeout = new Duration(1000); 
by valentin
Thu Sep 20, 2012 5:56 am
Forum: General Questions
Topic: Doesn't change SearchTimeout property of element
Replies: 4
Views: 1788

Re: Doesn't change SearchTimeout property of element

I use method exists for element Element1.SelfInfo If I set repo.Element1.SearchTimeout = Duration(1000); (Element1.SelfInfo not exists) would be this code bool exist = Element1.SelfInfo.Exists(); wait 1000ms? I try to set repo.Element1.SelfInfo.SearchTimeout = Duration(1000); ,but always wait 10000ms.
by valentin
Fri Sep 07, 2012 9:45 am
Forum: General Questions
Topic: Doesn't change SearchTimeout property of element
Replies: 4
Views: 1788

Doesn't change SearchTimeout property of element

SearchTimeout property of Element1 (which in repository = 10000ms). In user code action I try to redefine SearchTimeout to 1000ms repo.Element1.SelfInfo.SearchTimeout = Duration(1000); Report.Log(ReportLevel.Info, "point1"); bool exist = Element1.SelfInfo.Exists(); Report.Log(ReportLevel.Info, "poin...
by valentin
Mon Aug 13, 2012 2:59 pm
Forum: General Questions
Topic: Out parametrers in User Code Action
Replies: 3
Views: 1977

Re: Out parametrers in User Code Action

Hi, I don't forget ... I wrote this code in Test.UserCode.cs public void Set_Val(string Text, out string AccVal) { AccVal = Company_name + ";" + Contract_name + ";" + Text; } Then I try to use Set_Val user action in Record Module Test.rxrec, Ranorex generate code Test.cs Set_Val("Text", Acc); withou...
by valentin
Mon Aug 13, 2012 2:25 pm
Forum: General Questions
Topic: Out parametrers in User Code Action
Replies: 3
Views: 1977

Out parametrers in User Code Action

Is it possible to use out parameters in User Code Action? I try public void Set_Val(string Text, out string AccVal) { AccVal = Company_name + ";" + Contract_name + ";" + Text; } When compiling I get error: Argument 2 must be passed with the 'out' keyword (CS1620) The best overloaded method match for...
by valentin
Thu Aug 02, 2012 10:38 am
Forum: General Questions
Topic: Using variable in Match Value cell.
Replies: 4
Views: 2440

Re: Using variable in Match Value cell.

Hi
actually I want to validate full text of error message, not only "$UsVar".
by valentin
Tue Jul 31, 2012 2:38 pm
Forum: General Questions
Topic: Using variable in Match Value cell.
Replies: 4
Views: 2440

Re: Using variable in Match Value cell.

Support Team wrote:Hi,
When you write some code to your UserCode, you can of course concatenate strings.
Thanks. I used this solution, but wanted to know whether there is an easier way :?:
by valentin
Tue Jul 31, 2012 12:18 pm
Forum: Automation Tools
Topic: Ranorex report doesn't show screenshot with cyrillic symbols
Replies: 1
Views: 2029

Ranorex report doesn't show screenshot with cyrillic symbols

I use cyrillic symbols in Recording Module name. After playing test, log and screenshots have been created with same symbols (by default %Module_name%Date.rxlog, %Module_name%Date.jpg). Ranorex Report cann't load Screenshots with that name in log file.