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
Post a Comment