コード例 #1
0
        void ITestModule.Run()
        {
            Mouse.DefaultMoveTime        = 300;
            Keyboard.DefaultKeyPressTime = 100;
            Delay.SpeedFactor            = 1.00;

            Init();

            User_Preferences_UserCode.Default_Language_Comparison(txtMarketname, txtBuildname);
            Delay.Milliseconds(0);

            Report.Log(ReportLevel.Info, "Delay", "Waiting for 5s.", new RecordItemIndex(1));
            Delay.Duration(5000, false);

            Report.Log(ReportLevel.Info, "Mouse", "Mouse Left Click item 'Window.Edit' at Center.", repo.Window.EditInfo, new RecordItemIndex(2));
            repo.Window.Edit.Click();
            Delay.Milliseconds(200);

            Report.Log(ReportLevel.Info, "Mouse", "Mouse Left Click item 'SmartFit.Preferences' at Center.", repo.SmartFit.PreferencesInfo, new RecordItemIndex(3));
            repo.SmartFit.Preferences.Click();
            Delay.Milliseconds(200);

            User_Preferences_UserCode.Fetching_UserPreference(txtBuildname);
            Delay.Milliseconds(0);

            User_Preferences_UserCode.Fetching_UserPreference_DefaultValues(txtBuildname);
            Delay.Milliseconds(0);

            //User_Preferences_UserCode.To_Find_Market_Preference_is_present_in_excel_or_Not();
            //Delay.Milliseconds(0);
        }
コード例 #2
0
        void ITestModule.Run()
        {
            Mouse.DefaultMoveTime        = 300;
            Keyboard.DefaultKeyPressTime = 100;
            Delay.SpeedFactor            = 1.00;

            Init();

            User_Preferences_UserCode.Fetching_UserPreference("");
            Delay.Milliseconds(0);
        }
コード例 #3
0
        void ITestModule.Run()
        {
            Mouse.DefaultMoveTime        = 300;
            Keyboard.DefaultKeyPressTime = 100;
            Delay.SpeedFactor            = 1.00;

            Init();

            User_Preferences_UserCode.Excel_UsePreference_Values(txtMarketName, txtBuildname);
            Delay.Milliseconds(0);
        }