monitorwa
14 years agoNew Contributor
TestComplete and AlphaControls
I'm trying to write some test scripts for some of my apps that use AlphaControl controls (http://www.alphaskins.com/)
and are running into some problems. If I record operations in the UI
then edits seem to work OK but checkbox clicking doesn't work, combo box
selection doesn't work, radio groups are selectable with the keyboard but not with the mouse etc etc. Has anyone managed to use TestComplete
with an app using AlphaControls?
* For the combo box, there is no error raised but the selection doesn't occur.
* For the check box, TestComplete raises the error "Check box stays in the unchecked state." but the accompanying screen shot shows that the box has already been checked at that point.
I've seen that some other 3rd party controls have workaround code in the "How To" documentation but there is nothing for this suite. For some custom controls it makes sense that you'd need to code specifically for them as they won't be recognized or have different properties but in the case of the TsCheckBox for instance the control descends directly from TCustomCheckbox and has all the standard properties that are in the VCL for the checked state, onclick event etc so it is frustrating that this doesn't work out-of-the-box. Can someone explain why this doesn't work as I would expect?
Regards,
Hamilton
and are running into some problems. If I record operations in the UI
then edits seem to work OK but checkbox clicking doesn't work, combo box
selection doesn't work, radio groups are selectable with the keyboard but not with the mouse etc etc. Has anyone managed to use TestComplete
with an app using AlphaControls?
* For the combo box, there is no error raised but the selection doesn't occur.
* For the check box, TestComplete raises the error "Check box stays in the unchecked state." but the accompanying screen shot shows that the box has already been checked at that point.
I've seen that some other 3rd party controls have workaround code in the "How To" documentation but there is nothing for this suite. For some custom controls it makes sense that you'd need to code specifically for them as they won't be recognized or have different properties but in the case of the TsCheckBox for instance the control descends directly from TCustomCheckbox and has all the standard properties that are in the VCL for the checked state, onclick event etc so it is frustrating that this doesn't work out-of-the-box. Can someone explain why this doesn't work as I would expect?
Regards,
Hamilton