java - Copy value from one datatable to another in Jbehave -


i need copy data 1 data table mentioned below

when enter company manager details of:

|name                      |value                     | |title                     |$randomlist               | |firstname                 |$random                   | |initial                   |$random                   | |surname                   |$random                   | 

when enter company employee details of

|name                      |value                     | |title                     |$randomlist               | |firstname                 |                          | |initial                   |                          | |surname                   |                          | 

i new jbehave. in above tables when execute scenario random characters generated , assigned firstname,initial,surname in 1st table somehow need same data when execute second table. know should parametrize using examples table in case don't want use it. how copy data 1 table another.


Comments

Popular posts from this blog

java - Incorrect order of records in M-M relationship in hibernate -

command line - Use qwinsta in PowerShell ISE -

php - I want to create a website for polls/survey like this http://www.poll-maker.com/ -