Answers for "pojo in cucumber"

0

pojo in cucumber

• Create contactBean class 
o Add all variables 
o Add the getter/setters 
• Create bean feature file 
• Create a table with first row containing 
the variables in the contactBean class 
o Add values under the table 
o Implement method with parameter (Listcontacts) 
• Scenario: Create contact o Given I logged into suiteCRM 
o When I save a new contact: 
| firstName | lastName | officePhone | cellphone | email | 
| Steve |Gates | 3456758888 | 1234329999 | [email protected] | 
o Then I should see contact information for "SteveGates"
Posted by: Guest on May-29-2021

Browse Popular Code Answers by Language