Answers for "how to create parallel testing in cucumber"

1

cucumber testing

When I shall transfer with enough balance in my source account
Or I shall transfer on a Bank Holiday
Or I shall transfer on a future date
And destination a/c details are correct
And transaction password/RSA code/security authentication for the transaction is correct
And press or click send button
Posted by: Guest on March-15-2021
0

how to parameterize test cases cucumber

- Parameterization is being able to
pass different test data from FEATURE FILES.
- We are able to not to "hard-code" some of the test data, 
 so that we can change it from our feature files.

Cucumber:
- By using regular expression in feature file
      ==> when user enters "myusername" and "my password"
- Configuration.properties file
Posted by: Guest on January-14-2021

Browse Popular Code Answers by Language