ContributionsMost RecentMost LikesSolutionsRe: How to call/get a keyword test ID in Testcomplete? Upload File A to our site Then backend finishes uploading file A and says Complete And I am looking for something to tell Test Complete that File A is complete now, run the File B upload keyword test. Does that help? How to call/get a keyword test ID in Testcomplete? I am uploading file A from keyword test (UPLOADFILE_A) from Testcomplete to our site. After file is uploaded in our site, it takes 20/30 mins on our end to process the file and after the file is processed I want to let know TestComplete to upload file B. How can I call Testcomplete and let it know to run the Keyword test (UPLOADFILE_B) that uploads File B. Need help, thanks SolvedLoop Performance issue First few loops take 2/3 seconds whereas after 7/8 loops, every loops takes around 30 seconds. Could anyone please help me? Exporting in Junit I want to use this command, Log.SaveResultsAs("C:\\Work\\Log\\Log.xml", lsJUnit); But what I have is I have a variable declared: var Folder: Folder = "C:\\Result\\" + "\\" + projectDate+ "\\" + projectType; Log.SaveResultsAs(Folder, lsJunit): is what I have been doing Where can I add Log.xml in above statement as I have declared Folder? Help is highly appreciated!!! SolvedRe: Team City Integration How do I connect to an existing session? I am little confused here. Should I follow the below steps in Testing server or local? On your test machine, set the System properties > Remote > Remote Desktop option to: In Windows 10 and Windows 8.1 – Allow remote connections to this computer. In Windows 7 – Allow connections from computers running any version of Remote Desktop (less secure). Add a user account under which you will run tests on the test workstation to the Remote Desktop Users group. Make sure that the user account has a non-empty password. Otherwise, SessionCreator will not be able to open a session. Team City Integration SessionCreator.exe RunTest /UserName:ABC /password:ABC123 /ProjectPath:"E:\Projects\Prod\PRODS.mds" So, my problem is, i have TestComplete in RDP Server: Testing, and I would like to integrate testcomplete to teamcity. Above command, I can only run in Testing Server as TestComplete is in Testing Server. But do we really need Username and PW? Need help!!!