Vineet Kumar profile picture

Vineet Kumar

+1 437-428-2199 | +1 301-979-5562  |  contactkrvineet@gmail.com

Python + Behave Test Automation Framework python-bdd-automation-framework

This framework offers a comprehensive solution for behavior-driven testing of web applications and RESTful APIs. Designed with clean architecture principles and following BDD best practices, it enables teams to write human-readable test scenarios that serve as living documentation.

  • Cross‑Browser Testing: Chromium, Firefox, WebKit
  • Auto‑wait, parallel execution, time‑travel debugging
  • BDD with Cucumber: Gherkin readable scenarios and tag‑based runs
  • Multiple reporting options and CI/CD ready
Example Gherkin
Feature: User Login

  @smoke
  Scenario: Successful login
    Given I navigate to "https://example.com"
    When I enter username "user@test.com"
    And I enter password "password123"
    And I click login button
    Then I should see the dashboard