def test_6delete_service_provider(self): login_sucess(self.driver, "http://localhost:8000/admin") delete_one_provider(self.driver) delete_all_provider(self.driver)
def test_4update_service_provider(self): login_sucess(self.driver, "http://localhost:8000/admin") update_service(self.driver) update_provider(self.driver)
def test_2cadastrar_provider(self): print 'Testes de cadastro de provedor...' login_sucess(self.driver, "http://localhost:8000/admin") cadastrar_provider(self.driver)
def test_3cadastrar_service(self): print 'Testes de cadastro de serviços...' login_sucess(self.driver, "http://localhost:8000/admin") cadastrar_service_provider_aws(self.driver) cadastrar_service_provider_hp(self.driver) cadastrar_service_provider_microsoft(self.driver)
def test_1login(self): print 'Testes de login...' login_valida_campos(self.driver, "http://localhost:8000/admin") login_sucess(self.driver, "http://localhost:8000/admin")