Goops Shre commented on Wish JBEHAVE-838

Thanks Mauro,
can I fill balance data (header2 and header3)from java in Given "a table" and "another table"? i.e.
Given a members

memberID header2 header3
11223
   

and claims
claimsID | typesofClaims| ClaimsNumbers| |
C1001| | | |

my steps are as follows:
@Given("$members with $claims")
public void AddValues(ExamplesTable members, ExamplesTable claims) { //TODO loop through members to: // 1. Insert header2 from partyType(Table)...note:Few fields only // 2. Insert header3 from contactType(Table)(Note: all fields) //TODO loop through claims to: // 1. Insert claimID from Claim(Table) // 2. Insert typesofClaims from MedicalClaim(Table) }

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to