python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
java.io.FileNotFoundException while running code from jenkins
I am facing file not found exception while trying to run my test from jenkins , on my local its working as expected, however when m running it from jenkins it should search the file in jenkins workspa...

Devesh Joshi
Votes: 0
Answers: 1
Cucumber-JUnit control parallel tests with tags
Recently I created a framework with Cucumber-JUnit where I am able to execute Scenarios in parallel (For now keeping one scenario per feature) without any issue.
Now I have a situation where some of t...
User 0234
Votes: 0
Answers: 2
Cucumber: How to skip a single step and continue with the scenario (Java, JUnit)
I have a scenario with following structure:
Scenario Outline: Sections displayed on login
Given Robert is at the home page
When Robert logs in as "<role>"
Then the "<sect...
Lola
Votes: 0
Answers: 1
Cucumber BDD test for Image File Upload API using spring boot?
I have a POST api "/api/user/profileImage" to upload image, developed with spring boot. I have to write Cucumber BDD test to validate the api, unfortunately I can't find much references for ...
MAREESKANNNAN RAJENDRAN
Votes: 0
Answers: 0