Search found 15 matches

by ninaddande
Thu Jul 26, 2018 11:47 pm
Forum: Object Identification and Technologies
Topic: Not able to identify objects in PDF using Ranorex
Replies: 6
Views: 3289

Re: Not able to identify objects in PDF using Ranorex

I have experienced the same. However in new version of Adobe i.e. 2018.011.20055 object identification is different than older version. Earlier we have identified object as Table and its cells. Now with new version of Adobe I cant see the same structure and all the object are being identified as raw...
by ninaddande
Fri Nov 10, 2017 10:58 pm
Forum: General Questions
Topic: Unable to read Table data from the form
Replies: 5
Views: 1663

Re: Unable to read Table data from the form

Hi Vega, Thanks for the help. After adding process name to GDI capture list then I can see raw text fields for Columns of the mentioned table but it does not display any grid item or text for cells from the table. I tried with Inspect.exe as well it just shows pane object and it also does not give a...
by ninaddande
Fri Nov 10, 2017 6:55 pm
Forum: General Questions
Topic: Unable to read Table data from the form
Replies: 5
Views: 1663

Re: Unable to read Table data from the form

Hi,

Please find attached ranorex snapshot for your reference. I am working on windows 7 with Ranorex 6.2.1
by ninaddande
Fri Nov 10, 2017 1:19 am
Forum: General Questions
Topic: Unable to read Table data from the form
Replies: 5
Views: 1663

Unable to read Table data from the form

Hi Team, I am working on a desktop application called Symphony which is used in pharmacy. In that I want to track table elements which I am not able to track as when I try to spy it using track it captures form which contains table inside the form. However in that form I am not able to see any entry...
by ninaddande
Fri Dec 23, 2016 11:31 pm
Forum: General Questions
Topic: Navigation of web app table using Ranorex TrTag & TdTag
Replies: 1
Views: 2006

Navigation of web app table using Ranorex TrTag & TdTag

Hi Guys, I have web application table which I would like to navigate to get all the data (td) collected in dictionary or list. I tried using Ranorex.TrTag & TdTag however it is not working. Xpath for the path goes like for ex. Div/Div/Table/Tbody/tr[x]/td and one row has multiple td's. I would like ...
by ninaddande
Thu Aug 18, 2016 7:28 pm
Forum: How To …
Topic: How to extract accessible value from an image object
Replies: 5
Views: 3129

Re: How to extract accessible value from an image object

Hey Martin,

Thanks for your solutions. It worked for me. Thanks a lot.

Regards,
Ninad
by ninaddande
Thu Aug 11, 2016 11:24 pm
Forum: How To …
Topic: How to extract accessible value from an image object
Replies: 5
Views: 3129

Re: How to extract accessible value from an image object

Hi,

PFA ranorex snapshot of an element.

Regards,
Ninad
by ninaddande
Thu Aug 11, 2016 9:07 pm
Forum: How To …
Topic: How to extract accessible value from an image object
Replies: 5
Views: 3129

How to extract accessible value from an image object

Hi Team,

I am spying an object in PDF it is an image of a table and all the data which that table has is part of "Accessible Name" and "Accessible Value". Could you please guide me how to get the data from these accessible fields.

Regards,
Ninad
by ninaddande
Fri Jun 10, 2016 7:19 pm
Forum: How To …
Topic: How to pick data from PDF using Ranorex
Replies: 1
Views: 2585

How to pick data from PDF using Ranorex

Hi Team, My application generates a pdf which I open in Adobe reader. It has some data in it and I need to pick it for further validation. However when I spy it with the help of Ranorex it spies complete white canvas over the which data is available but it does not allow me to identify each and ever...
by ninaddande
Fri Jun 10, 2016 7:05 pm
Forum: How To …
Topic: How to identify objects other than xpath
Replies: 2
Views: 2221

Re: How to identify objects other than xpath

Thanks for your response. I did the same way you suggested. Then it may be a problem with my application. I will try on any other web application and will confirm you.
by ninaddande
Tue Jun 07, 2016 8:41 pm
Forum: How To …
Topic: How to identify objects other than xpath
Replies: 2
Views: 2221

How to identify objects other than xpath

Hi Folks, I am working on automation of a web application. As far as I searched I got to know that we can identify objects only with Ranorex Xpath. Is it possible to identify object with just name, Id, ClassName, Value attributes which will be faster search as compared to Xpath. Could you please gui...
by ninaddande
Tue Apr 26, 2016 11:07 pm
Forum: How To …
Topic: How to write data in data table
Replies: 1
Views: 3103

How to write data in data table

Hi Folks, I have create a data table named xyz as a data source with 3 columns in it and one row with blank values. I want to assign values in row 1 of the data table for all 3 columns from my first test case where I am creating a user and I get values like userName, Password etc. Could you please t...
by ninaddande
Tue Apr 26, 2016 11:03 pm
Forum: How To …
Topic: How to execute one test case from another
Replies: 5
Views: 3442

Re: How to execute one test case from another

Thanks, I will try with this approach if I can manage.
by ninaddande
Tue Apr 26, 2016 5:42 pm
Forum: How To …
Topic: How to execute one test case from another
Replies: 5
Views: 3442

Re: How to execute one test case from another

Hi odklizek, Thanks for your response. Actuall this approach will not suffice as I have test suite with multiple test case which we have to execute weekly so I can not create different runs as such and in any way if I understand this then it will execute both the test cases in one run separately. Ho...
by ninaddande
Mon Apr 25, 2016 8:02 pm
Forum: How To …
Topic: How to execute one test case from another
Replies: 5
Views: 3442

How to execute one test case from another

Hi Folks, I have a question on internal calling of test case from the code of another test case. Actually my scenario is, I have one test case of 10 steps and second test case of 12 steps which has first 10 steps as the first test case. So I want to find out an option if we can execute first test ca...