I am using Creo Parametric 7.0 7.0.6.0
Hi: I created a button that displays "hello world" by creating a plugin (using OTK toolkit , C++). I want to be able to test the "press of that button" and capture the contents of the dialog box as part of automated testing. i.e. start Creo in a batch mode (no graphical), simulate the click of the button, extract the results and get out. i.e. I want to be able to "test" the UI functionality added in an automated fashion. Are there examples that show how this can be done ? Ultimately, I want this testing as part of some testing framework before I release my plugin. Can you help ?
Thanks