Search found 14 matches

by zivshapira
Tue May 13, 2014 8:04 am
Forum: Automation Tools
Topic: image validation
Replies: 2
Views: 2236

image validation

hi Validation using images is a powerful feature. Unfortunately it seems that the documentation is from an old Ranorex version, that differs from the current one. The video is also 5 years old. Could you please update the docs? http://www.ranorex.com/support/user-guide-20/ranorex-recorder/image-base...
by zivshapira
Mon Jan 20, 2014 6:36 am
Forum: General Questions
Topic: BDD - Gherkin - Specflow
Replies: 5
Views: 6568

Re: BDD - Gherkin - Specflow

Do you have any more references for Ranorex and Specflow implementation? As @benny28 points out the only blog has vanished
by zivshapira
Tue Sep 17, 2013 6:51 am
Forum: Automation Tools
Topic: deployment of ranorex solution to multiple servers
Replies: 7
Views: 2342

Re: deployment of ranorex solution to multiple servers

Thanks Bernhard

I will check and update for the others.
by zivshapira
Tue Sep 17, 2013 6:49 am
Forum: Automation Tools
Topic: tests that complete with status ignored
Replies: 5
Views: 3606

Re: tests that complete with status ignored

Hi Bernhard

I will check

thanks
by zivshapira
Wed Sep 11, 2013 8:21 am
Forum: Automation Tools
Topic: deployment of ranorex solution to multiple servers
Replies: 7
Views: 2342

Re: deployment of ranorex solution to multiple servers

Thanks for the reply

Teamcity will only run the job. What I am looking for is the best way to transfer the ranorex artifact (the package that would execute the test cases) to a Windows machine.
by zivshapira
Wed Sep 11, 2013 8:15 am
Forum: Automation Tools
Topic: tests that complete with status ignored
Replies: 5
Views: 3606

Re: tests that complete with status ignored

found that you need to check the test case's folder (checkbox)
by zivshapira
Tue Sep 10, 2013 1:08 pm
Forum: Automation Tools
Topic: tests that complete with status ignored
Replies: 5
Views: 3606

tests that complete with status ignored

hi

we have tests that run from the Ranorex runner, but when executed from command line they complete with status 'ignored' (immediately)

Can anyone advise what is the reason or how to investigate?

thanks
Ziv shapira
by zivshapira
Tue Sep 03, 2013 3:10 pm
Forum: Automation Tools
Topic: deployment of ranorex solution to multiple servers
Replies: 7
Views: 2342

Re: deployment of ranorex solution to multiple servers

Hello Bernhard

Thanks for the reply. I know how to use the machine as a Teamcity agent to run the job, we are doing that successfully.

My question was about deploying the artifact to a non teamcity agent Windows machine and then starting the suite on that machine, via the agent remotely.

Thanks
by zivshapira
Mon Sep 02, 2013 11:56 am
Forum: Automation Tools
Topic: deployment of ranorex solution to multiple servers
Replies: 7
Views: 2342

deployment of ranorex solution to multiple servers

Hi

I would like to distribute the Ranorex solution (as built and packaged by TeamCity) to multiple servers, so they can run the test suite in parallel.

Does anyone has any solution how to do this in the most efficient way?

Thanks
Ziv
by zivshapira
Thu Jun 27, 2013 6:35 am
Forum: Automation Tools
Topic: Getting IE browser to be in focus
Replies: 3
Views: 3625

Re: Getting IE browser to be in focus

doesn't seem to always help. OR maybe I am missing something?

1. why does the browser launch not in focus?
2. what is the standard C# code to achieve this?

<browser element>.focus();
<browser element>.maximize();
by zivshapira
Tue Jun 25, 2013 6:15 am
Forum: Automation Tools
Topic: Getting IE browser to be in focus
Replies: 3
Views: 3625

Getting IE browser to be in focus

Hi Sometimes when a test starts (with open browser), IE does launch but is not in focus. Instead the IE tab on the bottom of Windows (7) is flashing in orange. Therefore none of the next steps actually take place and the test fails. Any suggestions how to cause the browser to also be in focus always...
by zivshapira
Thu Apr 04, 2013 9:25 am
Forum: Automation Tools
Topic: Button not clicked on Windows Server 2008 R2
Replies: 2
Views: 2440

Button not clicked on Windows Server 2008 R2

Hi I've made a test case that works fine on Windows 7 IE 10. The Web application is Flex. The specific step is a click on a button, as such: body/flexobject/container/container/container[@id='_MainView_VGroup1']/element/container/container/container[@id='controlBarGroup']/button[@id='btnSubmit'] I'v...
by zivshapira
Tue Mar 19, 2013 6:45 am
Forum: Automation Tools
Topic: How to scroll using C# code?
Replies: 3
Views: 4281

Re: How to scroll using C# code?

Thank you :)
by zivshapira
Mon Mar 18, 2013 1:14 pm
Forum: Automation Tools
Topic: How to scroll using C# code?
Replies: 3
Views: 4281

How to scroll using C# code?

Hi I am trying to scroll to a value in a drop-down menu and select it using C# code. The code is Flex. I am able to select the value (VPAID) successfully, if it is visible when i click on the drop-down, but when it is not visible - the selection fails. I am using this method: Element.FindSingle<Rano...