how to parameterize test cases

Solutions on MaxInterview for how to parameterize test cases by the best coders in the world

showing results for - "how to parameterize test cases"
Luka
13 Nov 2018
1Cucumber:
2- By using regular expression in feature file
3      ==> when user enters "myusername" and "my password"
4- Configuration.properties file
5
6TestNG:
7- By using 'parameter' key word in pom.xml 
8file and using it in my @Test annotation to
9call the value of this parameters.
10- Configuration.properties file