Discussion:
[Cucumber] I worked in UFT and Selenium sometime now.How does Cucumber gives benefit to me?Is it a right choice
Narayanasamy Ramaiah
2017-08-04 13:20:10 UTC
Permalink
Hi,

Whats the future of CUCUMBER and will it give good job and with decent hike
in salary though i have been working for selenium and UFT for sometime now.

How this is relevent to me to learn in terms of career as UFT and Selenium
is part SI Testing.

Kindly detail and guide.

Thanks
--
Posting rules: http://cukes.info/posting-rules.html
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thomas Sundberg
2017-08-07 08:58:16 UTC
Permalink
On 4 August 2017 at 15:20, Narayanasamy Ramaiah
Post by Narayanasamy Ramaiah
Hi,
Whats the future of CUCUMBER and will it give good job and with decent hike
in salary though i have been working for selenium and UFT for sometime now.
Predicting things is hard. Predicting the future is, unfortunately, even harder.

That said, your question can't be properly answered. I can only look
at my self and knowing about Behaviour-Driven Development, BDD, is
beneficiary for me. It gives me a tool for communication,
documentation, and automation that simplifies the development of
systems I work on.
Post by Narayanasamy Ramaiah
How this is relevent to me to learn in terms of career as UFT and Selenium
is part SI Testing.
It all depends on how you choose to use the tool. If testing is your
primary goal, then there might be easier tools to use.
If communication with developers as well as business representatives s
yout goal, then I would say that it is a good tool to use in some
circumstances.

The only way to know if it something that will work for you is to
learn to use BDD and Cucumber and then evaluate from your personal
perspective.

/Thomas
--
Thomas Sundberg
M. Sc. in Computer Science

Mobile: +46 70 767 33 15
Blog: http://www.thinkcode.se/blog
Twitter: @thomassundberg

Better software through faster feedback
--
Posting rules: http://cukes.info/posting-rules.html
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
80Vikram
2017-08-08 09:31:09 UTC
Permalink
Hi,

From my experiences of following BDD since last 1 years, it saves team
from re-work by avoiding "You Burn, I Scrape" approach.

For me BDD is like "Brushing teeth at night ( which is optional ) if you
don't do; you will end visiting dentist more often and spending money &
undergoing lots of pain"

I've recently given talk on BDD, Cucumber usage in automation projects (
Web, Mobile ) , you can refer to


Regards,
Vikram
Post by Narayanasamy Ramaiah
Hi,
Whats the future of CUCUMBER and will it give good job and with decent
hike in salary though i have been working for selenium and UFT for sometime
now.
How this is relevent to me to learn in terms of career as UFT and Selenium
is part SI Testing.
Kindly detail and guide.
Thanks
--
Posting rules: http://cukes.info/posting-rules.html
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Marit van Dijk
2017-08-08 02:30:26 UTC
Permalink
Hello Narayanasamy,

From personal experience/opinion only: I've done test automation in
Java/Selenium only for about two years at my previous job. We had a lot of
code duplication;
each test case was a separate class, so any steps that were shared between
test cases would be more or less duplicated. In my new job, I started using
cucumber;
using steps and step definitions removed most, if not all, duplication
between test cases. In addition, using gherkin makes it easier for me to
communicate with
business stakeholders (Product owner, Business Analysts). Finally, in
projects with little to no documentation, having a kind of 'runnable
specifications' (feature files)
has helped me a lot in figuring out new functionality / test cases! So all
in all, I enjoy using cucumber a lot. I don't know if this is relevant to
you. ;)
Regarding your question on whether it is useful to learn for your career,
I'd suggest looking at the types of jobs you want and what are they asking
for. If you see a lot
of demand for cucumber, then definitely yes! If not, I would still consider
it useful to your career to at least look into different types of tools to
use (and have an opinion
on if/why you do // don't like them). This may or may not include cucumber.
Hope this helps!

Regards,
Marit
Post by Narayanasamy Ramaiah
Hi,
Whats the future of CUCUMBER and will it give good job and with decent
hike in salary though i have been working for selenium and UFT for sometime
now.
How this is relevent to me to learn in terms of career as UFT and Selenium
is part SI Testing.
Kindly detail and guide.
Thanks
--
Posting rules: http://cukes.info/posting-rules.html
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...