behave

behave

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·31.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·140 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