compare : Excel data and those PDF

Ask general questions here.
User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: compare : Excel data and those PDF

Post by odklizec » Thu Apr 16, 2015 1:36 pm

At which step exactly it fails (I assume during second iteration)?

The problem with debugging your project is the "hardcoded" dependency on French system, which means the project you posted must be first optimized to make it runnable on English OS. And I'm afraid, I can't spent too much time with this. Maybe support guys or someone else will be able to help you more?
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration

denatora971
Posts: 12
Joined: Mon Mar 30, 2015 8:57 am

Re: compare : Excel data and those PDF

Post by denatora971 » Thu Apr 16, 2015 1:48 pm

Yes, absolutely, during the second iteration,Index does not increment the second iteration, it remains frozen at @ index = '2'.

picture illustration join.
You do not have the required permissions to view the files attached to this post.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: compare : Excel data and those PDF

Post by Support Team » Fri Apr 17, 2015 5:02 pm

Hi denatora971,

What index should increment, the index of the row 2?
If so, you need to make the index "data driven", since as the repository item is, it is static and just addresses the cells of row 2. The same holds for the cells, currently they just address the cells of row 2.

I think here is not the best place to address your specific project related problem, would it be possible to schedule a remote session to discuss this? I think this would be much easier.
If so, please send an email to [email protected] with a link to this forum thread.

Thanks,
Markus

denatora971
Posts: 12
Joined: Mon Mar 30, 2015 8:57 am

Re: compare : Excel data and those PDF

Post by denatora971 » Tue Apr 28, 2015 9:23 am

Hello with pleasure, but for next time,
I solved my problem,
The solution is not very professional but solves my problem,

Basically what I do is:
Iteration 1, I filled my data in line 2 (cell A2, B2 cell, cell c2, ...)
I do a ctrl + Add (Insert line), my data "iteration 1" pass line 3 (cell A3, B3 cell, cell C3, ...)
My line 2, so there is no value and ready to receive data "Iteration 2"
Once iteration 2 over, I do the same thing "ctrl + Add" my data "Iteration 2" pass line 3 (cell A3, B3 cell, cell C3, ...)
My line 3, so there is no value and ready to receive data "iteration 3"

My automation makes it work properly,
thank you,