ContributionsMost RecentMost LikesSolutionsRe: TestComplete-web trial is installed but it consumes licensed version preventing to automate it Thanks Tanya ! Re: TestComplete-web trial is installed but it consumes licensed version preventing to automate it Tanya, Thanks for your reply ! I have already activated trial license in my server but when no one uses the licensed version which is installed in other machine, my server consumes that license there by creating the problem. So is there anyway to make trial version to use only trial license ? Thanks, Vijay TestComplete-web trial is installed but it consumes licensed version preventing to automate it I have installed trial version of TestComplete(Desktop,Web and Mobile) in one of our server in order to do POC on web application. We also have Test complete licenses on desktop application only. So when no one uses these licenses, my trial version consuming this desktop license there by preventing me to automate web application as controlls will not be recognized. Please advice me how to disable it so that it should not consume the license. Thanks, Vijay SolvedUnable to Identify "dockPanelExplore" objectI am using window's based ERP application which is on .net with DevExpress controls. My Scenario is to check whether application is launched successfully or not. The Home page of application dont have any status which indicates application is ready to use, So I have only one option left to use 'Favorities' control which appears only when application is ready to use. So I have to check if this'Favorities' object exists or not. When I make Object Spy on this control's and mapped it, it shows mapped name as "Aliases.appname.MainForm.hideContainerRight.dockPanelExplore". So in order to check whether this object which is belongs to classWinFormsObject ,exists or not, I used following Wait method If Aliases.Order.MainForm.hideContainerRight.WaitWinFormsObject(dockPanelExplore, 30000).Exists Then Log.Message "Company "&Driver.Value(1)&" launched successfully." Else Log.Picture sys.Desktop.Picture, "Screen shot of error message" Log.Message "Failed to open "&Driver.Value(1)&", Please check log picture" End If But the IF condition is always getting true even the DockPanelExplore object does not exists ( when keyed Company is not opened due to some other issue), due to this log message always shows as "Company <Company Name> launched successfully. Please suggest me what may be the problem. Please find the attached documents for the object properties.