Hacker News new | ask | show | jobs
Ask HN: What do you think about Intern JS testing framework/stack?
1 points by rahul286 4161 days ago
I am new to unit testing as well as functional testing. In functional testing, we needed - cross-browser testing with chrome/firefox and IE, AJAX tests, file upload test.

We started with selenium which seemed to have all features but the JAVA and complicated setup turned off our PHP & JavaScript team. So at that point I started exploring JS-based testing solutions.

I came across many solutions. The number of solutions confused me more rather than helping me.

This comparison table/page seemed helpful - http://theintern.io/#compare

As part of my habit, I tried to search HN archives to find views about shortlisted solutions.

To my surprise, HN has 3 threads for Intern JS and none of them got a single comment:

https://news.ycombinator.com/item?id=5666938

https://news.ycombinator.com/item?id=7759227

https://news.ycombinator.com/item?id=8155898

Surprisingly, other solutions had more discussions on HN. Example: nightwatch.js - https://news.ycombinator.com/item?id=7156162

So I just wish to know if Intern JS is good choice for somebody writing test cases for first time? And can bit get things done without getting into JAVA or Selenium (it's fine if Selenium is used internally).

1 comments