def setUp(self):
     with allure.step(u'Paso 1: Ingresar a Google'):
         Selenium.pyodbc_query(self,
                               "SELECT * FROM BD_SDFT_INS_WEB.PORTAFOLIO")
         print("Se obtienen los portafolios.")
         Selenium.abrir_navegador(self, "https://www.google.com/")
         # CARGAR EL JSON CON LOS VALORES DE LOS ID DE LA APP
         Selenium.get_json_file(self, "Google")
Esempio n. 2
0
    def setUp(self):

        self.CURSOR = Selenium.pyodbc_query(self, "SELECT * FROM usuarios")

        Selenium.abrir_navegador(self, "https://www.google.com/?hl=es")
        Selenium.get_json_file(self, "google")
Esempio n. 3
0
 def setUp(self):
     with allure.step(u'PASO 1: Ingresar a Google'):
         self.CURSOR = Selenium.pyodbc_query(self, "SELECT * FROM my_api_subcategoria")
         Selenium.abrir_navegador(self, "https://www.google.com/")
         Selenium.get_json_file(self, "Google")