Skip to content

nomansial/TaskQANoman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to setup and execute automation test cases

  1. Install python on your machine

  2. Install Pycharm on your machine

  3. Open Pycharm and Select option Get From VCS option

  4. Enter repository URL and clone project

  5. Setup Python interpreter

  6. Install following requirements

    • Behave
    • assertpy
    • requestes
    • json
  7. Open Pycharm Terminal

  8. Make sure terminal is pointing to project directory

  9. Run command behave features/retrieve_ID.feature --no-capture --tags=Test

On executing above command it will execute all the scenarios from retreive_ID.feature file. Please note steps are implemented in stepimp.py file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages