Forum Discussion
karkadil
8 years agoValued Contributor
But just in case you still want to try running your tested app without TestedApps, you can try one of the following:
1. Use OLE
Sys.OleObject(“WScript.Shell”).Run(“C:\\Windows\\notepad.exe”, SW_SHOWNORMAL);
2. Use WinAPI
Win32API.WinExec(“C:\\Windows\\notepad.exe”, SW_SHOWNORMAL);
sindhu10
8 years agoContributor
I tried the code but it opens a login window for the application
Once I input the password it closes automatically and says the application not working and checking for the root cause .
- tristaanogre8 years agoEsteemed Contributor
As Marsha_R suggested, does this happen when you do it manually? Can you, without TestComplete running, run your application, enter the password, and have it continue running? Let's start simple...