Search found 11 matches

by smitaninad
Thu May 07, 2015 8:06 am
Forum: General Questions
Topic: Creating a new test suite?
Replies: 21
Views: 7799

Re: Creating a new test suite?

As far as Library and Projects organization within the solution , we can keep a common library containing recordings / codes and application wise projects which contain the usage of the library .
by smitaninad
Thu May 07, 2015 8:02 am
Forum: General Questions
Topic: Creating a new test suite?
Replies: 21
Views: 7799

Re: Creating a new test suite?

Hello Gunner1980 , If I understand your context clearly , you are in a need to have control on execution which is module Or application functionality wise..Is that right? e.g If you have an application A which contains sets of test cases containing Area1 Area2 Area3 .. so on I am also into the same ...
by smitaninad
Wed Apr 15, 2015 8:02 am
Forum: Automation Tools
Topic: Ranorex Studio hangs continously during development - Edit
Replies: 1
Views: 1739

Ranorex Studio hangs continously during development - Edit

Hi , We are developing Ranorex based Automation where one Solution is comprising of 3 projects 1.Common [ class library ] 2.Util [ class library ] 3.Application Client [ application exe ] Util.dll contains .Net framework utility functions for the automation framework - This is referenced by Common.d...
by smitaninad
Tue Mar 17, 2015 2:32 pm
Forum: General Questions
Topic: Watching variables within the code
Replies: 8
Views: 2269

Watching variables within the code

Hi , I ahve a code where i am stepping during Debug and I want watch some variables. I am not able to do so when I add the variable name into the Watch WIndow by explicitly typing it. E.g below code EnvironmentVariable = Utility.XMLUtility.Fn_Read_XmlFile( COMOS.Utility.FileUtil.Fn_GetParentOfCurren...
by smitaninad
Tue Mar 10, 2015 2:57 pm
Forum: Object Identification and Technologies
Topic: WPF Grid issue
Replies: 8
Views: 2861

Re: WPF Grid issue

Hello Markus , I am evaluating Ranorex 5.3 . At this point in time , I am also facing the issue detecting the individual rows in the Grid control. Ranroex presents me a warning to use WPF Native plygin. Happy to know that 5.3 would resolve this. Could you please share with me the WPF Plugin , how do...
by smitaninad
Tue Mar 10, 2015 2:47 pm
Forum: General Questions
Topic: Number of connectors that can be used in a Test case
Replies: 3
Views: 1478

Re: Number of connectors that can be used in a Test case

Thank you folks. I haven't come to that difficult stage :) of using multiple connectors. But at that time , your information would help.

Thanks again
by smitaninad
Sun Mar 08, 2015 2:39 pm
Forum: Automation Modules and Examples
Topic: Any example solution for using libraries in multiple project
Replies: 2
Views: 6969

Re: Any example solution for using libraries in multiple project

Hello folks, 1) I myself could use this , however in the same solution if I have one library project and one consumer of the library project - things dont work well 2) If I keep a library project separate in another solution , then I can utilitze the library and work with its contents well Any help ...
by smitaninad
Fri Mar 06, 2015 8:40 pm
Forum: Automation Modules and Examples
Topic: Any example solution for using libraries in multiple project
Replies: 2
Views: 6969

Any example solution for using libraries in multiple project

Hi , I am working to find out how we can re-utilize the Test Module Libraries into multiple projects. I have undergone through the link http://www.ranorex.com/blog/organizing-a-test-automation-project-with-ranorex-test-suite I did below 1.I could create a Test Module Library out of the KeepassSuite ...
by smitaninad
Fri Mar 06, 2015 7:50 pm
Forum: How To …
Topic: Convert Test Suite solution to Test Suite Module Library?
Replies: 4
Views: 3442

Re: Convert Test Suite solution to Test Suite Module Library?

Thanks this helps to realize a library from a suite quickly. More interesting would be how to use the test cases from this library into another project.
by smitaninad
Fri Mar 06, 2015 3:32 pm
Forum: General Questions
Topic: Number of connectors that can be used in a Test case
Replies: 3
Views: 1478

Number of connectors that can be used in a Test case

How many connectors can be used for a single test case?
by smitaninad
Fri Mar 06, 2015 12:23 pm
Forum: General Questions
Topic: Binding of two different variables to two test recordings
Replies: 1
Views: 1426

Binding of two different variables to two test recordings

Hi , I have a simple Test case as below for Calculator, showing recordings within this test case Addition OpenCalc TypeNumber1 - Want to Bind variable 1 ( number1) ClickAdd TypeNumber2 - Want to Bind variable 2 ( number2 ) ClickEqualTo CloseCalc I have Data.xlsx that contains two columns in A and B ...