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 void
authorizeCard()
void
clearSessionLists()
void
EPayment_Authentication_Alias()
void
EPayment_Authentication_Step1()
void
EPayment_Authentication_Step1_EFinance()
void
EPayment_Authentication_Step2_cardId()
void
EPayment_Authentication_Step2_EFinance()
void
EPayment_Authentication_Step3_1_challenge_EFinance()
void
EPayment_Authentication_Step3_2_listAccounts()
void
EPayment_Authentication_Step3_3_chooseFirstAccount()
void
EPayment_Authentication_Step3_cardNumber()
void
EPayment_Authentication_Step3_challenge()
void
sendTransaction()
void
submitTransaction()
-
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
-
-