ContributionsMost RecentMost LikesSolutionsRe: set project playback setting using code Thank you all for the information. But will be helpful if provisioned to update via code also. set project playback setting using code Please help in below requirement. - Have a ProjectSuite with 4 projects in TestComplete - Requirement is - to disable the 'stop on error' property for 2nd and 4th projects - to enable the 'stop on error' property for 1st and 3rd projects Need help as how to write code/script that does the below - First read the playback settings for a give project - Next compare and set accordingly the required setting to required value - In above, set off or on the 'stop on error' playback setting accordingly. How to find whether Copy or Paste of some data from an application is complete or not Have the below scnerio in desktop application and could not proceed, need help please -Have an application that displays about 3000-5000 rows of tabular data -Clicked one of the random cell -Simulated Ctrl+A to select all the cells of the table -Simulated Ctrl+C to copy all the selected cells -Simulated Ctrl+V to paste in intended targeted file/excel The above is working fine for about 1000 records, but failing as the selection/copy/paste operations for thousands of cells How to find that given operation is completed, say in this case, say once Ctrl+A is simulated, would like to know the whether this is successful or not , then only proceed to copy and paste. Any such provision which returns the output value for Copy or Paste operation please suggest Say the code is as below a= ClickCell.SendKeys('Ctrl+C') if a is True : //is complete proceed Re: Issue with UserForms display while running TestExecute using silent mode Hi Alex, No silent parameter is used in the vbs file to trigger TestExecute. And OK button of Modal userform is configured, and the requirement is to provision values to testxboxes on userform and then proceed with execution. But the modal userform itself is not getting displayed. Sample vbs file is as below Dim objWshell Set objWshell = CreateObject("Wscript.Shell") objWshell = """C:\Program Files (x86)\SmartBear\TestExecute 12\Bin\TestExecute.exe"" ""C:\SampleProjectSuite\SampleProject.Suite.pjs"" /p:""SampleProject"" /r """" /exit /timeout 7200", 0 ,true Regards Dhirendra Re: Issue with UserForms display while running TestExecute using silent mode Hi Alex, Thank you for the information. For ease of execution, we make use of vbs file to trigger the execution and not using scheduler. And when we double click the vbs which has required line of code to open TestExecute with required properties, we expect the Modal pop-up to be displayed. But not being displayed. And we have dedicated desktop and we manually click the vbs file to trigger execution. Pleas suggest. Regards Dhirendra Issue with UserForms display while running TestExecute using silent mode -Created a userform with few testxboxes to capture values while execution - Using ShowModal displaying the userform in the script unit -Created vbs file where we have call to testexecute and respective projectsuite and project. While running directly from TestComplete and TestExecute, the userform is displayed when executed the project and could capture the results, but when running the same using vbs file in silent mode, the userform is not being displayed and is not giving any error message also. Please suggest, whether I need to configure in the TestExEcute options in vbs file. Regards Dhirendra MSOutlook 2013 issue with Python in TestComplete Hi, I am trying the below code in TestComplete with Python as scripting languaga, and when run, getting the belwo error message. Please help. Having MSOulook 2103 version msObj = Sys.Oleobject["Outlook.Application"] ... Error Window got has message as "Service execution failed." Working fine with MS Excel 2013 OleObjects. Regards Dhirendra TestComplete Licenses Termination Hi TestComplete Team, Request for help in below requirement. Any way using script that would be run in TestComplete license server machine that terminates all the TestComplete license instances opened in different machines. Any provision to run a script from Sentinel Admin to manage opened TestComplete and TestExecute instances, to terminate accordingly that are opened in different machines, if not nice to have a feature. Regards Dhirendra. Re: Copied some content to Sys.clipboard, how to copy this to new excel sheet Hi, Can you please provide some sample code as how to paste code from Sys.ClipBoard to excel first sheet first cell. Would be of great help please. Dhirendra. Copied some content to Sys.clipboard, how to copy this to new excel sheet Hi, We are using Python as project scripting language. Have copied content from application using Sys.Keys('^c') and Sys.Keys('^a') Now, requirement is to create a new excel sheet and copy this content in first row and first column. Please suggest. Regards Dhirendra.