
Fermé
Publié
Payé lors de la livraison
I need a testing specialist who can turn our functional requirements and user stories into living documentation and reliable regression checks. The application in scope is a web application, and I want every scenario expressed in Gherkin so that business stakeholders can read and approve each behaviour before the code runs. Here is how I picture the flow: • You analyse the stories, requirements and acceptance criteria, then define comprehensive positive and negative scenarios. • Those scenarios become feature files written in clear, well-structured Gherkin. • Step definitions and page objects are built in Selenium WebDriver, wired up through a BDD framework such as Cucumber. • Tests run across Chrome, Firefox and Edge, executing in our Windows-based pipeline. • Results are published in concise, readable reports so we can trace every requirement back to a passing (or failing) test. Deliverables 1. Gherkin feature files covering all agreed stories 2. Fully functioning Selenium/Cucumber project with step definitions and page objects 3. Execution instructions and sample reports Acceptance criteria – All stated scenarios execute successfully on Chrome, Firefox and Edge – Each feature file mirrors its linked user story and acceptance criteria – Test code is clean, maintainable and follows BDD conventions If this process fits your skill set, I’m ready to share the backlog and get started right away.
N° de projet : 40251748
35 propositions
Projet à distance
Actif à il y a 9 jours
Fixez votre budget et vos délais
Soyez payé pour votre travail
Surlignez votre proposition
Il est gratuit de s'inscrire et de faire des offres sur des travaux
35 freelances proposent en moyenne ₹24 789 INR pour ce travail

You’re not looking for test scripts. You’re building executable specifications. For a web application where business stakeholders must approve behavior before execution, the quality of the Gherkin layer matters as much as the automation underneath it. We would approach this in structured phases: 1. Backlog analysis to translate user stories into comprehensive positive and negative scenarios written in clean, stakeholder-friendly Gherkin 2. Implementation of a scalable Page Object Model with Selenium WebDriver 3. Cucumber-based BDD framework wired into your Windows pipeline 4. Cross-browser execution across Chrome, Firefox, and Edge 5. Structured reporting that maps each feature file directly to its user story The focus will be on maintainability, avoiding brittle selectors, and keeping step definitions reusable and expressive. Before scaffolding the project, which language stack are you using for automation, Java, JavaScript, or another? Let’s build a regression suite that acts as living documentation, not just automated clicks. Best, Jenifer
₹25 000 INR en 7 jours
5,8
5,8

I will analyze the stories, requirements, and acceptance criteria to define comprehensive scenarios, then create feature files in Gherkin, and build step definitions and page objects in Selenium WebDriver using a BDD framework like Cucumber, to deliver a fully functioning project with execution instructions and sample reports, adapting to the proposed budget. Waiting for your response in chat! Best Regards.
₹25 625 INR en 3 jours
4,9
4,9

Hello, I have 14+ years of experience in QA and strong expertise in BDD automation using Gherkin, Selenium WebDriver, and Cucumber (Python). I will: Convert user stories into clear Gherkin feature files Build a Selenium + Cucumber automation framework with POM Execute tests on Chrome, Firefox, and Edge Provide execution instructions and readable reports All scenarios will align with acceptance criteria and follow BDD best practices. Ready to start once you share the backlog. Regards, Nirav Panchal
₹25 000 INR en 7 jours
5,0
5,0

Hi, I can take your functional requirements and user stories and convert them into clear, business-readable Gherkin scenarios that act as living documentation and reliable regression coverage. I begin by analyzing each story and acceptance criterion, defining complete positive, negative, and edge-case scenarios. These are written as clean, structured feature files that stakeholders can review and approve before automation begins. I then build a maintainable Selenium WebDriver framework using Cucumber, following the Page Object Model to keep the code clean and scalable. Step definitions stay aligned with Gherkin steps to ensure clarity and traceability. Tests will run across Chrome, Firefox, and Edge within your Windows-based pipeline. Execution results will be published in clear reports showing feature-level and scenario-level outcomes, making it easy to trace each requirement to a passing or failing test. Deliverables include full feature coverage, a working Selenium/Cucumber project, execution instructions, and sample reports.
₹30 000 INR en 7 jours
4,8
4,8

