How to add a different text value after every run

Hi guys,

I need a way to add different values into a normal text field one at a time after every run 3 values(test1,test2.test3) are sufficient.

I also need to know how to verify the above input when the value changes after every run.
I just need to know what the script would look like or how to structure it.

Thanks

Hi
I think you are referring to ‘data driven testing’. One way to do it would be to refer to an Excel sheet full of different values (each row contains unique value).
See this link for further ideas but alternatives would be to keep values as Global Variables. Depends on your requirements really but reading through the Excel example is a good starting point (the documentation shows many other ways of achieving this):


Cheers Dan

Thanks Dan, I will review this.