I divide my functionality in three .CS files. I have data connector for each of them. Now for one test case i have to use first row of each data source(for each .CS) in first iteration. For second run, second row of each data source. Is it possible to do that? If yes, how to achieve it?
I created a test suite and added three test cases under the same. But it takes either ALL or some rage for each connector but execution in loop is not possible.
Data Source usage in test suite
Re: Data Source usage in test suite
Hi,
Could you please post a screenshot of your test suite and all three data files (or files mimicking the real data files)? In my opinion, you will have to use multiple smart folders to achieve what you want?
Basically, you will have yo use structure like this:
Could you please post a screenshot of your test suite and all three data files (or files mimicking the real data files)? In my opinion, you will have to use multiple smart folders to achieve what you want?
Basically, you will have yo use structure like this:
Code: Select all
[TestSuite]
|_TC1
|_SF1 - data connector 1 with range limited to 1st row
| |_file1.cs
| |_file2.cs
| |_file3.cs
|_SF2 - data connector 2 with range limited to 1st row
| |_file1.cs
| |_file2.cs
| |_file3.cs
|_SF3 - data connector 3 with range limited to 1st row
| |_file1.cs
| |_file2.cs
| |_file3.cs
|_SF4 - data connector 1 with range limited to 2nd row
| |_file1.cs
| |_file2.cs
| |_file3.cs
|_SF5 - data connector 2 with range limited to 2nd row
| |_file1.cs
| |_file2.cs
| |_file3.cs
|_SF6 - data connector 3 with range limited to 2nd row
| |_file1.cs
| |_file2.cs
| |_file3.cs
Pavel Kudrys
Ranorex explorer at Descartes Systems
Please add these details to your questions:
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