Forum Discussion
mrezahoseini
11 years agoContributor
I have a form like this
this form has name mapping like this and left side is a toolstrip:
my script is like this :
toolStrip = AppType.frmGroup.tableLayoutPanel1.modernToolStripHolder1.toolStrip1;
toolStrip.ClickItem("جستجو");
when ever I would like to run this script, it couldn't and shows me error like this :
Marsha_R
Champion Level 3
11 years agoOkay, there are a few things to check.
Look down at the bottom of the error log for the Picture tab and see if there's anything useful there.
Also look behind your app window and see if another window has opened behind that might be distracting TestComplete.
Third, check in Task Manager and make sure there's not another copy of your app running.