Search found 20 matches

by joyarjit
Mon Dec 04, 2017 10:42 am
Forum: How To …
Topic: ExcelConnector iteration with multiple values in single cell
Replies: 3
Views: 2104

Re: ExcelConnector iteration with multiple values in single cell

Thanks a lot.
Using a smart folder it worked.

Can we iterate column wise rather row-wise for excel connector.
by joyarjit
Mon Dec 04, 2017 9:38 am
Forum: How To …
Topic: ExcelConnector iteration with multiple values in single cell
Replies: 3
Views: 2104

ExcelConnector iteration with multiple values in single cell

I have an excel sheet as my data source. It has 1 row and 3 columns. column 1 and 2 contains username and password to login the application. Column 3 has a value which has to be inserted in a text box. Now, after logging in, I need to enter the value from column 3 of excel sheet into a text box of m...
by joyarjit
Tue Nov 28, 2017 11:07 am
Forum: Object Identification and Technologies
Topic: Issue in windows object identification
Replies: 2
Views: 1768

Issue in windows object identification

Ranorex is not able to identify the windows object properly. It is identifying the bigger element but not any element inside it. I have to click inside of the bigger element by giving mouse coordinates, which is kind of hard coding. Bigger element is kind of a table with multiple columns inside it. ...
by joyarjit
Mon Nov 13, 2017 10:27 am
Forum: Automation Tools
Topic: How to integrate MS TFS with Ranorex.
Replies: 2
Views: 3885

Re: How to integrate MS TFS with Ranorex.

Thanks, I will go through the links you provided.
by joyarjit
Mon Nov 13, 2017 8:28 am
Forum: Automation Tools
Topic: How to integrate MS TFS with Ranorex.
Replies: 2
Views: 3885

How to integrate MS TFS with Ranorex.

I have my test cases present in Microsoft TFS.
I want all the new automation test cases which I create in Ranorex should get stored in TFS.

Please let me know the steps to integrate Ranorex with TFS.

Regards.
by joyarjit
Fri Oct 27, 2017 6:24 am
Forum: Object Identification and Technologies
Topic: Can we create own Dynamic Object Repository.
Replies: 4
Views: 2350

Re: Can we create own Dynamic Object Repository.

Thanks Odklizec for your help.

I would better learn Ranorex capabilities first before exploring further.
by joyarjit
Thu Oct 26, 2017 10:28 am
Forum: Object Identification and Technologies
Topic: Can we create own Dynamic Object Repository.
Replies: 4
Views: 2350

Re: Can we create own Dynamic Object Repository.

Hi odklizec, Hi, What's wrong with built-in repository? Building your own repository is like reinventing wheel. It's a lot of (risky) work while there is a perfectly working solution ;) I guess you can create your own "repository" using code (for an inspiration, see the autogenerated cs file for Ran...
by joyarjit
Thu Oct 26, 2017 8:55 am
Forum: Object Identification and Technologies
Topic: Can we create own Dynamic Object Repository.
Replies: 4
Views: 2350

Can we create own Dynamic Object Repository.

Hi All, I have a query regarding Object identification. Can we create our own object repository and reference that in every test case instead of using inbuild ranorex object repository? In simple words, I am actually looking to create one code module where i will assign name and identifier(ID, xpath...
by joyarjit
Tue Oct 24, 2017 1:20 pm
Forum: Automation Tools
Topic: Why do I not see all my user code methods in the Library?
Replies: 9
Views: 3931

Re: Why do I not see all my user code methods in the Library?

Yes, I forgot to mention that in my code.

Thanks :)
by joyarjit
Tue Oct 24, 2017 12:40 pm
Forum: Object Identification and Technologies
Topic: Delay in Identifying object(element)
Replies: 1
Views: 1665

Delay in Identifying object(element)

Hi All,

I have an object(element, which is a windows button). This object takes almost 40-50 secs to get identified and get clicked.

All other objects does not take such time and gets identified almost instantly. Has anyone else faced the same problem and got it rectified? Please guide me on this.
by joyarjit
Tue Oct 24, 2017 12:33 pm
Forum: Automation Tools
Topic: Why do I not see all my user code methods in the Library?
Replies: 9
Views: 3931

Re: Why do I not see all my user code methods in the Library?

Hi Qwertzu,

If I myself define the method rather right clicking(as in your screenshot) it does not work.

But, when I define method using the way you mentioned then I am able to see the method in user code library.


Regards.
by joyarjit
Tue Oct 17, 2017 1:17 pm
Forum: General Questions
Topic: Data Bind variables(Excel connector) inside Code module
Replies: 3
Views: 1559

Re: Data Bind variables(Excel connector) inside Code module

Thanks @krstcs and @ odklizec for the help.
by joyarjit
Mon Oct 16, 2017 8:05 am
Forum: General Questions
Topic: Data Bind variables(Excel connector) inside Code module
Replies: 3
Views: 1559

Data Bind variables(Excel connector) inside Code module

Hi, I have excel connector with 2 columns(username and password) and multiple rows. Rather recording I want to write code module to type-in values in my text boxes. Could you please tell me how can we use data bind variable inside the code module, so that with each iteration variable will take diffe...
by joyarjit
Mon Oct 16, 2017 5:38 am
Forum: Automation Tools
Topic: How to run only selected iterations from Data Source
Replies: 4
Views: 2171

Re: How to run only selected iterations from Data Source

Thanks,

Could you please elaborate a bit on how can we do same thing at run time with the help of coding?

Regards.
by joyarjit
Fri Oct 13, 2017 1:37 pm
Forum: Automation Tools
Topic: Issue in adding user code from Library.
Replies: 2
Views: 1661

Re: Issue in adding user code from Library.

Hi odklizec,

Thanks. I got the problem resolved.

After creating new collection if i right click and select "Insert new user code method" rather than manually typing it then this issue is not coming.