I have a scenario where I want to log in with multiple users, cucumber provides Scenario Outline with Examples to perform this action but this requires the user details to be entered in the feature file. Is there a way to keep the user details in a properties file and call it from there in the Step definition class?
If there is, can someone please provide me with example code say with gmail login scenario? I am using Junit with my cucumber framework,any suggestion with Junit will be highly appreciated.
Thanks Fola