Forum Discussion
AlexKaras
9 years agoCommunity Hero
Hi Nishchal,
Fully in line with Robert - if this framework works for you then it is a good one.
The only potential problem is non-existing objects.
I.e.: your code for drop-down contains a line like
<parameterObject>.WaitProperty("Exists", true, ...)
While running, TestComplete will try to evaluate the <parameterObject> and if it does not exist, TestComplete will wait for the object to appear within default timeout. If it is expected that the <parameterObject> may not exist then you will get not necessary execution performance loss.