Hi there, I will convert your user stories and acceptance criteria into readable Gherkin and maintainable Selenium/Cucumber code so stakeholders can approve behaviours before runs. I’m confident I can deliver cross‑browser, production-ready regression checks. - Gherkin feature files covering agreed stories (positive & negative scenarios) - Selenium WebDriver + Cucumber (Python) project with step definitions and Page Objects - Cross‑browser execution on Chrome, Firefox and Edge and sample HTML reports + run instructions Skills: ✅ Software Testing ✅ Python ✅ BDD (Gherkin/Cucumber) ✅ Selenium WebDriver integration ✅ Cross‑browser reliability (Chrome/Firefox/Edge) ✅ CI/CD Windows pipeline execution Certificates: ✅ Microsoft® Certified: MCSA | MCSE | MCT ✅ cPanel® & WHM Certified CWSA-2 I can start immediately and deliver the initial feature set in 7 days. Which high-priority user story or workflow should I automate first so I can draft the initial Gherkin features? Best regards,
₹12 500 INR en 7 jours
4,3
4,3

Your cross-browser requirement will fail if you hardcode WebDriver instances instead of using a factory pattern with RemoteWebDriver. I've debugged too many CI pipelines where tests pass locally on Chrome but break on Firefox because element locators weren't browser-agnostic. Before building the framework, I need clarity on two things. First, what's your current CI environment - are you running tests in Docker containers or directly on Windows agents, because that changes how I configure the WebDriver binaries and browser versions. Second, does your food delivery app have dynamic elements like real-time order tracking or map integrations that require explicit waits, or can I use standard implicit timeouts? Here's the architectural approach: - GHERKIN + CUCUMBER: Write scenario outlines with data tables to cover edge cases like invalid promo codes, out-of-stock items, and delivery address validation without duplicating step definitions. - SELENIUM PAGE OBJECT MODEL: Build a base page class with reusable methods for waits, screenshots on failure, and cross-browser element handling so your tests don't break when the UI changes. - PYTHON + BEHAVE: Structure the project with environment hooks that spin up browser instances per scenario, capture logs on failure, and tear down sessions cleanly to prevent memory leaks during long regression runs. - CROSS-BROWSER GRID: Configure WebDriver Manager to auto-download compatible driver binaries and parameterize browser selection through behave tags so you can run the same suite across Chrome, Firefox, and Edge without changing code. - ALLURE REPORTS: Integrate Allure for stakeholder-friendly HTML reports that map each Gherkin scenario to pass/fail status with screenshots and execution time, making it trivial to trace failures back to specific user stories. I've built 8 BDD frameworks for e-commerce and logistics clients where non-technical PMs reviewed Gherkin files before sprint sign-off. Let's schedule a 20-minute call to walk through your backlog and confirm the test data strategy before I start writing scenarios.
₹22 500 INR en 7 jours
4,8
4,8

I can implement a complete BDD testing framework that transforms your functional requirements and user stories into clear, maintainable Gherkin feature files that serve as both living documentation and reliable regression tests. I will analyse each story and acceptance criterion to create comprehensive positive and negative scenarios written in structured, business-readable Gherkin. These scenarios will be backed by clean, modular step definitions and robust Page Object Model implementations using Selenium WebDriver and Cucumber, ensuring the test suite remains scalable, readable, and easy to maintain as your application evolves. The solution will be configured to execute reliably across Chrome, Firefox, and Edge within your Windows-based pipeline, with proper browser configuration, synchronization handling, logging, and error management. I will also provide clear execution instructions, sample runs, and concise, traceable reports that link each requirement to its corresponding automated test result. My focus is on delivering a production-quality BDD framework that provides full traceability, reliable regression coverage, and long-term maintainability aligned with industry best practices.
₹20 000 INR en 7 jours
4,0
4,0

Hi, I can turn your user stories and acceptance criteria into living documentation (Gherkin) and a reliable cross-browser regression suite for your web app—built to run cleanly in a Windows pipeline with stakeholder-readable reporting. How I’ll execute Analyze backlog → define comprehensive positive + negative scenarios per story Write clear Gherkin feature files (business-readable, tagged smoke/regression) for approval Implement automation with Selenium WebDriver + Page Object Model (clean selectors, stable waits, reusable steps) Cross-browser runs on Chrome, Firefox, Edge with CI-friendly config (env URLs, creds handling, headless options) Publish concise reports (HTML/Allure), including screenshots/logs on failures and story-to-scenario traceability Important note on “Cucumber” In Python, the standard BDD runners are behave/pytest-bdd (Gherkin-compatible). If you require Java Cucumber specifically, I’ll align the stack accordingly—same scenarios, different runner. Quick questions How many stories for V1, and any priority “must-have” flows? Any OTP/payment/3rd-party flows needing test accounts or stubs? Do you have a defined selector strategy (data-testid) or should I standardize it? If you share the backlog, I’ll start by producing a scenario matrix for signoff.
₹20 000 INR en 7 jours
4,0
4,0

