예제 #1
0
        public override void executeTest()
        {
            // Word is tricky... If an existing word is running, the new process gets transferred
            // into that process (so only one word is running). So, we must close any existing Word
            // applications running on the machine...
            TestFramework.Log.Log.printSuccess("KILLING Existing MS Word Processes.");
            KillAll("WINWORD");

            StressTester.startApplicationTest(OfficeLocation + "\\WINWORD.EXE", new WordAutomation( ));
        }
예제 #2
0
        public override void executeTest()
        {
            // Build a web site list...
            WebSiteArray.Add("http://www.yahoo.com");
            WebSiteArray.Add("http://www.microsoft.com");
            WebSiteArray.Add("http://www.fit.edu");
            WebSiteArray.Add("http://badwebsite");
            WebSiteArray.Add("http://www.sisecure.com");

            StressTester.startApplicationTest(IELocation + "\\IEXPLORE.EXE", new IEAutomation( ));
        }
예제 #3
0
 public override void executeTest( )
 {
     // Start the application with the overloaded inherited version of the main base automation
     // class...
     StressTester.startApplicationTest(System.Environment.SystemDirectory + "\\Notepad.exe", new NotepadAutomation( ));
 }
예제 #4
0
 public override void executeTest()
 {
     StressTester.startApplicationTest(QuakeLocation + "\\QUAKE2.EXE", new QuakeAutomation( ));
 }
예제 #5
0
        public override void executeTest()
        {
            TestFramework.Log.Log.printSuccess(@"NOTE: Before this test can be run, Windows Media Player must first be run standalone to make sure the initial wizard settings are set (otherwise the initial wizard will appear for the first time preventing this test from running properly).");

            StressTester.startApplicationTest(MediaPlayerLocation + "\\WMPLAYER.EXE", new MediaPlayerAutomation( ));
        }