Binding of two different variables to two test recordings

Ask general questions here.
smitaninad
Posts: 11
Joined: Fri Feb 20, 2015 10:07 am

Binding of two different variables to two test recordings

Post by smitaninad » Fri Mar 06, 2015 12:23 pm

Hi , I have a simple Test case as below for Calculator, showing recordings within this test case
Addition
OpenCalc
TypeNumber1 - Want to Bind variable 1 ( number1)
ClickAdd
TypeNumber2 - Want to Bind variable 2 ( number2 )
ClickEqualTo
CloseCalc

I have Data.xlsx that contains two columns in A and B , I plan to bind them to TypeNumber1 and TypeNumber2 recordings respectively using variables $number1 and $number2 , and execute the test case with 3 iterations

See below excel columns
A B
Number1 Number2
10 40
20 50
30 60

For this I create two Datasources as ExcelConnectors
ExcelConnector1 - Range = A:A - values 10,20,30
ExcelConnector2 - Range = B:B - values 40,50,60
This works fine .

As shown above I want to bind number1 to TypeNumber1 and number2 to TypeNumber2
But I am not able to do so using the Right Click Data Binding window on the recordings

Somehow when I try to bind Number1 to TypeNumber1 -> It gets bound
but when I do bind number2 to TypeNumber2 , TypeNumber1 binding gets disturbed

Not sure how to tackle this scenario. Please help.

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

Re: Binding of two different variables to two test recordings

Post by odklizec » Sun Mar 08, 2015 7:59 am

Hi,
Unless I miss something from your test case description, I don't think you need two data connectors. Just bind column Number1 with variable $number1 and column Number2 with variable $number2. That's all :)
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