Search found 11 matches

by sunil.pandey
Tue Jul 14, 2015 9:40 am
Forum: General Questions
Topic: How to access repository elements/controls using code?
Replies: 4
Views: 3569

Re: How to access repository elements/controls using code?

Hi Pavel, Thank you for reply! :) I got your point, let me clarify my question. Suppose I've a test repository named as "Test" and have to write script named as "Login" so and both of these are in different folder. For instantiating the repository class I've to use something like "using Repository.L...
by sunil.pandey
Tue Jul 14, 2015 9:36 am
Forum: Automation Tools
Topic: How to share same code base/Solution among team?
Replies: 3
Views: 1899

Re: How to share same code base/Solution among team?

Hi Pavel,

Thank you for reply! :)

Dose Ranorex have any plan to come up with some solution like TFS?

Best Regards,
Sunil
by sunil.pandey
Fri Jul 10, 2015 7:49 am
Forum: Automation Tools
Topic: How to share same code base/Solution among team?
Replies: 3
Views: 1899

How to share same code base/Solution among team?

Hi,

Please let me know, if I've 4 automation engineers and 4 ranorex licence then how all of them can work on same solution for different Test cases and check in there work/code, how to sync all this?

Best Regards,
Sunil
by sunil.pandey
Fri Jul 10, 2015 7:09 am
Forum: How To …
Topic: How to execute test cases in multiple devices?
Replies: 1
Views: 2193

How to execute test cases in multiple devices?

Hi,

can anybody please let me know
"How to execute test cases in multiple devices if I've only one Ranorex licence (Using Jenkins)"

Thanks & Regards,
Sunil
by sunil.pandey
Fri Jul 10, 2015 7:08 am
Forum: Object Identification and Technologies
Topic: How to avoid frequent repository changes?
Replies: 1
Views: 1701

How to avoid frequent repository changes?

Hi, Please help me to understand below mentioned query: As per the recommendation Ranorex path is best way to identify the controls/elements but in case if xpaths keeps changing frequently, Ranorex won't be able to identify controls, Actually we've faced same issue in Selenium automation. Please sug...
by sunil.pandey
Thu Jul 09, 2015 5:59 pm
Forum: General Questions
Topic: How to access repository elements/controls using code?
Replies: 4
Views: 3569

How to access repository elements/controls using code?

Hi, Please help me understanding "How to access repository elements/controls using code?" Suppose if have multiple modules where "Login" is one of them and my structure is to keep repository for the modules under one common folder named "Repository" So Login repository will look like "Repository"-> ...
by sunil.pandey
Wed Jul 08, 2015 12:03 pm
Forum: Automation Tools
Topic: How to drag and drop in Ranorex?
Replies: 1
Views: 5270

How to drag and drop in Ranorex?

Hi,

Can anybody polease help me in understanding "How to drag and drop in Ranorex?"

Ranorex is not recording "Drag and Drop" event.

Thanks & Regards,
Sunil
by sunil.pandey
Wed Jul 08, 2015 11:47 am
Forum: Object Identification and Technologies
Topic: Is is possible to find any control only ising ID?
Replies: 2
Views: 1648

Is is possible to find any control only ising ID?

Hi,

Can anybody please help me to understand "Is is possible to find any control only ising ID, without using Ranorex path?"

Regards,
Sunil
by sunil.pandey
Wed Jul 08, 2015 11:43 am
Forum: Automation API
Topic: How to select current/today's date dynamically?
Replies: 3
Views: 3890

How to select current/today's date dynamically?

Hi,

Can anybody please help me to understand "how to select current/today's date dynamically?"

Regards,
Sunil
by sunil.pandey
Wed Jul 08, 2015 8:28 am
Forum: General Questions
Topic: How to execute RenorexTest.exe without installing Ranorex?
Replies: 1
Views: 1739

How to execute RenorexTest.exe without installing Ranorex?

How to execute RenorexTest.exe without installing Ranorex?

Is it possible?
by sunil.pandey
Sun Jul 05, 2015 8:56 pm
Forum: Automation Discussions
Topic: How to create and maintain usable methods/function using c#
Replies: 1
Views: 5161

How to create and maintain usable methods/function using c#

Hi, My requirement is to create a maintainable automation framework, where I've to create different utility methods page by page. Example: Support I've 3 pages to automate 1. Login page 2. Home Page 3. Submit Page So for each page I am going to have separate repository for better maintainability (Pl...