0% found this document useful (0 votes)
52 views2 pages

Python Automation With BDD Framework

Uploaded by

Mahmoud Ibrahim
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views2 pages

Python Automation With BDD Framework

Uploaded by

Mahmoud Ibrahim
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Python Automation with BDD Framework

What tools support BDD framework for Python?


Install Behave
Install Professional Edition of PyCharm for BDD Plugins
Support
What are Feature Files, Step Definition files in Behave
Create Behave BDD Structure in PyCharm project
Convert existing API Test to BDD Style
Importance of Context variable
How to achieve Data driven in BDD Framework
How to Parameterize the tests with multiple data sets in
BDD
Importance of Tags and Hooks in BDD Framework
Build setup and Tear down methods with BDD tags and
Hooks
Generate Allure reports for BDD Test results

Step 1:
pip install allure-behave

Step 2:
$ behave -f allure_behave.formatter:AllureFormatter -o
%allure_result_folder%

Step 3:
Download Allure Command Line Server

Step 4 :
allure serve %allure_result_folder%

You might also like