We help you on this tech stack, lets connect Frameworks worked on: Java + Selenium + Cucumber/TestNG JavaScript + Protractor + Jasmine JavaScript + Cypress + Mocha Java + Rest Assured (RestFul API testing)
₹37 000 INR en 7 jours
2,6
2,6

As a seasoned professional with 10+ years of expertise across several realms of software testing and automation, your project of creating a comprehensive BDD Selenium test automation suite aligned perfectly with my skill set. Through my career, I've tackled projects mirroring your needs: turning functional requirements into intuitive Gherkin feature files, building robust step definitions and page objects in Selenium WebDriver wired up via Cucumber, and generating concise yet traceable execution reports. In addition to my proficiency in the core technologies like Python and Selenium needed for this project, my extensive experience in workflow automation (n8n • Power Automate • Make • UiPath) will prove invaluable. I have an aptitude for creating streamlined, future-proof low-code/no-code workflows that could save substantial time by minimizing manual processes. Furthermore, I understand the importance of clean code that is easily maintainable. Not only do I automate efficiently but also document profusely so that the deliverables include lucid Gherkin feature files documenting every single agreed-upon scenario. My systematic approach towards end-to-end testing including API + UI integrated automation using tools like Postman, RestAssured as well as Cypress and playwright will give you complete peace of mind regarding the quality and stability of your application throughout its development lifecycle.
₹25 000 INR en 7 jours
2,3
2,3

I understand that you need a testing specialist to transform your functional requirements and user stories into living documentation and reliable regression checks for your web application. The focus on Gherkin for clear communication with business stakeholders
₹13 750 INR en 7 jours
2,0
2,0

As a seasoned developer with a focus on long-term maintainability and ensuring my solutions are fit for business purposes, I can confidently say that this project aligns perfectly with my skill set. I have extensive experience in building practical web solutions including ERP/CRM systems, business websites, and workflow automation along with a good grip on BDD frameworks like Cucumber. Moreover, my proficiency in Python is highly relevant, considering your requirement for Selenium-based WebDriver tests. Having built integrations to full-fledged business platforms from scratch, I recognize the importance of turning functional requirements into living documentation and reliable regression checks- exactly what you need! I understand the significance of clean, readable code for future developers and internal users alike and can assure you that I always adhere to the BDD conventions for just this reason. Rest assured, I will deliver not only feature files written in well-structured Gherkin but also a fully functioning Selenium/Cucumber project with proper step definitions and page objects. Together, we can make sure every scenario is executed successfully on Chrome, Firefox, and Edge before being linked to their respective user stories and detailed acceptance criteria. Let's discuss how we can turn your vision into reality!
₹12 500 INR en 3 jours
1,5
1,5

Ready to start now!!! I am an experienced Software Testing with Functional and Automation testing, working in fields like JAVASCRIPT JAVA Python Functional Testing API Testing - Postman, Swagger Automation Testing (Test-cafe, selenium, playwright, Cypress, Cucumber, Katalon studio) If you need further details, just have a chat! It's free to have a consultation before hiring a freelancer! Waiting to chat with you!!!
₹25 000 INR en 7 jours
1,0
1,0

I am an excellent fit for your project, having successfully completed similar work in the past. Translating functional requirements into clean, professional Gherkin feature files and building user-friendly, automated test suites with Selenium and Cucumber aligns perfectly with your needs for seamless validation across Chrome, Firefox, and Edge. With experience in BDD frameworks and test automation, I ensure fully integrated, maintainable code that mirrors your user stories precisely. Even though I am new here, I have worked on numerous projects outside of freelancer and developed the skills necessary to complete this work effectively. I’d be glad to discuss your project—at best, we find a strong fit to work together; at minimum, you receive a complimentary consultation. Regards, Keagan.
₹17 250 INR en 30 jours
0,0
0,0

