Cucumber

Cucumber

DevOps / Build, Test, Deploy / Testing Frameworks
Needs advice
on
behavebehave
and
CucumberCucumber

Hi everyone!

I am starting in test automation. I like Python direction, but in many roles, Cucumber is asked as the skill. So is behave totally replacing Cucumber or it would be better to learn Java and Cucumber?

READ MORE
3 upvotes·28.7K views
Replies (1)
Recommends
on
behave

Hi Sasha, I have used Behave with python before and it’s totally fine to use it. It’s a good framework and you will love it. Regards, Kanika.

READ MORE
1 upvote·1 comment·108 views
Paolo Lizarazu
Paolo Lizarazu
·
March 31st 2022 at 10:00PM

the thing is that you want to apply BDD for your automation and cucumber is good for that but learning BDD with any language and framework will work as the starting point.

here you have a link to use cucumber with python https://code.tutsplus.com/tutorials/behavior-driven-development-in-python--net-26547

but also to use jbehave with java https://jbehave.org/reference/stable/getting-started.html

·
Reply
Needs advice
on
axiosaxios
and
SuperTestSuperTest

So far, I have worked on UI automation testing using the WebdriverIO+TypeScript+ Cucumber framework. Now my manager wants me to design a framework for API automation testing using TypeScript.

Could someone please suggest if it is ideal to use cucumber for API automation? If not, please provide the reasons. And also, please suggest the best npm packages, framework (Cucumber/ Mocha), API testing module - axios or SuperTest, report generation tool (Allure report or any other) that we can use for API automation testing.

READ MORE
4 upvotes·45.6K views

I am a QA heading to a new company where they all generally use Visual Studio Code, my experience is with IntelliJ IDEA and PyCharm. The language they use is JavaScript and so I will be writing my test framework in javaScript so the devs can more easily write tests without context switching.

My 2 questions: Does VS Code have Cucumber Plugins allowing me to write behave tests? And more importantly, does VS Code have the same refactoring tools that IntelliJ IDEA has? I love that I have easy access to a range of tools that allow me to refactor and simplify my code, making code writing really easy.

READ MORE
6 upvotes·633.5K views
Replies (1)
Senior Software Engineer at GfK·
Recommends
on
IntelliJ IDEA

I use Intellij IDEA Ultimate for javascript development and testing. Everything is configured and run smoothly. Visual Studio Code is a basic editor with a rich set of plugins. Making them to work smoothly is challenging sometimes. If you don't have a license for the Ultimate Edition, you can use Intellij EAP builds. The best judgement is to test both tools and see where you perform your work more efficiently. I'd recommend Intellij IDEA IDE for professional development.

READ MORE
3 upvotes·64.8K views