DORSETRIGS
Home

bdd (15 post)


posts by category not found!

How to add logs to Extent Report for Specflow C# BDD tests?

Log Your Way to Better Spec Flow Tests with Extent Reports Tired of sifting through cryptic console logs to understand why your Spec Flow tests fail Wouldnt it

3 min read 05-10-2024 51
How to add logs to Extent Report for Specflow C# BDD tests?
How to add logs to Extent Report for Specflow C# BDD tests?

Error during BDD-Test for Android: java.lang.IllegalStateException: No compose hierarchies found in the app

Debugging java lang Illegal State Exception No compose hierarchies found in the app in Android BDD Tests The Problem You re trying to run your Behavior Driven D

3 min read 05-10-2024 47
Error during BDD-Test for Android: java.lang.IllegalStateException: No compose hierarchies found in the app
Error during BDD-Test for Android: java.lang.IllegalStateException: No compose hierarchies found in the app

Test not setup properly error in Jetpack Compose UI test using BDD (Cucumber)

Understanding the Test Not Set Up Properly Error in Jetpack Compose UI Tests Using BDD Cucumber When developing Android applications with Jetpack Compose implem

3 min read 29-09-2024 44
Test not setup properly error in Jetpack Compose UI test using BDD (Cucumber)
Test not setup properly error in Jetpack Compose UI test using BDD (Cucumber)

Is it possible to pass Gherkin steps at runtime to cucumber?

Passing Gherkin Steps at Runtime to Cucumber Is It Possible Cucumber is a popular tool that uses Gherkin language for writing acceptance tests It provides a way

2 min read 27-09-2024 57
Is it possible to pass Gherkin steps at runtime to cucumber?
Is it possible to pass Gherkin steps at runtime to cucumber?

Using standard locators instead in Playwright library

Understanding Standard Locators in Playwright A Comprehensive Guide When automating web applications using the Playwright library selecting the right method to

2 min read 26-09-2024 67
Using standard locators instead in Playwright library
Using standard locators instead in Playwright library

Cannot invoke "org.openqa.selenium.WebDriver.navigate()" because the return value of "DI_constructor.pagecontext.getDriver()" is null

Resolving the Cannot Invoke Web Driver navigate Because the Return Value is Null Error in Selenium When developing web automation tests using Selenium encounter

2 min read 20-09-2024 54
Cannot invoke "org.openqa.selenium.WebDriver.navigate()" because the return value of "DI_constructor.pagecontext.getDriver()" is null
Cannot invoke "org.openqa.selenium.WebDriver.navigate()" because the return value of "DI_constructor.pagecontext.getDriver()" is null

Cucumber is not showing number of scenarios and steps passed or falied

Troubleshooting Cucumber Why You re Not Seeing the Number of Scenarios and Steps Passed or Failed Cucumber is a popular testing tool used for Behavior Driven De

3 min read 19-09-2024 51
Cucumber is not showing number of scenarios and steps passed or falied
Cucumber is not showing number of scenarios and steps passed or falied

Get scenario name in pytest_bdd_apply_tag method

Accessing Scenario Names in the pytest bdd apply tag Method When working with the pytest bdd framework developers often need to access the name of the current s

2 min read 14-09-2024 67
Get scenario name in pytest_bdd_apply_tag method
Get scenario name in pytest_bdd_apply_tag method

BDD Story style

Choosing the Right BDD Story Style for Your SOA System When implementing Behaviour Driven Development BDD for a Service Oriented Architecture SOA system its cru

3 min read 06-09-2024 62
BDD Story style
BDD Story style

Old feature file path is used even after updating a new path

Why Your Cucumber Feature File Path Isnt Updating A Troubleshooting Guide Cucumber a popular tool for behavior driven development relies on feature files to def

2 min read 05-09-2024 54
Old feature file path is used even after updating a new path
Old feature file path is used even after updating a new path

How to test different browser using specflow and Playwright (cross browsing)

Cross Browser Testing with Spec Flow and Playwright A Comprehensive Guide Cross browser testing is crucial for ensuring your web application functions flawlessl

5 min read 03-09-2024 67
How to test different browser using specflow and Playwright (cross browsing)
How to test different browser using specflow and Playwright (cross browsing)

How to generate datetime in behave-html-pretty-formatter test report filename?

Dynamically Naming Your Behave Reports Incorporating Date and Time When automating tests with Behave and generating reports using the behave html pretty formatt

3 min read 03-09-2024 75
How to generate datetime in behave-html-pretty-formatter test report filename?
How to generate datetime in behave-html-pretty-formatter test report filename?

After hook destructuring issue

Resolving Destructuring Issues in Playwright BDD After Hooks This article will address a common issue encountered when using destructuring within Playwright BDD

2 min read 31-08-2024 43
After hook destructuring issue
After hook destructuring issue

How to write test case in BDD format ( Gherkin syntax) in azure devops for Automation testing?

Writing BDD Test Cases in Azure Dev Ops for Automation Testing Behavior Driven Development BDD is a popular approach for software development that emphasizes co

3 min read 30-08-2024 59
How to write test case in BDD format ( Gherkin syntax) in azure devops for Automation testing?
How to write test case in BDD format ( Gherkin syntax) in azure devops for Automation testing?

Getting unwanted not secure web window on trying to perform any action on any web element on current webpage

Unwanted Web Window Issue in Selenium Automation This article aims to address a common issue encountered in Selenium automation the appearance of an unwanted in

3 min read 27-08-2024 57
Getting unwanted not secure web window on trying to perform any action on any web element on current webpage
Getting unwanted not secure web window on trying to perform any action on any web element on current webpage