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