Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *** Settings ***
- Resource ../../PageObjects/Forms.robot
- Resource ../../../Common/PaymentInfo.robot
- *** Variables ***
- &{ach_cc} cc=abc qa=12493 staging=22793 prod=38308
- &{cc_only} cc=efg qa=12602 staging=22794 prod=38309
- &{cc_intl} cc=xyz qa=12602 staging=22794 prod=38339
- *** Test Cases ***
- Verify Registering With A New Card In A CC and ACH Env
- [Template] Register Using a New Credit Card
- [Tags] TestRailID=XXX Smoke Reg
- ${ach_cc} ${paymentInfo} ${visaCardInfo}
- ${ach_cc} ${paymentInfo} ${masterCardInfo}
- #etc
- Register Using a New Credit Card
- [Arguments] ${type} ${paymentInfo} ${card}
- Common.Begin Web Test ${type.cc}
- Go To Registration Form ${type.${ENV}}
- Select Individual
- Enter CC Name ${paymentInfo}
- Enter CC Payment Information ${card}
- Common.End Web Test
- Resolving variable '${type.cc}' failed: AttributeError: 'unicode' object has no attribute 'cc'
Add Comment
Please, Sign In to add comment