python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Serenity-BDD jsonPath validation
I'm doing a serenity test and want to do some validation on json.
The json I got looks like
{
"devices": [
{
"deviceId": "0",
"de...
TVRiddle
Votes: 0
Answers: 1
Spring boot autowire and cross feature shared data
As per the serenity BDD each scenario is solid
Serenity session variable will be lost for the second scenario
I am integrating SpringBoot using @SpringBootTest
My code is perfectly working whatever I ...
Dickens A S
Votes: 0
Answers: 1
Unexpected alert open error even though alert is expected: Selenium Serenity BDD
I am testing that if signup is failed, an alert should say "User already exist"
But I'm getting "org.openqa.selenium.UnhandledAlertException: unexpected alert open: {Alert text : This ...
SUPARNA SOMAN
Votes: 0
Answers: 1
Serenity BDD Ensure class not available from Screenplay Assertions
I have a Java Maven project using Serenity BDD (serenity-bdd) combined with Selenium to run automated tests.
The pom.xml includes the serenity-bdd dependency
<!-- https://mvnrepository.com/artifact...
Marcelo
Votes: 0
Answers: 2