Reputation: 135
I have a scenario in which user logon into system and submit some entry , but as system does not allow to submit duplicate records , i need to change on of filed value .
How this can be done , an sample code will be much more helpfull.
Upvotes: 1
Views: 299
Reputation: 3913
you can map columns of a csv file with CSV_Data_Set_Config by setting variables names to : user,pwd...
after that you can use them to logon like this '${user}'
Upvotes: 0
Reputation: 168052
You have a number of options, feel free to choose the one which suits you best:
You can use functions anywhere in your test plan, i.e. directly as a parameter value.
See the following references:
Upvotes: 2