Hello, Your BDD-driven Selenium automation workflow aligns perfectly with my experience. I have hands-on experience creating Gherkin feature files from user stories and implementing them using Selenium WebDriver with Cucumber. I follow proper Page Object Model (POM) structure to ensure clean and maintainable test code. I can deliver: • Well-structured Gherkin feature files covering positive and negative scenarios • Selenium + Cucumber framework setup • Cross-browser execution (Chrome, Firefox, Edge) • Clear execution instructions and readable reports I estimate the first framework setup within 3–4 days and full regression coverage within 10–12 days. I am ready to review your backlog and start immediately. Best regards, Naimus Shakib
₹22 000 INR en 7 jours
0,0
0,0

Hello, I have solid experience with Python and web application architecture, and I can build a clean, maintainable BDD automation framework using Selenium WebDriver. I will: Analyse your user stories and acceptance criteria Translate them into well-structured Gherkin feature files Implement step definitions using Page Object Model Ensure cross-browser execution (Chrome, Firefox, Edge) Provide clear, readable test reports My focus is clean architecture, maintainability, and traceability between requirements and tests. I’m ready to review your backlog and start immediately. Best regards, Zied
₹25 000 INR en 7 jours
0,0
0,0

Deliverables include: Complete Gherkin feature files covering all agreed user stories A fully functional Selenium + Cucumber automation framework with step definitions and page objects Clear execution instructions and sample test reports
₹25 000 INR en 7 jours
0,0
0,0

Currently making similar system for a bank — I can show demo. We are implementing a full BDD automation framework where business teams review Gherkin scenarios before execution, ensuring true living documentation and traceability. Your requirement perfectly matches our current delivery model: • Convert user stories + acceptance criteria into structured Gherkin (positive, negative, edge cases) • Maintain clean Feature → Step Definition → Page Object separation • Selenium WebDriver with Cucumber (Java) • Cross-browser execution on Chrome, Firefox, and Edge • Windows-based CI pipeline integration • Clear HTML reports mapping each scenario to requirements
₹12 500 INR en 1 jour
0,0
0,0

Having spent almost a decade honing my skills in manual and automation testing, I am equipped with the knowledge and expertise necessary to transform your functional requirements and user stories into comprehensive Gherkin features using Selenium WebDriver and Cucumber. My toolset includes Selenium, Postman, REST APIs, Jira, Bugzilla among others which would be fully utilized in this project. Throughout my career at Tata Consultancy Services (TCS) and as an independent consultant, I have had the opportunity to work on extensive projects with diverse technologies. Consequently, I can confidently assure you efficiency across Chrome, Firefox, and Edge platforms and provide concise execution instructions along with samples reports for easy comprehension. My commitment to thoroughness extends to following BDD conventions when writing test code, ensuring a clean and maintainable project. Additionally, you can expect an agile integrated QA process support from my end to ensure maximum traceability of every requirement to their corresponding test outcomes. Choose me for a meticulous h
₹25 000 INR en 7 jours
0,0
0,0

ISTQB Certified Software Testing professional, with 14+ years of Experience in Software Quality Assurance, involved in Automation testing and manual testing in agile methodology. Currently working in Automation team[Selenium with Java and Protractor with Cucumber]. Conducted training sessions on Automation Testing and Testing tools like Selenium with java, Excel Macro, Sikuli, Jenkins Integration and Test Stack White with C#. Currently designated as Senior Automation Engineer – Testing Services, and has good knowledge on the area’s like Selenium, Java, Protractor, Cucumber, SOAP UI, Postman, Excel macro, VB, Appium. Having hands on experience in Tools like Selenium, Maven, Jenkins, TestNG, Bit Bucket, Test Stack White, QC, SOAP UI, Excel Macro, SQL, TFS, JIRA and SVN. Worked on new Project’s Automation Feasibility POC’s, Estimation, DSR, WSR and Dashboard. Sound understanding of the testing fundamentals and experience in various levels of testing and Grounded understanding on all the phases of Software Development Life Cycle - SDLC and Test Life Cycle – TLC. Ability to build a good rapport with the team and possess Leadership Qualities.
₹37 500 INR en 15 jours
1,1
1,1

Mysuru, India
Membre depuis févr. 23, 2026
₹12500-37500 INR
₹12500-37500 INR
₹750-1250 INR / heure
$2-8 USD / heure
$8-15 USD / heure
₹1500-12500 INR
$750-1500 USD
$2-8 USD / heure
$10-30 USD
₹1500-12500 INR
$30-250 USD
₹100-400 INR / heure
$8-15 USD / heure
$10 USD
₹12500-37500 INR
₹600-1500 INR
$30-250 AUD
₹750-1250 INR / heure
$750-1500 USD
₹1500-12500 INR