Overview for 'testing'
Written by blog
/ Original link
on Dec. 10, 2019
Knowing what to test is sometimes confusing for non-technical product managers that are forced to wear the Quality Assurance hat from time to time. Here are a couple different personas to take on when it’s time to get your hands dirty.
Written by Bram.us
/ Original link
on Dec. 3, 2019
glcheck is a WebGL-focused testing framework. It runs unit and render tests using puppeteer which allows it to run automated tests and generate coverage reports for both WebGL 1 and 2 applications.…
Written by php[architect] - The site for PHP professionals
/ Original link
on Sep. 24, 2019
In Episode 24 Eric, John, and Oscar discuss some of the articles in the September 2019 issue “Master of Puppets”. Topics History of PHP, celebrating “25 Years of PHP”, and the Impact Awards at php[world] Using Puphpeteer to automate Chromium browser tasks and testing. Code style, and refactoring le…
Written by Krakjoe
/ Original link
on Jul. 29, 2019
Fig 1. A Black BoxWhen we are developing, we go to great lengths to take measurements and gather insights with every kind of testing under the sun, coverage, reviews and so on. These measurements, insights, and processes give us the confidence to take what we made to production.Production ... a kin…
Written by Yegor Bugayenko
/ Original link
on Jul. 9, 2019
If you are a manager in a software team, your job is to make your people get things done. This is obvious. The question though is how exactly you make it happen. How do you make them do what you want, according to your plans, achieving your objectives, to your quality standards, and within the bord…
Written by Yegor Bugayenko
/ Original link
on Jul. 1, 2019
While I was working with a previous article about Test-Driven Development (TDD) I read many blog posts and a few books on the subject and found out that I disagree with a few of them; even some that are pretty important. It seems that most software experts simply misunderstand how software developm…