Search found 18 matches

by niteshr
Thu Jun 29, 2017 12:28 pm
Forum: Object Identification and Technologies
Topic: How to make Repos items discoverable on desktop & mobile
Replies: 1
Views: 1732

How to make Repos items discoverable on desktop & mobile

Hi Guys, I have a repository where I want to make the items generic. I want to use one repository for testing on desktop browsers as well as mobile devices. Now the dom object rxPath is something like this for a mobile device: /mobileapp[@title='ranorex.RxBrowser']/form[@title='RxBrowserActivity']//...
by niteshr
Fri Jul 24, 2015 4:03 pm
Forum: Automation API
Topic: Starting Ranorex as a Process on build server Report error
Replies: 1
Views: 1867

Starting Ranorex as a Process on build server Report error

Hi Guys, I am starting ranorex through TFS via a Build server. Here is the code block I am using: Ranorex.Keyboard.AbortKey = System.Windows.Forms.Keys.Pause; Process pr = new Process(); ProcessStartInfo prs = new ProcessStartInfo(); prs.WorkingDirectory = @"C:\Builds\UI\bin\Debug\"; prs.Arguments =...
by niteshr
Wed Jul 22, 2015 7:46 am
Forum: Object Identification and Technologies
Topic: Item 'xxxxxx' is no Table
Replies: 5
Views: 14090

Item 'xxxxxx' is no Table

Hi Guys,

I have used the spy tool to track an HTML table element. When I try to reference it through code like so:

var PTable = repo.PlayerTable;

I get an error:

Item 'Repository.PlayerTable' is no Table.

I am able to highlight the element etc in the spy.

How do I get past this issue?
by niteshr
Wed Jan 21, 2015 10:34 am
Forum: Automation Tools
Topic: Copy and Paste/ Drag and drop of tests or files very slow
Replies: 1
Views: 2081

Copy and Paste/ Drag and drop of tests or files very slow

Hi Guys, I am having an issue with one of my projects. When I copy and paste a test case it takes +- 8 seconds before I can actually modify items in the test suite. When I drag and drop code files onto my test suite as well I have the same problem. My colleague had the issue a few weeks back and we ...
by niteshr
Thu Dec 11, 2014 6:58 am
Forum: Object Identification and Technologies
Topic: How to find elements in container div by an attribute
Replies: 1
Views: 2072

How to find elements in container div by an attribute

hi guys, I have a bunch of elements with an attribute called "field". I get the container div like so: Ranorex.DivTag divContainer = (Ranorex.DivTag) repo.container; then there is a whole bunch of fieldset elements/ withing the fieldsets are the elements I need to find by attribute "field" I get fie...
by niteshr
Thu Dec 04, 2014 6:54 am
Forum: Bug Reports
Topic: Report not Logging Information/Errors/Successes
Replies: 2
Views: 1873

Report not Logging Information/Errors/Successes

Hi,

Recently my reports are not showing any information. So if my test cases fails for any reason I have no idea why. Please help me as I am working on a critical project at the moment and I am losing valuable tie trying to find the cause of errors.
by niteshr
Tue Nov 04, 2014 9:14 am
Forum: Automation Tools
Topic: Using optional element
Replies: 7
Views: 2575

Re: Using optional element

Thanks for that. Unfortunately, still no luck. I read in this post http://www.ranorex.com/forum/bug-unique-id-not-being-found-even-though-it-exists-t6173.html that an IFrame has a different scope from the dom. I'm assuming that is my issue. I have emailed the support team but got no feedback yet. I ...
by niteshr
Thu Oct 16, 2014 2:16 pm
Forum: Automation Tools
Topic: Using optional element
Replies: 7
Views: 2575

Re: Using optional element

Thanks again. I need to exclude the IFrame though. I'm afraid this is a case of the spy detecting the element but the Ranorex studio can't. No idea how to solve this at the moment :(
by niteshr
Thu Oct 16, 2014 12:08 pm
Forum: Automation Tools
Topic: Using optional element
Replies: 7
Views: 2575

Re: Using optional element

No luck I'm afarid. The spy tool doesn't like that syntax. I'm trying to cut out referring to the IFrame as it doesn't exist in the first project. I changed the textbox's axis to descendant instead of child and I am able to highlight the element in the spy but when I run my test the element is not d...
by niteshr
Thu Oct 16, 2014 9:15 am
Forum: Automation Tools
Topic: Using optional element
Replies: 7
Views: 2575

Using optional element

Hi Guys, I've worked on a project in the past and the UI has the following structure: I set the domain via a variable at the top level. The example below is a textbox items XPath in the crrent repository. /dom[@domain=$varDomain]//input[#'username'] So i'm working on a new project now and I want to ...
by niteshr
Fri Aug 08, 2014 11:18 am
Forum: Automation Tools
Topic: The item "xxxxx.cs" was specified more than once
Replies: 1
Views: 5264

The item "xxxxx.cs" was specified more than once

Hi Guys, I got the latest version of our project from our svn repo. Now my ranorex project repository get's replaced with the server version right. I get a few errors coming up on a test case because the repository items it references are no longer there. So my next step is to re-record the steps th...
by niteshr
Fri Jul 25, 2014 4:27 pm
Forum: Automation Tools
Topic: IDE Freezes when adding Existing Projects
Replies: 3
Views: 1695

Re: IDE Freezes when adding Existing Projects

Hi,

I am using version 5.1.1
Just one project in the solution. Trying to add more.
I right click the solution. I select Add --> Existing Project. I browse to the desired one and click open. The IDE then freezes. I can't click anywhere.
Local drive
by niteshr
Fri Jul 25, 2014 9:24 am
Forum: Automation Tools
Topic: IDE Freezes when adding Existing Projects
Replies: 3
Views: 1695

IDE Freezes when adding Existing Projects

Hi.

I am trying too add existing test suites to my current project. The IDE just freezes. I left it overnight and had no luck. Please help me fix this. I unistalled and re-installed the software but still no luck.