ContributionsMost RecentMost LikesSolutionsRe: scheduling test run after reboot server Thank you for the answer. But Tscon is used when the user is connected, and my problem when the server reboot i forgot the connection to the windows user: so i could not use tscon and control my tests. Here are the steps I have taken : I installed Jenkins with TestComplete in Remote desktop w2008 server I configured Jenkins slave (JNLP) with user X to run my tests ==> OK I scheduled Jenkins to run my tests each 2h ==> OK I use TSCON to lock session and running tests when sesssion of user X is locked ==> OK (tests are run correctly ) Each midnight our servers reboot ==> I forgot connection to windows session with the user X so i could not run my tests (Info : i use mstsc to connect to the remote desktop every day to run my tests) Thank you for your helps. scheduling test run after reboot server Hello, For scheduling my tests i follewed these steps : http://support.smartbear.com/testcomplete/docs/testing-with/running/scheduling.html#_ga=2.238329221.42969323.1496389421-1944476233.1485441133 It work correctly until the time of the server restart, I lose the connection with windows session and the user who is execution tests. Could you help me to find solution ? I need to recover the active session after reboot. I user remote Desktop connection / win 2008 server R2 Thank you. Regards Schedule test run without display the application on the window Hello I would like to schedule the run of my scripts of a Desktop application, but the problem that it should keep the Remote Desktop window visible during the test run. Could you please give me a solution to run scripts without keeping the window visible ? Thank you Best Regards SolvedRe: Getting Start and end Date of Running Project Thank you for your answer, But i need the start and end time of the global project (with many scripts to execute) , not only for one executed script. Thank you. Re: Execute VBA Excel Macro from TestComplete Script Thank you Tanya Getting Start and end Date of Running Project Hello, I would like to develop a scipt (JScript) which using the folowing variable: -- Start date/Time of lunching project -- End date/time -- Duration How can i do this ? Thank you. SolvedExecute VBA Excel Macro from TestComplete Script Hello, I have the following need : - I can open an Excel workbook from my TestComplete script. This excel Workbook has two VBA macros : toto() and titi() - Now, I want to execute only the macro toto() that exists in this excel workbook (without titi()). I don't want to execute this macro toto() on the opening of the excel Workbook. So, I need to launch this macro toto() from my TestComplete script, after the opening of the excel workbook. Is it possible ? How ? Thanks for your answer. BR, Oussama Naffeti. SolvedRe: Copy data from an application to excel sheet Thank you for the answer. Running a suite of Script from different projects Hello, I have suiteProject and into this suite i have two project : -- Project A : script1 and Script2 -- Project B : Script 3 and Script 4 I would like to execute Scripts at the same time and in this order : Script1, Script 3, Script 4 and Script 2 Could you please give me a solution ? Thank you SolvedCopy data from an application to excel sheet Hello, I would like to copy data from my application to an Excel sheet. (I use Select ALL then copy in my application and i like to paste selected data into an Excel sheet) Could you please help me ? Solved