Search found 53 matches

by zator
Tue May 28, 2013 10:21 am
Forum: Automation Tools
Topic: Using variables in recordings
Replies: 2
Views: 1859

Re: Using variables in recordings

Thanks Markus, i bound variable to global parameter and warnings disappear.
by zator
Mon May 27, 2013 12:36 pm
Forum: How To …
Topic: Stop test when PopUp Window appears
Replies: 1
Views: 2619

Stop test when PopUp Window appears

Hi, I am testing application where, during execution, it is possible that pop up dialog appears, showing exception message. My question is if it is possible to stop test with fail status when that dialog show up. I tried to use technque described here: http://www.ranorex.com/blog/handling-dialog-and...
by zator
Mon May 20, 2013 10:18 am
Forum: Automation Tools
Topic: Using variables in recordings
Replies: 2
Views: 1859

Using variables in recordings

Hey, have technical question about Ranorex Recorder. I would like to use RunApplication action which path is based on two variables. Thats what i did: 1. I add three variables to recording 2. I bound two of them using dataConnector 3. I set the third variable in Init() method of that recording 4. I ...
by zator
Tue May 07, 2013 9:17 am
Forum: Bug Reports
Topic: Ranorex double window
Replies: 1
Views: 1635

Ranorex double window

Hi,

Mabey it's not a big problem but Ranorex sometimes after restarting in administrator-mode leaves normal-mode window opened.

Version: Ranorex Studio - 4.0.3
.NET 4.0.30319
Windows 8 x64

Paweł
by zator
Tue Apr 30, 2013 8:49 am
Forum: General Questions
Topic: Organising test via Command-Line
Replies: 3
Views: 1714

Organising test via Command-Line

Hello, I created Test-suite which looks like that: http://i.imgur.com/4OzBGyL.png My question is whether is it possible to run, using command line, for example TEST_2 but not skip MainTestCase, i mean: http://i.imgur.com/9sIat8H.png I tried to use Command_Line argument /tc:TEST_2 but it seems that i...
by zator
Tue Apr 23, 2013 2:25 pm
Forum: Automation Tools
Topic: Global parameters from external file
Replies: 1
Views: 1874

Global parameters from external file

Hi,

I woule like to ask whether it is possible to store global parameters of Test Suite in some external file??
by zator
Wed Sep 19, 2012 12:26 pm
Forum: Automation API
Topic: Problem with optimalization
Replies: 1
Views: 1822

Problem with optimalization

Hi, I have problem with optimalization of my code. I am trying to write code library for our customized infragistics controls. My problematic function finds table via xPath, select a row with specified values in specified columns and than click\select it. Additionaly table shows only 50 rows at once...
by zator
Wed Sep 19, 2012 8:48 am
Forum: Automation API
Topic: How to send object to user code action
Replies: 9
Views: 2765

Re: How to send object to user code action

Hi orbistest, It IS possible to send xPath as parameter of user-code-action and everything works fine! My problem was that i had to explain it to people using recorder who did not know what xPath is and I was interested if its possible to send items from reposiroty directly to user-code-actions. :D ...
by zator
Wed Sep 19, 2012 8:36 am
Forum: Object Identification and Technologies
Topic: Infragistics WPF forms are not Identifying
Replies: 6
Views: 2563

Re: Infragistics WPF forms are not Identifying

Hi Kumar,

I am working with customized Infragistics controls and i found some of them a bit problematic. However, for now all my problems were solved using code-modules and user-code-actions.

Paweł
by zator
Fri Aug 31, 2012 3:14 pm
Forum: General Questions
Topic: handling unexpected dialogs - can't make it to work
Replies: 8
Views: 2379

Re: handling unexpected dialogs - can't make it to work

Well, i think that every time you invoke Exists() method Ranorex waits time equals to DefaultSearchTimeout value and then goes to next IF statement. Thats why is takes longer than you expected. Check this out: http://www.ranorex.com/Documentation/Ranorex/html/P_Ranorex_Adapter_DefaultSearchTimeout.h...
by zator
Thu Aug 23, 2012 1:22 pm
Forum: How To …
Topic: How to make delays in turbo-mode
Replies: 6
Views: 4623

Re: How to make delays in turbo-mode

Thank you very much Markus!
by zator
Thu Aug 23, 2012 11:51 am
Forum: How To …
Topic: How to make delays in turbo-mode
Replies: 6
Views: 4623

Re: How to make delays in turbo-mode

Hi again,

I want to resfesh my last question because i could not find any information in documentation. If i have user code action in recording where i have a few "Delay.Milliseconds" functions invoked and i turn on turbo mode, does this functions will be still working?

Paweł
by zator
Thu Aug 23, 2012 11:48 am
Forum: Object Identification and Technologies
Topic: How to set response time limit
Replies: 10
Views: 2975

Re: How to set response time limit

Hello,

So we finally, is it possible to change timeout of invoke method? :D

Paweł
by zator
Wed Aug 22, 2012 3:41 pm
Forum: Object Identification and Technologies
Topic: How to set response time limit
Replies: 10
Views: 2975

Re: How to set response time limit

Hi,

Thanks, i manage to solve this problem. However i still do not get it why this exception is thorwn with time 2000 not 6000 8)

Paweł
by zator
Wed Aug 22, 2012 9:46 am
Forum: Object Identification and Technologies
Topic: How to set response time limit
Replies: 10
Views: 2975

Re: How to set response time limit

Hello Tobias,

Yes i know that i set search timeout to 6000 ms, but why in the exception i get the information that timeout was set to 2000??

Paweł