Search found 13 matches

by narmand
Tue Jun 16, 2015 6:45 pm
Forum: Automation Tools
Topic: Custom Action by Inheritance
Replies: 3
Views: 2209

Custom Action by Inheritance

I followed the steps on this url (http://www.ranorex.com/blog/custom-smart-actions) to link a class to my recording module. When i initially followed the steps it didnt work, I tried on another sample project and it worked, so I decided to try again on my "real" and this time it didnt work. Work as ...
by narmand
Mon Sep 30, 2013 8:54 pm
Forum: Automation Tools
Topic: Error with tables
Replies: 2
Views: 1866

Re: Error with tables

Cool, I see your point and it worked with the workaround. Thanks
by narmand
Mon Sep 30, 2013 6:26 pm
Forum: Automation Tools
Topic: Error with tables
Replies: 2
Views: 1866

Error with tables

First line of the UserCode: Dim table As Table = "/dom[@caption='EDIT SOLUTIONS - Case Tracking - Contract']//table[#'ContractDialogTableModel']" Error: The element does not support the required capability 'table'. Show/Hide Stacktrace at Ranorex.Adapter..ctor(Element element) at Ranorex.Table.op_I...
by narmand
Wed Sep 11, 2013 4:04 pm
Forum: Automation API
Topic: CMD Console
Replies: 1
Views: 3739

CMD Console

How do I invoke the CMD console during script execution, I have a test that requires me to start a process via command line and I would like that to be part of the script execution. I am not trying to run a Ranorex script via command line, I would like to open the command prompt and enter a command ...
by narmand
Fri Aug 23, 2013 6:48 pm
Forum: General Questions
Topic: Exception Handling
Replies: 3
Views: 3073

Re: Exception Handling

I think the first suggestion may work, since there are so may exception types, I just want to shutdown to browser and restart. then i can have it continue from the next line.

thanks that will work!
by narmand
Wed Aug 21, 2013 9:15 pm
Forum: General Questions
Topic: Exception Handling
Replies: 3
Views: 3073

Exception Handling

I have a data driven recording module that iterates through a number of test cases based on the data in my excel file. There are situations in which during the execution a error may occur or synchonization issue may appear and the test is not longer in sync. I tried to look at all the possible error...
by narmand
Wed Jul 10, 2013 5:57 pm
Forum: Object Identification and Technologies
Topic: Develop Code Module without using the repository?
Replies: 1
Views: 2025

Develop Code Module without using the repository?

Is it possible to develop a code module script without using the repository (so basically reference the xpath directly on the script) if so could you provide a simple example (e.g on the google home page) to demonstrate. I am developing with VB.NET.
by narmand
Mon Jun 10, 2013 9:36 pm
Forum: Automation API
Topic: Global Sub for All Lists
Replies: 2
Views: 1812

Re: Global Sub for All Lists

Thanks, that helped!
by narmand
Fri Jun 07, 2013 1:37 am
Forum: Automation API
Topic: Global Sub for All Lists
Replies: 2
Views: 1812

Global Sub for All Lists

I created this subroutine for a list box on my application and it works well but I have other list controls that require the same function. How do I go about creating a argument for the object (path) so all I need to pass into the sub is the object path? Public Sub Set_Value_TaxTypeId() Dim strTag A...
by narmand
Wed Jun 05, 2013 7:32 pm
Forum: General Questions
Topic: Resource File
Replies: 3
Views: 1923

Re: Resource File

I would like to use the resource file and add string values to my project, how do I go about referencing the name in my vb project. I would like to use this to replace hard coded values such as URL's. For example Resource file name = test_url content = www.google.com Code Module Host.Local.OpenBrows...
by narmand
Fri May 31, 2013 5:52 am
Forum: General Questions
Topic: Resource File
Replies: 3
Views: 1923

Resource File

On VB.NET project , How do I reference the string values of a recourse file?
by narmand
Thu May 23, 2013 8:32 pm
Forum: General Questions
Topic: Running Tests from a shared network location?
Replies: 3
Views: 1771

Running Tests from a shared network location?

My first question is this even feasible or a recommend practice? We are currently looking to store our Ranorex solutions/projects on a network drive as well as a project that will contain common modules on the network as well. When attempting to run a new project with a linked file or referenced DLL...
by narmand
Fri May 10, 2013 9:10 pm
Forum: General Questions
Topic: Cant open referenced modules
Replies: 1
Views: 1552

Cant open referenced modules

I have created a module library with a recoding module and referenced it into another project solution. When I add the recording module to my test suite, I am unable to open the recording module to view the module as well as link data to the unbound variables.