Forum Discussion
abhishekc
13 years agoOccasional Contributor
Ok
But what about this-
if Aliases.eCC.dlg3900.Exists=true then
statement 1
statement 2
end if
When the object Aliases.eCC.dlg3900 is being found script runs properly. but in most of the cases this object will not found so for that cases it waits for 10 sec(i.e. default wait time).So my concern is can i reduce the time so that if object is not being find then testcomplete will just wait for 1 sec or less instead of 10 sec.
Thanks in advance.
But what about this-
if Aliases.eCC.dlg3900.Exists=true then
statement 1
statement 2
end if
When the object Aliases.eCC.dlg3900 is being found script runs properly. but in most of the cases this object will not found so for that cases it waits for 10 sec(i.e. default wait time).So my concern is can i reduce the time so that if object is not being find then testcomplete will just wait for 1 sec or less instead of 10 sec.
Thanks in advance.