meenakshiyadav1
6 years agoContributor
How to implement complex logical scenario in a keyword driven automation framework
I have implemented Keyword driven framework for my project in which I have written functions for different actions that are being performed on the aplication e.g. Click, Input etc. I am Passing the o...
- 6 years ago
Two suggestions:
1) Investigate using Project or Project Suite variables to store the values globally so that you can then access them in subsequent test steps.
2) If you'd prefer a more direct "code" solution, consider making a Script Extension Run Time Object that has properties that you can read from and write to that will be available between test steps/scenarios.