Hi... I've a scenario of simple form filling of two text fields and submitting. I'm data driving the test via an Excel Sheet.
Here is a sample of my Excel data.
1 Fruit Apple
2 Fruit Orange
3 Object Chair
4 Object Desk
It is obvious that the sheet have some repeated entries in a column. Since my form remembers the last iteration values used, I don't want Test Studio to erase the text field and type the same again. It is consuming more time.
Is there any way to create a check/verify step (Either GUI or coded), such as Test Studio should skip the cell value if it is same as previous. (No skipping the whole iteration, just leaving out the cell value). Help me out in this, I'm ready to explain more, Thanks !
Note: I'm working on Silverlight platform.
Here is a sample of my Excel data.
1 Fruit Apple
2 Fruit Orange
3 Object Chair
4 Object Desk
It is obvious that the sheet have some repeated entries in a column. Since my form remembers the last iteration values used, I don't want Test Studio to erase the text field and type the same again. It is consuming more time.
Is there any way to create a check/verify step (Either GUI or coded), such as Test Studio should skip the cell value if it is same as previous. (No skipping the whole iteration, just leaving out the cell value). Help me out in this, I'm ready to explain more, Thanks !
Note: I'm working on Silverlight platform.