Esempio n. 1
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";
 }
Esempio n. 2
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";
 }