public Form2EnglishLanguageWindowNode(AppModelBase applicationModel) : base(applicationModel)
				{
					MSFlexGridWndClassUiObject = new MSFlexGridWndClassUiObjectNode(this, applicationModel);
					MkGrid1UiObject = new MkGrid1UiObjectNode(this, applicationModel);
					PicAboutUiObject = new PicAboutUiObjectNode(this, applicationModel);
					DisplayName = @"Form2 : English language";
				}
Exemple #2
0
 public CalculatorApplicationNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     Zero  = new ZeroNode(this, applicationModel);
     Plus  = new PlusNode(this, applicationModel);
     Seven = new SevenNode(this, applicationModel);
     MobileObjectUiObject = new MobileObjectUiObjectNode(this, applicationModel);
     DisplayName          = @"Calculator";
 }
Exemple #3
0
 public AbcBankDemoPageNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     UserUsernameEditField = new UserUsernameEditFieldNode(this, applicationModel);
     UserPasswordEditField = new UserPasswordEditFieldNode(this, applicationModel);
     LoginButton           = new LoginButtonNode(this, applicationModel);
     LogoutButton          = new LogoutButtonNode(this, applicationModel);
     DisplayName           = @"AbcBankDemo";
 }
Exemple #4
0
 public MyAlphaMobileApplicationNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     LogInButton = new LogInButtonNode(this, applicationModel);
     LoginWithCredentialsLabel = new LoginWithCredentialsLabelNode(this, applicationModel);
     UsernameEditField         = new UsernameEditFieldNode(this, applicationModel);
     PasswordEditField         = new PasswordEditFieldNode(this, applicationModel);
     WrongEntryCredentialsPleaseTryAgainLabel = new WrongEntryCredentialsPleaseTryAgainLabelNode(this, applicationModel);
     OKButton    = new OKButtonNode(this, applicationModel);
     DisplayName = @"myAlpha Mobile";
 }
 public AdvantageShoppingPageNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     MICEShopNowLink  = new MICEShopNowLinkNode(this, applicationModel);
     SCROLLERTYPELink = new SCROLLERTYPELinkNode(this, applicationModel);
     ProductsColors545195WebElement = new ProductsColors545195WebElementNode(this, applicationModel);
     ProductsColors3683D1WebElement = new ProductsColors3683D1WebElementNode(this, applicationModel);
     WebElement1599 = new WebElement1599Node(this, applicationModel);
     WebElement2999 = new WebElement2999Node(this, applicationModel);
     COLORLink      = new COLORLinkNode(this, applicationModel);
     DisplayName    = @"Advantage Shopping";
 }
Exemple #6
0
 public MyalphaMobileApplicationNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     IForgotMyPasswordIBLabel   = new IForgotMyPasswordIBLabelNode(this, applicationModel);
     ForgotMyPasswordLabel      = new ForgotMyPasswordLabelNode(this, applicationModel);
     FillInTheConfirmationLabel = new FillInTheConfirmationLabelNode(this, applicationModel);
     UsernameEditField          = new UsernameEditFieldNode(this, applicationModel);
     LogInButton     = new LogInButtonNode(this, applicationModel);
     Continue2Button = new Continue2ButtonNode(this, applicationModel);
     ContinueButton  = new ContinueButtonNode(this, applicationModel);
     BackButton      = new BackButtonNode(this, applicationModel);
     DisplayName     = @"myAlpha Mobile";
 }
 public MyalphaMobileApplicationNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     YourDebitCreditOrPrLabel   = new YourDebitCreditOrPrLabelNode(this, applicationModel);
     YouCanScanYourCardLabel    = new YouCanScanYourCardLabelNode(this, applicationModel);
     UsernameReminderLabel      = new UsernameReminderLabelNode(this, applicationModel);
     IForgotMyUsernameLabel     = new IForgotMyUsernameLabelNode(this, applicationModel);
     AndYourMobilePhoneLabel    = new AndYourMobilePhoneLabelNode(this, applicationModel);
     ASixDigitVerificationLabel = new ASixDigitVerificationLabelNode(this, applicationModel);
     CreditCardEditField        = new CreditCardEditFieldNode(this, applicationModel);
     GetStartedButton           = new GetStartedButtonNode(this, applicationModel);
     ContinueButton             = new ContinueButtonNode(this, applicationModel);
     BackButton  = new BackButtonNode(this, applicationModel);
     DisplayName = @"myAlpha Mobile";
 }
