Package step.testing.regression
Class PFKeyword
- java.lang.Object
-
- step.handlers.javahandler.AbstractKeyword
-
- step.testing.regression.helpers.RegressionKeyword
-
- step.testing.regression.PFKeyword
-
public class PFKeyword extends RegressionKeyword
-
-
Field Summary
-
Fields inherited from class step.testing.regression.helpers.RegressionKeyword
SLEEP
-
-
Constructor Summary
Constructors Constructor Description PFKeyword()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidauthorizeCard()voidclearSessionLists()voidEPayment_Authentication_Alias()voidEPayment_Authentication_Step1()voidEPayment_Authentication_Step1_EFinance()voidEPayment_Authentication_Step2_cardId()voidEPayment_Authentication_Step2_EFinance()voidEPayment_Authentication_Step3_1_challenge_EFinance()voidEPayment_Authentication_Step3_2_listAccounts()voidEPayment_Authentication_Step3_3_chooseFirstAccount()voidEPayment_Authentication_Step3_cardNumber()voidEPayment_Authentication_Step3_challenge()voidsendTransaction()voidsubmitTransaction()-
Methods inherited from class step.testing.regression.helpers.RegressionKeyword
onError
-
-
-
-
Method Detail
-
sendTransaction
public void sendTransaction() throws java.lang.Exception- Throws:
java.lang.Exception
-
clearSessionLists
public void clearSessionLists() throws java.lang.Exception- Throws:
java.lang.Exception
-
authorizeCard
public void authorizeCard() throws java.lang.Exception- Throws:
java.lang.Exception
-
submitTransaction
public void submitTransaction() throws java.lang.Exception- Throws:
java.lang.Exception
-
EPayment_Authentication_Alias
public void EPayment_Authentication_Alias() throws java.lang.Exception- Throws:
java.lang.Exception
-
EPayment_Authentication_Step1_EFinance
public void EPayment_Authentication_Step1_EFinance() throws java.lang.Exception- Throws:
java.lang.Exception
-
EPayment_Authentication_Step2_EFinance
public void EPayment_Authentication_Step2_EFinance() throws java.lang.Exception- Throws:
java.lang.Exception
-
EPayment_Authentication_Step3_1_challenge_EFinance
public void EPayment_Authentication_Step3_1_challenge_EFinance() throws java.lang.Exception- Throws:
java.lang.Exception
-
EPayment_Authentication_Step3_2_listAccounts
public void EPayment_Authentication_Step3_2_listAccounts() throws java.lang.Exception- Throws:
java.lang.Exception
-
EPayment_Authentication_Step3_3_chooseFirstAccount
public void EPayment_Authentication_Step3_3_chooseFirstAccount() throws java.lang.Exception- Throws:
java.lang.Exception
-
EPayment_Authentication_Step1
public void EPayment_Authentication_Step1() throws java.lang.Exception- Throws:
java.lang.Exception
-
EPayment_Authentication_Step2_cardId
public void EPayment_Authentication_Step2_cardId() throws java.lang.Exception- Throws:
java.lang.Exception
-
EPayment_Authentication_Step3_cardNumber
public void EPayment_Authentication_Step3_cardNumber() throws java.lang.Exception- Throws:
java.lang.Exception
-
EPayment_Authentication_Step3_challenge
public void EPayment_Authentication_Step3_challenge() throws java.lang.Exception- Throws:
java.lang.Exception
-
-