Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 425 Bytes

File metadata and controls

11 lines (11 loc) · 425 Bytes

SeleniumTesting

Testing of the function Login with python, selenium and Behave. Steps:

  1. Install Python.
  2. Install Selenium Python with PIP: pip install selenium
  3. Install module behave with PIP: pip install behave
  4. Download the file Login.zip
  5. Uncompressed file: Login.zip
  6. In the terminal, set the directory /login/features.
  7. In the terminal execute commands: behave name_feature_file.feature Ready, enjoy it!