Questions tagged [cucumber]
Cucumber, an open-source tool for executable specifications, merges specification and test documentation into one cohesive whole.
6 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
0
answers
154
views
Testing CRUD ops with some special cases using Cucumber
Question
Using Cucumber and Java17, I refactored functional tests for a basic CRUD app as I found the previous tests using special variables for different test scenarios and I felt they were brittle ...
0
votes
1
answer
226
views
Unix batch job execution from BDD automation framework
As part of my testing, I have to connect to Unix server using putty and execute few unix jobs.
Feature file
Steps for test scenario:
...
5
votes
2
answers
2k
views
Counting unique words, numbers, or phrases
I was given the below scenario to write a java program by a Software company. I did my best and was well tested as well. They came back rejecting my application without giving any review comments. I ...
0
votes
1
answer
95
views
Cucumber scenario to test REST interface to scuba diving logbooks
I am looking for ideas how to improve this cucumber scenario (testing a REST interface) and make it more concise.
...
8
votes
2
answers
274
views
Error-testing be with cucumber/capybaraweb
I'm working on writing tests for a rails application using cucumber and capybara. I have a scenario for a user editing a post, and making it invalid.
The scenario looks like this:
...
1
vote
1
answer
1k
views
Multicolumn iterations with cucumber data tables in Ruby
Cucumber is not designed to support multi-column iterations, but it is possible to make it work. Here, I want to try each combination of path and role.
This is the Cucumber Gherkin:
...