ContributionsMost RecentMost LikesSolutionstrying to execute testcomplete script through build pipeline getting error I am trying to execute testcomplete script with azure pipeline getting following error tried using test runner both test execute and testcomplete still same issue is there. Tried executing it directly from testcomplete still same error msg is shown how to activate floating license We have test complete floating license installed on main license server along with other testcomplete floating licenses. I want to use it on my system how to do it? i went to license manager and i submitted access to remote license manager but still the license is not activated on my system i still see there that testcomplete is working with trial version not with the license. Solveddistributed testing- trying to add host gives error invalid address added network suite to project provided details of virtual machine domain, user name, password from hosts tab i am trying to fill host from network automaticaly Re: string not getting compare Project.Variables.VariableByName(name)) is also not working. string not getting compare function ApplyFirmware() { NameMapping.Sys.browser.pagePlus1Connect2.panelRoot.panel.panel.link.panel.Click(); NameMapping.Sys.browser.pagePlus1Connect6.link.button.Click(); let currentfirmware = NameMapping.Sys.browser.pagePlus1Connect2.panelRoot.textnode4.contentText; Log.Message(currentfirmware); Log.Message(Project.Variables.RC1); Delay(2000); if(currentfirmware == Project.Variables.RC1) { Log.Message(currentfirmware); } else { Log.Message("fsfgsd"); } } output is: variables are not getting compared but if you look into the output screenshot both variables contains the same string but still its not getting into if loop. Can you please help me with it. Solved