jmac_816
11 years agoOccasional Contributor
Incoporate TC scripts in my GUI Application
My application is a GUI Database Manager that can create devices (our devices) and users which then can be programmed from my Application to remote devices in the field. I understand how to create Keyword tests. But I need to be able to create script tests. For example, my program has a terminal interface which can connect to remote devices and authenticate to them. I want a script test which will mimic this functionality.
Do I need to define TC (C#) functions in my GUI. Because Keyword tests depend on the position of the windows, if something is changed it will affect the Keyword test. I need to be able define a script test which will not depend on the position of the windows.
Thanks