katalon-studio / katalon-recorder

Apache License 2.0
316 stars 144 forks source link

Allow data driven commands during script run #34

Closed zoldike-gh closed 5 years ago

zoldike-gh commented 5 years ago

Hi, this allows the usage of variables as commands during script run.

store | type | cmd store | id=someid | tgt store | type this text | val ${cmd} | ${tgt} | ${val}

So you can set up a full page fill model in json, pass it to data driven, and iterate trough all of your page objects. objects.json.zip

devalex88 commented 5 years ago

Hi. Sorry for the late response. I'm testing this and will release a new version tomorrow. Thank you so much for the PR.

devalex88 commented 5 years ago

Hi. The change has been published to browser stores. Thank you @zoldike-gh for your contribution.