Search found 11 matches

by QaTester
Fri Mar 07, 2014 7:55 pm
Forum: Mobile Testing
Topic: How to invoke Android Method
Replies: 1
Views: 2613

How to invoke Android Method

Hi, Is there a way to invoke an android method like you would a java method done here: http://www.ranorex.com/forum/how-to-invoke-java-method-t2320.html I looked through the api documentation and there doesn't appear to be any "InvokeMethod()" for the AndroidElement class like there is for the JavaE...
by QaTester
Fri Mar 07, 2014 12:31 am
Forum: Mobile Testing
Topic: Switch to version 4 highlighting
Replies: 1
Views: 1958

Switch to version 4 highlighting

Hi,

I would like to switch back to the old highlighting behavior of version 4. It was more prominent and stayed on the device for longer. How can I achieve this?
by QaTester
Thu Mar 06, 2014 7:36 pm
Forum: Object Identification and Technologies
Topic: Get RepoItemInfo from RepoItem
Replies: 5
Views: 3760

Re: Get RepoItemInfo from RepoItem

My issue is that I would like to achieve what Swisside was talking about, wherein I am able to get to an object's Info through the actual object.

so something like..
var table = repo.table
var tableInfo = table.Info
by QaTester
Mon Mar 03, 2014 8:21 pm
Forum: Object Identification and Technologies
Topic: Get RepoItemInfo from RepoItem
Replies: 5
Views: 3760

Re: Get RepoItemInfo from RepoItem

Unfortunately it does not.
by QaTester
Fri Feb 28, 2014 9:11 pm
Forum: Object Identification and Technologies
Topic: Get RepoItemInfo from RepoItem
Replies: 5
Views: 3760

Get RepoItemInfo from RepoItem

Is there a way to instantiate an instance of a RepoItemInfo with the actual repo item itself. Say for instance I have a repo item: var repo = myRepo.Instance; var table = repo.Table; Is there anyway to derive the tableInfo object from the table object? Right now I'm getting the RepoItemInfo like thi...
by QaTester
Wed Feb 26, 2014 11:41 pm
Forum: Automation API
Topic: Possible to Debug Ranorex Methods in Visual Studio?
Replies: 5
Views: 2440

Re: Possible to Debug Ranorex Methods in Visual Studio?

Yes! That is exactly what I mean. I would like to be able to debug individual modules or user code methods without having to invoke entire tests.
by QaTester
Wed Feb 26, 2014 11:35 pm
Forum: Object Identification and Technologies
Topic: Find a special Row
Replies: 3
Views: 2238

Re: Find a special Row

I would make use of the TryFindSingle method, described in the Ranorex documentation found here In your case, I would enter the Table object into a repository, make it a variable in user code and then call the TryFindSingle method on it. I would then make the attribute used inside of the xpath a var...
by QaTester
Wed Feb 26, 2014 11:02 pm
Forum: Bug Reports
Topic: Feature Request: IDE Text Zoom
Replies: 1
Views: 1853

Feature Request: IDE Text Zoom

Please implement a way to zoom in on the text in the IDE. For instance, in the Project browser, module browser and ESPECIALLY the repository browser. The 8 point font is hard to see when more than an arms length away from the monitor and adjusting Xpaths in the repository is really difficult when de...
by QaTester
Thu Jan 09, 2014 7:54 pm
Forum: Automation API
Topic: Possible to Debug Ranorex Methods in Visual Studio?
Replies: 5
Views: 2440

Re: Possible to Debug Ranorex Methods in Visual Studio?

Bernhard,

Thank you for the reply.

Actually I meant debugging individual modules as opposed to entire tests, much like you would in Ranorex Studio. Below is a screenshot of where I would want the item to appear in the context menu.
Capture.PNG
by QaTester
Tue Jan 07, 2014 10:22 pm
Forum: Automation API
Topic: Possible to Debug Ranorex Methods in Visual Studio?
Replies: 5
Views: 2440

Possible to Debug Ranorex Methods in Visual Studio?

Hello, Is it possible to debug individual test methods, i.e. User Code actions, in Visual Studio? I added all the assemblies and using statements that would normally come with a Visual Studio Coded UI project (Microsoft.VisualStudio.TestTools.UnitTesting....etc.etc.) to my Ranorex project as well as...
by QaTester
Fri Nov 08, 2013 8:24 pm
Forum: Automation API
Topic: Adding Description Field to Report Email
Replies: 1
Views: 2198

Adding Description Field to Report Email

Hi, I would like to add the description of the test case to the logger when I send a report email. Currently, the first line of the email is: 2013/11/08 10:30:45.840 INFO Test Test Case 'test_TestCase' started . and I would like it to say: 2013/11/08 10:30:45.840 INFO Test Test Case 'test_TestCase' ...