Exemplo n.º 1
0
    def test_add_new_contact(self):
        account_type = 'mcp'
        account_option = 'address'

        load_page(self)
        login(self, account_type)
        my_account(self, account_option)
        add_new_contacts(self)
Exemplo n.º 2
0
 def test_join_master_card(self):
     """ Script to verify the Join Now functionality with
     Master card payment. 
         @param self: Instance of class.
         
     """
     location = "send"
     payment_type = "mastercard"                
     
     load_page(self)
     join_now(self, location)
     m_order1(self)
     m_order2(self,location)
     credit_card_payment(self, payment_type)
     m_order3(self,location)