Search found 6 matches

by Gergana
Thu Aug 07, 2014 2:42 pm
Forum: Automation API
Topic: How to store the values from a web table in an excel file
Replies: 6
Views: 3562

Re: How to store the values from a web table in an excel file

Hi krstcs, Thank you for your answer. Could you please give me an example with working code? All day today me and my colleague working on this but we were not able to fix our issue. We researched in Google for some example, but they didn’t help us. Maybe there is some specific for Ranorex code. Look...
by Gergana
Thu Aug 07, 2014 2:05 pm
Forum: Automation API
Topic: How to store the values from a web table in an excel file
Replies: 6
Views: 3562

Re: How to store the values from a web table in an excel file

Hi, Yes I find the error. Thanks! But now I have another problem. Is it possible to get an element with inner text by XPath? Could you please give me an example how it can be done? Also when we try to use an element should it be added in the repository? Can it be done by coding without using reposit...
by Gergana
Thu Aug 07, 2014 12:02 pm
Forum: Automation API
Topic: How to store the values from a web table in an excel file
Replies: 6
Views: 3562

Re: How to store the values from a web table in an excel file

Hello, Thank you for your answer. The following error message is displayed in case i try to use some of the examples from here: http://www.ranorex.com/forum/my-excel-framework-methods-t3265.html "Failed to update code for '<Project_Full_Path>'. The user code class has compile errors - <Project_Full_...
by Gergana
Tue Aug 05, 2014 2:41 pm
Forum: Automation API
Topic: How to store the values from a web table in an excel file
Replies: 6
Views: 3562

How to store the values from a web table in an excel file

Hi All, I have the following problem: I need to get the values from a web table (located in site 1) and store it in an excel file. Then such data to be compared if they are equal with the data from a web table located in a different web site (site 2). Can somebody help me? Thanks in advance! Best Re...
by Gergana
Wed Jul 30, 2014 1:45 pm
Forum: General Questions
Topic: Comparing the values of two different sites
Replies: 2
Views: 1672

Re: Comparing the values of two different sites

Hello krstcs, Thanks for your answer. I’m not sure how I can get values from one site and store them in an excel file. I tried to capture values by recording and get the Inner Text but as I can see it can be done only for validation. Could you please help me with this? Thanks in advance. Best Regard...
by Gergana
Fri Jul 25, 2014 2:18 pm
Forum: General Questions
Topic: Comparing the values of two different sites
Replies: 2
Views: 1672

Comparing the values of two different sites

Hello, We just start test automation for one of our clients and we have the following problems. We want to compare the values of tables in two different sites. We need to get them from site 1 and check if they are the same in site 2. Another problem is that one of the columns contains dynamic values...