Forum Discussion

jloyzagawh's avatar
jloyzagawh
Contributor
9 years ago

Fully Data Driven test -

I'm fully data driving my tests. This means I have all my data (even the test name) being parsed in and whenever It reads a command (like ("button|racingpriceList2|.SetText|"3.50") - its then executes it.

 

I'm also wanting to be able to parse "testname:SetPrices|" so that any of the log items can be renamed - whether it be the log name or any part of the log/s that means I can directly address the output to point to "testname:SetPrices".

 

We are trying to make ti so that all we need to modify is the data and not any of the code.

 

Joe