Automation1id
4 years agoNew Contributor
BDD Framework
Hi All ,
I am looking for some help in BDD Framework and have one questions to understand
- How to create Checkpoints in test case.
- How to use Variables in Web Tests.
- How to use Test Parameters in test case.
Hi,
BDD in this context is just a glue to map (parameterized) human statements to test routines (scripted or keyword).
So the answer to all your questions is: 'Like in any other script or keyword test'.
For more information about checkpoints, variables, etc. and code samples see corresponding help articles.
HI to know more about CHECKPOINTS, please refer the below URL
https://support.smartbear.com/testcomplete/docs/testing-with/checkpoints/index.html
For Variable refer
I hope this helps you