Package co.nz.getskills.auto.appsteps
Class ConcurrentLoginSteps
- java.lang.Object
-
- co.nz.getskills.auto.appsteps.ConcurrentLoginSteps
-
public class ConcurrentLoginSteps extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Propertiesproperties
-
Constructor Summary
Constructors Constructor Description ConcurrentLoginSteps(Hooks hooks)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidget_user_and_password()static java.lang.StringgetEnvironment()voidI_fill_field_with_CSV_Value(java.lang.String text, java.lang.String locatorpath, int value)voidI_fill_field_with_username(java.lang.String text, java.lang.String locatorpath)voidI_login_user_and_password()voidpassword(java.lang.String text, java.lang.String locatorpath)
-
-
-
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
-
-