Search found 24 matches

by cruzez
Thu Jul 30, 2015 4:55 pm
Forum: Automation Tools
Topic: Any solution like ReSharper for Ranorex Studio
Replies: 4
Views: 2340

Re: Any solution like ReSharper for Ranorex Studio

Or you could just use Visual Studio with ReSharper if you just editing your user-code.
by cruzez
Thu Mar 12, 2015 4:23 pm
Forum: Automation Tools
Topic: Ranorex 5.3 problem
Replies: 1
Views: 1732

Ranorex 5.3 problem

Hi I have quite few Setup and Teardown tests within my test suite which will run some common functions like login, logout etc. I have also used few Soft failure reports based on comdition like report.failure(message,message) Problem: After upgrading to 5.3, test will fail and comes out of loop when ...
by cruzez
Thu Mar 05, 2015 6:59 pm
Forum: Automation Tools
Topic: Call a method from one testcase to another
Replies: 2
Views: 1930

Re: Call a method from one testcase to another

Sorry my apologies, I didn't explain fully.

TestA has a method from another class that uses datasource which will set values
I am trying to call TestA with method, don't know how I can bind values
by cruzez
Thu Mar 05, 2015 5:37 pm
Forum: Automation Tools
Topic: Call a method from one testcase to another
Replies: 2
Views: 1930

Call a method from one testcase to another

Is it possible to call a method in a TestA into another method of TestB?

I can call TestA.Start() somewhere in TestB code. But I want to Call just a method from one of other tests possible?
by cruzez
Wed Sep 24, 2014 2:53 pm
Forum: Mobile Testing
Topic: Does ranorex supports default browsers on tablets?
Replies: 3
Views: 2699

Re: Does ranorex supports default browsers on tablets?

Thanks for prompt reply. With device options almost ruled out, I want to try with emulators. What you have explained above applies to emulators as well? That mean install RxBrowser to automate? Amount of pain to get them working pointless for little value, I am thinking to better go with user agents.
by cruzez
Fri Sep 19, 2014 2:25 pm
Forum: Mobile Testing
Topic: Does ranorex supports default browsers on tablets?
Replies: 3
Views: 2699

Does ranorex supports default browsers on tablets?

Hi after long troubleshooting I managed to connect nexus 7 with os 4.3 to Ranorex. I thought RxBrowser is just a plugin to communicate with device. But didn't realise its a browser from Ranorex. Can't we use chrome for android, chrome or safari for Ipad? Our web application is only designed for chro...
by cruzez
Fri Sep 05, 2014 12:36 pm
Forum: Automation Tools
Topic: capture Screenshot
Replies: 1
Views: 2794

capture Screenshot

Ranorex creates screenshots for failed test steps.

How can I add to my specific test steps?

for ex: if i have code Xpath.Waitforexist, or Validate etc
I would to take a screenshot and attach to report as Succes[evidence] similarly the way Ranorex does for failures.

cheers
by cruzez
Wed Aug 13, 2014 3:24 pm
Forum: Automation Tools
Topic: Cant find element if that element happens 2b bottom of page
Replies: 1
Views: 1950

Cant find element if that element happens 2b bottom of page

Hi I have some elements to validated on the page, depending on results those elements may occur any part of the page For example search something you get result with 2 rows or 100 rows depending on search And there are some buttons at the end of results Problem I need to click a button, it sometimes...
by cruzez
Fri Jul 25, 2014 5:42 pm
Forum: Automation Tools
Topic: WaitForExist()
Replies: 3
Views: 3198

Re: WaitForExist()

Thanks,
simple3 line code works brilliant :)

I was stupid made it complicated adding a function wait sleep while time etc,,,,
by cruzez
Thu Jul 24, 2014 5:38 pm
Forum: Automation Tools
Topic: WaitForExist()
Replies: 3
Views: 3198

WaitForExist()

Hi, I have used WaitForExist/NotExist() function quite extensively across my test automation. Is there any easy way to record time it took start waiting for an element appear or disappear until element successfully finishes waiting for exist/notexist? Code looks like this: private Duration WaitTimeO...
by cruzez
Fri Jul 04, 2014 3:50 pm
Forum: Automation Tools
Topic: Ranorex 5.1.0 Bug possibility
Replies: 1
Views: 1877

Ranorex 5.1.0 Bug possibility

Hi, I have latest version. Tests runs smoothly from studio But it fails to do anything failing to launch browser, and doesn't detects any elements from compile exe file. So tests fails on our CI server. Kindly advise me if I am missing anything here to configure on latest version. Further investigat...
by cruzez
Tue Jun 10, 2014 5:47 pm
Forum: Automation Tools
Topic: Running tests through CI/CD Process
Replies: 1
Views: 2937

Running tests through CI/CD Process

Hi, I have hit by a major problem I have tests developed locally, hooked into teamcity to build and release artefacts, a deployment tool (Octopus) will deploy artefacts on dedicated server and runs the tests. I have managed to get all these no problem works perfect like a charm only when I logged in...
by cruzez
Tue Jun 03, 2014 5:32 pm
Forum: Automation Tools
Topic: How to limit data driven tests frm parent test to child test
Replies: 5
Views: 2273

Re: How to limit data driven tests frm parent test to child test

Once again, thank you so much krstcs, this is great help I have already moved all into DB and grouped values types into one table and just use filter to drive data for each test case and I was about to fire another question and noticed your reply, using SQL gave me more flexibility and limit number ...
by cruzez
Tue Jun 03, 2014 2:11 pm
Forum: Automation Tools
Topic: How to limit data driven tests frm parent test to child test
Replies: 5
Views: 2273

Re: How to limit data driven tests frm parent test to child test

Thanks krstcs!
You are absolutely right, I will start using sql, I have already sort of lost the track of my own so many variety of connectors files, builtin ect getting messy :(
by cruzez
Tue Jun 03, 2014 12:28 pm
Forum: Automation Tools
Topic: How to limit data driven tests frm parent test to child test
Replies: 5
Views: 2273

Re: How to limit data driven tests frm parent test to child test

I have figured out, I guess I can raise new feature request:

Provide data source facility for Group Modules as well. I can currently see it is possible with only on Test Case basis.