ContributionsMost RecentMost LikesSolutionsRe: Restoring SQL db quickly through TestComplete Hi daniel_dewinter, maximojo Can you please share the full code to restore DB and killing process? Regards, -Shirish press and hold control key Hi, For my desktop application, I want to press, hold and release (after few seconds) the control key. I tried keydown, keyup but seems nothing is working. tried below 2 commands but nothing seems working. Can someone please help to resolve this issue? Aliases.VIP.WinFormsObject("MBSItems2ImportForm").WinFormsObject("msTreeView1").wItems.Item.KeyDown("[Ctrl]"); Aliases.VIP.WinFormsObject("MBSItems2ImportForm").WinFormsObject("msTreeView1").add_KeyDown("[Ctrl]"); Re: How to Execute Testng Suite (Testng.xml) with QA complete without TestComplete? Hi Poovaraj, Thanks a ton for reply, its much appreciable. I tried the way you have mentioned but its not working. At initial I doubt for Test agent configuration but I think its correct as if I check maven project checkbox, it executes the TC (executing all classes is another issue) :). With the case of non-maven execution, I have Java run time, java class path mentioned in Test Agen testng.xml is configured with 1 test class as below <?xml version="1.0" encoding="UTF-8"?> <suite name="Regression TestSuite" verbose="1" > <test name="InvoiceNotes"> <classes> <class name="tcsLoginScreen.LoginLogoutTest"></class> </classes> </test> </suite> Configured Automation TC as below, The testng.xml is placed at the path mentioned above in snapshot, As I run TC from automation, it updated the status to Passed after few seconds but it is not invoking any browser, Do you suggest any more changes into this? Regards, Shirish Not able to execute individual Class or @Test from QA complete (testng-selenium) Hi, I am having TestNG selenium// Maven setup which I have integrated with QA complete. As I setup a automation run with maven project checkbox as checked, it works fine and executed all classes in Maven project successfully. I want to run the individual class or @Test i.e. 1:1 with TC in QA complete but its not working. As shown in below screenshot, I am select correct TestNG agent, defining TestClass name which is there in attached filename .zip but execution got failed always. Can anyone please reply, how exactly I can execute 1 class or @Test from QA complete? Regards, Shirish