Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:Nobody wants more features (Score 1) 83

Aside proper profiles (like in Chrome) and PWA. About profiles: before point me to the poor profile switcher and to containers (which I use as a workaround): please, give a try to Chrome with 2 different accounts, use it in different displays (or different Gnome workspaces).

Comment I was "shocked" by Fukushima deaths... (Score 1) 111

Past year, I was watching a documentary about German closing all nuclear plants, and then heard Angela Merkel saying that the reason was Fukushima disaster. I gone to Google and search about Fukushima deaths.

According BBC, the number is astonishing: 1 indirect death by cancer in 2018.

Comment Of course it runs faster... (Score 4, Informative) 49

Of course run an automated test suite runs faster then manual testing. But it'll take an incredible amount of resource (time and developers) to write the automation script. So, write it against stable parts of your software. Usually regression test suites.

If not, you'll spend a huge time and developers to write scripts to something keeps changing.

Not to mention that a lot of the automation tools, even Selenium, Pupetter and Playwrite, they'll fail a lot (i.e., false negatives). To the point that sometimes you have to disable the CI when you have a lot of developers submitting pull requests.

I'd suggest to people that really want to learn about testing (being a tester, developer, test manager, product manager), to read the International Software Testing Qualification Board (ISTQB) basic syllabus.

Slashdot Top Deals

When a fellow says, "It ain't the money but the principle of the thing," it's the money. -- Kim Hubbard

Working...