Hi, I'm creating a test Scenario (Silverlight based website) as follows:
There will be several elements listed in a page like below:
Apple
Orange
Banana
Each one of them will have ElementID as usual. My test has to click the first Element, i.e, Apple and have to perform some operations. After those operations that element will go away. Now Orange will be the first element. Then the test steps have to be repeated. After Orange has gone, same for Banana.
In other words, I want to Data Drive "Target Element" in the Step. I have a list of target elements that has to be executed one by one.
So please tell me how to data drive this scenario. Thanks !
There will be several elements listed in a page like below:
Apple
Orange
Banana
Each one of them will have ElementID as usual. My test has to click the first Element, i.e, Apple and have to perform some operations. After those operations that element will go away. Now Orange will be the first element. Then the test steps have to be repeated. After Orange has gone, same for Banana.
In other words, I want to Data Drive "Target Element" in the Step. I have a list of target elements that has to be executed one by one.
So please tell me how to data drive this scenario. Thanks !