Class ConcurrentLoginSteps


  • public class ConcurrentLoginSteps
    extends java.lang.Object
    • Field Detail

      • properties

        public java.util.Properties properties
    • Constructor Detail

      • ConcurrentLoginSteps

        public ConcurrentLoginSteps​(Hooks hooks)
    • Method Detail

      • getEnvironment

        public static java.lang.String getEnvironment()
      • I_login_user_and_password

        @When("^I login with username and password$")
        public void I_login_user_and_password()
                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • get_user_and_password

        @When("^Get username and password$")
        public void get_user_and_password()
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • I_fill_field_with_username

        @When("^I fill field (.+) with locator path (.+) with the username$")
        public void I_fill_field_with_username​(java.lang.String text,
                                               java.lang.String locatorpath)
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • password

        @When("^I fill field (.+) with locator path (.+) with the password$")
        public void password​(java.lang.String text,
                             java.lang.String locatorpath)
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • I_fill_field_with_CSV_Value

        @When("^I fill field (.+) with locator path (.+) with the CSV value (.+)$")
        public void I_fill_field_with_CSV_Value​(java.lang.String text,
                                                java.lang.String locatorpath,
                                                int value)
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception