Automação de testes

Configurações iniciais

Baixar o Python
Python é uma linguagem de programação. O download pode ser feito em https://www.python.org/downloads/.

1.1 Ativar o ambiente virtual
Em um diretório da sua escolha digite
python -m venv venv
E para ativá-lo


This content originally appeared on DEV Community and was authored by Alex Corrêa

Configurações iniciais

  1. Baixar o Python Python é uma linguagem de programação. O download pode ser feito em https://www.python.org/downloads/.

1.1 Ativar o ambiente virtual
Em um diretório da sua escolha digite
python -m venv venv
E para ativá-lo
venv/Scrpts/Activate.ps1

  1. Baixar o Robot Framework
    No terminal digite
    pip install robotframework
    E com isso teremos a última versão do Robot Framework

  2. Baixar o Selenium
    No terminal digite
    pip install robotframework-seleniumlibrary
    E com isso teremos a última versão da biblioteca Selenium

  3. Baixar o Gecko Driver
    https://github.com/mozilla/geckodriver/releases
    Acessa a página e baixe a última versão, com o donwload feito leve o arquivo geckdriver.exe para a pasta C://Windows

  4. Rodar um teste inicial
    Criei um arquivo que possua a extensão .robot


This content originally appeared on DEV Community and was authored by Alex Corrêa


Print Share Comment Cite Upload Translate Updates
APA

Alex Corrêa | Sciencx (2024-08-09T19:21:29+00:00) Automação de testes. Retrieved from https://www.scien.cx/2024/08/09/automacao-de-testes/

MLA
" » Automação de testes." Alex Corrêa | Sciencx - Friday August 9, 2024, https://www.scien.cx/2024/08/09/automacao-de-testes/
HARVARD
Alex Corrêa | Sciencx Friday August 9, 2024 » Automação de testes., viewed ,<https://www.scien.cx/2024/08/09/automacao-de-testes/>
VANCOUVER
Alex Corrêa | Sciencx - » Automação de testes. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/08/09/automacao-de-testes/
CHICAGO
" » Automação de testes." Alex Corrêa | Sciencx - Accessed . https://www.scien.cx/2024/08/09/automacao-de-testes/
IEEE
" » Automação de testes." Alex Corrêa | Sciencx [Online]. Available: https://www.scien.cx/2024/08/09/automacao-de-testes/. [Accessed: ]
rf:citation
» Automação de testes | Alex Corrêa | Sciencx | https://www.scien.cx/2024/08/09/automacao-de-testes/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.