from Utils.global_variate import Global from Utils.mockData_handler import data_handler class customerData(Global): random_id = data_handler.random_id() customer_test_name = 'autotest_customer%s'%random_id customer_test_email = 'autotest_customer@gmail.com%s'%random_id customer_test_phone = data_handler.phone() customer_test_note = 'autotest_note_msg'