ContributionsMost RecentMost LikesSolutionsHow to configure TC to Execute tests on various environment Team, I have following test flow. I want to configure a Executable file to Run it on QA/ Prod Environment from config file. please guide us. Unit 1: Test A Env- Prod Unit 2: Test B Env QA or Prod - Different Url Unit 3: Test C Env QA or Prod -Different Url Unit 4: Test D Env QA or Prod -Different Url How to configure this file so that we can make the Changes to QA/ Prod for Unit-2, 3, & 4. Re: How to toggle between the Angular JS checkbox from check to uncheck. Currently we are using the Testcomplete 11. Is this issue is resolved in Higher Version? Can we upgrade directly from TestComplete 11 to Higher Version with same License or need a New one. How to toggle between the Angular JS checkbox from check to uncheck. Team, I have to verify that the angular JS checkbox is checked or not & Take the action. (Check boxes in different rows) Need to parameterise it. Its a toggle checkbox, not having is-checked Property to Verify it. The checkbox is inside the cell. Tried by using the x-path, unable to select / un-select Html code for checked checkbox = <i class="btn fa fa-lg fa-check-circle-o" aria-hidden="true" ng-class='{" fa-check-circle-o": dataItem.Selected, "fa-circle-thin": !dataItem.Selected}' ng-click="vm.toogleSelection(dataItem)"></I> Html code for un-checked checkbox = <i class="btn fa fa-lg fa-circle-thin" aria-hidden="true" ng-class='{" fa-check-circle-o": dataItem.Selected, "fa-circle-thin": !dataItem.Selected}' ng-click="vm.toogleSelection(dataItem)"></I> how to Select & deselect Angular Checkbox , Not have ischecked Property in Name Mapping Team, I am new to TestComplet. I have to verify that the checkbox is checked or not & Take the action. (Checkboxes in different rows) Need to parameterize it. Basically its a toggle checkbox, not having is-checked Property to Verify it. The checkbox is inside the cell. Html code for checked checkbox = <i class="btn fa fa-lg fa-check-circle-o" aria-hidden="true" ng-class='{" fa-check-circle-o": dataItem.Selected, "fa-circle-thin": !dataItem.Selected}' ng-click="vm.toogleSelection(dataItem)"></I> Html code for un-checked checkbox = <i class="btn fa fa-lg fa-circle-thin" aria-hidden="true" ng-class='{" fa-check-circle-o": dataItem.Selected, "fa-circle-thin": !dataItem.Selected}' ng-click="vm.toogleSelection(dataItem)"></I> Thank You in Advance. How to Uncheck the angular checkbox in different rows? Team, I want to verify that the checkbox is checked or not & Accordingly I have to remove the Selection. TestComplete is Mapping this checkbox as a cell & taking the Co-ordinates of Click, if did it through Recording. Unable to Parameterize it. Please find the enclosed attachment for HTML Code for Referance. Set modal = Aliases.browser.pageE2Administration3.panelModalFadeNgIsolateScopeIn Set table = modal.panelModalDialogModalLg.panelModalContent.panelModalContentNgScope.panelModalBody.panelKGridContent.tableKSelectable Call table.cell.Click(28, 19) Call table.cell2.Click(28, 25) Call modal.tableKSelectable.cell3.Click(29, 23)