java - How to update attribute value in feature file each time a program is executed -


i need increment date of birth , first name value automatically in feature file after every time selenium program executed. e.g.

firstname | dob --------- | ------ aaaaa     | 01/01/1970 

i want value incremented once selenium program executed below.

firstname | dob --------- | ------ aaaab     | 02/01/1970 

i have been using java language perform automation


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -