Answers for "parameterized in framework"

0

parameterized in framework

HOW DO YOU PARAMETERIZE YOUR TEST CASES IN YOUR FRAMEWORK?

Cucumber:
- By using regular expression in feature file ==> 
             when user enters "myusername" and "my password"
- Configuration.properties file

TestNG:
- By using 'parameter' key word in pom.xml
file and using it in my @Test annotation to 
call the value of this parameters.
- Configuration.properties file
Posted by: Guest on January-15-2021

Browse Popular Code Answers by Language