ankit05guptaOccasional ContributorJoined 12 years ago11 Posts8 LikesLikes received1 SolutionView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Unable to run testexecutelite Hi Anand5Phadke How did you resolve the issue? Can you please share the steps or process to do it? Thanks Add Project name in the execution plan item. Here I have faced some trouble with execution plan item. I have multiple projects in my suite. So, opening the multiple execution plans troubling to select the specific one. Also, it is not editable. Here a suggestion to add the project name in the Execution Plan item (Like: "Execution Plan_Test", where "Test" is the project name in the suite.) by default, also, make it editable as well. So it become more clear to user se select the specific one. anupamchampati AlexKaras Marsha_R hkim5 Re: Script for performing an action if mapped item exists and is active aschultz Hi, Use the WaitObject method in a created variable. for Ex: var object = Aliases.browser.WaitObject("ItemName", "ItemProperty", waitTimeOut); if (object.Exists && object.Enable) { Docodefunctionshere(); } else { Log.Message("No Matching Case"); } This will solve your problem. Re: Checkout the Floating License for few days as Node-Locked license. AlexKaras Thanks Alex for supporting this idea. Re: Checkout the Floating License for few days as Node-Locked license. BenoitB here is the feature request. Thanks Re: Can we checkout the Floating License for few days as Node-Locked license? Thanks for giving me this link. Here is my feature request. https://community.smartbear.com/t5/TestComplete-Feature-Requests/Checkout-the-Floating-License-for-few-days-as-Node-Locked/idi-p/201367 Checkout the Floating License for few days as Node-Locked license. Here is the feature request. In the situation of lockdown and companies provided the work from home to employees, Does Smartbear product supports the checkout of the Floating License for a period of the time as Node-Locked License. For Example, If anyone having 4 seats of a floating license and one of the employee got the work from home and he having a problem connecting to the server. So in this time employee can check out the one license for a few days (7 days). Now for the next 7 days, only 3 floating seats will be available to use, and the remaining one license will be used as a Node-Locked license. And After 7 days the checked-out license will expire and in order to retrieve the floating license seat employee needs to return the checked-out license. Also In order to the checkout license, there should not be a code to avail of this feature. The employee needs to connect the license server strictly and here the employee needs to enter the days to check out the license. Re: Can we checkout the Floating License for few days as Node-Locked license? Thanks, BenoitB, Please give kudos to the feature request if you liked it, :P. Well, this feature will help us a lot like these days we face a problem with connection with the license server. So I thought to suggest this feature which my team might not be the first who are facing this problem. Can we checkout the Floating License for few days as Node-Locked license? In the situation of lockdown and companies provided the work from home to employees, Does Smartbear product supports the checkout of the Floating License for a period of the time as Node-Locked License. If yes please let us know the steps to that. Otherwise below is the example of a feature request if you guys like to implement. For Example, If anyone having 4 seats of a floating license and one of the employe got the work from home and he having a problem connecting to the server. So in this time employe can check out the one license for a few days (7 days). Now for the next 7 days, only 3 floating seats will be available to use, and the remaining one license will be used as a Node-Locked license. SolvedRe: Mobile web browser testing Hi Tanya Please tell me the steps how do i launch chrome in android device in testcomplete version 10.6? And when i try to do with the virtual browser i am getting this error look out the image. Thanks Ankit