Forum Discussion

OV's avatar
OV
Frequent Contributor
7 years ago

I'm typing code on TestComplete but the actual typing happens on the AUT

Hi,

 

Something weird happen to me. I wasn't in run time. I've tried to click a combobox in the application and select the first item so i've typed the object's name and put a dot after it to type Click() but the moment I've typed the dot the typing moved to the application!!!!!!!!!!!!!! restarting the app or TC didn't help, even restarting the laptop didn't help!!!

I must mention here that I've noticed many weird behavior in TC after my laptop is put into Hyphenate state and return to work the next day.

 

So my code looks like that:

 

if(ExistingProjects)
{
Log.Message("ExistingProjects button is Enabled")
ExistingProjects
}

 

once i'll add a dot after ExistingProjects i'll see the suggestions box try to load and then the typing itself moves to my application means i if i'll type Click() it won't type in TC but in the text field i'm trying to click on during run time.

 

I have a movie that demonstrate it but as its ext. wasn't allowed to load here it has been removed while submitting the post.

 

Thx