Exemple #8
0
        private void setAppMode(string tabName)
        {
            _currentModel = null;
            if (tabName.Contains("Notes"))
            {
                _currentModel = _noteModel;
            }
            else if (tabName.Contains("Schedule"))
            {
                _currentModel = _scheduleModel;
            }
            else if (tabName.Contains("PhoneBook"))
            {
                _currentModel = _phoneModel;
            }
            else if (tabName.Contains("Config"))
            {
                tabControlConfig.SelectTab("tpgUsers");
                setAppMode("Users");
                return;
            }
            else if (tabName.Contains("Users"))
            {
                _currentModel = _userModel;
            }
            else if (tabName.Contains("NoteTemplates"))
            {
                _currentModel = _noteTemplateModel;
            }
            else if (tabName.Contains("Departments"))
            {
                _currentModel = _departmentModel;
            }


            if (_currentModel == null)
            {
                tabControlMain.TabPages[tabName].Hide();
            }
            else
            {
                if (tabControlMain.Visible == false)
                {
                    tabControlMain.Visible = true;
                }
            }

            setEnableControls();
        }
 public CalculatorWindowNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     OnButton       = new OnButtonNode(this, applicationModel);
     OffButton      = new OffButtonNode(this, applicationModel);
     OneButton      = new OneButtonNode(this, applicationModel);
     SixButton      = new SixButtonNode(this, applicationModel);
     AddButton      = new AddButtonNode(this, applicationModel);
     ClearButton    = new ClearButtonNode(this, applicationModel);
     OutputField    = new OutputFieldNode(this, applicationModel);
     CalcButton     = new CalcButtonNode(this, applicationModel);
     MultiplyButton = new MultiplyButtonNode(this, applicationModel);
     TwoButton      = new TwoButtonNode(this, applicationModel);
     ThreeButton    = new ThreeButtonNode(this, applicationModel);
     MinusButton    = new MinusButtonNode(this, applicationModel);
     NineButton     = new NineButtonNode(this, applicationModel);
     SettingsButton = new SettingsButtonNode(this, applicationModel);
     DisplayName    = @"Calculator";
 }
 public BackButtonNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     DisplayName = @"BackButton";
 }
 public ContinueButtonNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     DisplayName = @"Continue";
 }
 public GetStartedButtonNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     DisplayName = @"Get started";
 }
 public CreditCardEditFieldNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     DisplayName = @"CreditCardEditField";
 }
 public ASixDigitVerificationLabelNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     DisplayName = @"A six-digit verification";
 }
 public AndYourMobilePhoneLabelNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     DisplayName = @"And your mobile phone";
 }
Exemple #16
0
 public UsernameEditFieldNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     DisplayName = @"UsernameEditField";
 }
 public UsernameReminderLabelNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     DisplayName = @"Username Reminder";
 }
Exemple #18
0
 public WrongEntryCredentialsLabelNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     DisplayName = @"Wrong entry credentials.";
 }
Exemple #19
0
 public PageNodeBase(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
 }
Exemple #20
0
 public EditFieldNodeBase(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
 }
Exemple #21
0
 public ComMiuiHomeIdDragLaUiObjectNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     DisplayName = @"com.miui.home:id/drag_la";
 }
Exemple #22
0
 public HomeApplicationNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     ComMiuiHomeIdDragLaUiObject = new ComMiuiHomeIdDragLaUiObjectNode(this, applicationModel);
     MyalphaMobileLabel          = new MyalphaMobileLabelNode(this, applicationModel);
     DisplayName = @"Home";
 }
Exemple #23
0
 public LogInButtonNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     DisplayName = @"Log in";
 }
 public IForgotMyUsernameLabelNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     DisplayName = @"I forgot my Username";
 }
Exemple #25
0
 public MyalphaMobileLabelNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     DisplayName = @"myAlpha Mobile";
 }
Exemple #26
0
 public LoginWithCredentialsLabelNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     DisplayName = @"Login with credentials";
 }
Exemple #27
0
 public GitHubPageNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     SearchThisRepositoryEditField = new SearchThisRepositoryEditFieldNode(this, applicationModel);
     DisplayName = @"SetUpFixture Attribute · nunit/docs Wiki";
 }
 public YourDebitCreditOrPrLabelNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     DisplayName = @"Your debit, credit or pr";
 }
Exemple #29
0
 public SearchThisRepositoryEditFieldNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     DisplayName = @"Search this repository";
 }
 public YouCanScanYourCardLabelNode(ITestObject parent, AppModelBase applicationModel) : base(parent, applicationModel)
 {
     DisplayName = @"You can scan your card";
 }