ibnesayeed
Well-known member
Often time when I plot a graph (in my mind of course) between their development speed vs. number of discovered bugs, I am surprised to see the slope of the curve. Then the obvious question is, "how they test the back-end and front-end?" In some languages like Ruby, they have pretty good frameworks for testing and some developers tend to use behavioral/test driven development paradigm (I am not sure about PHP though, there must be something but, I did not see it in trend). Front-end testing is again very much manual every where. Well, there are Selenium IDE and similar solutions but, when it comes to JavaScript heavy applications and cross browser testing, those solutions just don't work. For JavaScript heavy applications, there is something called headless browsing (e.g. Phantom JS), but then you will have to write lots of test routines and probably taking screenshots on every event then eyeball through.
One reason behind their rapid development and still producing least bugs is indeed their excellence and experience. But, it would be nice if they can share their thoughts on it.
One reason behind their rapid development and still producing least bugs is indeed their excellence and experience. But, it would be nice if they can share their thoughts on it.
