Forum Discussion
crb
14 years agoOccasional Contributor
Actually, I have a new question.
This again involves recording a (keyword) test of a GUI that forks a matlab process.
I have situation where once a button is clicked, it forks a matlab process that has its own wnd console and other windows.
The button becomes disabled once it is clicked and becomes enabled when matlab process is done.
I don't care to test the matlab windows, so I would like to ignore everything that matlab does and then have the test
pick up again once the button is enabled.
It looks like on the button I want to key off of, you can specify the Enabled[Get] property, but the docs say that the method(property)
is not available. So, I can't use this feature?
This again involves recording a (keyword) test of a GUI that forks a matlab process.
I have situation where once a button is clicked, it forks a matlab process that has its own wnd console and other windows.
The button becomes disabled once it is clicked and becomes enabled when matlab process is done.
I don't care to test the matlab windows, so I would like to ignore everything that matlab does and then have the test
pick up again once the button is enabled.
It looks like on the button I want to key off of, you can specify the Enabled[Get] property, but the docs say that the method(property)
is not available. So, I can't use this feature?