Page 1 of 1

Find Repository Item using its Name

Posted: Thu Oct 16, 2014 8:42 pm
by prem30
We are exploring options to build generic scripts across projects. We feed test data through Excel for each script.
We would assign Repository Item names as Column headers of each column.
We would Iterate through each column and get name of Repository Items.
Please advise, how to find each Repository Item using its name and assign data for the Item?

Re: Find Repository Item using its Name

Posted: Mon Oct 20, 2014 3:16 pm
by Support Team
Hello prem30,

It seems like you want to write your own data binding/providing mechanism.
This is not recommended because you have to write a lot of code and you would need a lot of internal, not documented API which can be changed in each release.

I would like to mention our User Guide section about Data-driven testing. The lesson shows you how tests can be done using internal (simple data tables) or external data sets (Excel files, CSV files, SQL Databases) to do a data-driven automated test.

Regards,
Robert