On 07/09/2014 12:43 PM, Amir Mukeri wrote:
> Hi Abhay,
> Am curious to know why do you want to move existing regression tests in
> TestNG to Cucmber, am assuming they are working fine? I believe you have
> lot of code already developed for Selenium+TestNG...do you intend to
> reuse it? How?
>
> @Other,
> Please also share your thoughts on this typical migration use case of
> TestNG to Cucumber for legacy/regression tests.
I'd only do this if you need to improve communication around your
legacy/regression tests. It could be very valuable in determining if the
logic you're testing is even something you'd want to continue providing
as a feature.
Converting them for the sake of converting them, I'm not sure I'd do.
Cucumber adds the overhead of plain English (or other native language)
that is not code directly. This is great for communicating with
stakeholders and collaborating with them, not so great for just running
code.
--
David