Forum Discussion
TanyaYatskovska
Alumni
12 years agoHi Kyle,
There are several ways to call the method from a keyword test:
- you can create a script function that will perform the needed conversion and call it from your test via the Run Script Routine operation.
- you can call the method from the keyword test via the Run Code Snippet operation.
- call the conversion method when the test is filling in fields in your app. For this, you will need to use the Code Expression mode. Look into the image I posted here. To learn more information about this mode, refer to this article.