Bookmark
Agility Requires Safety · The Macro
themacro.com/articles/2016/03/agility-requires-safety/, posted 2016 by peter in agile continuousdelivery development testing toread
“We’re trying to be really agile, so we don’t waste time on design or documentation.”
“I have to ship this to production immediately, so I don’t have time to write tests!”
“We didn’t have time to automate everything, so we just deploy our code by hand.”
Bookmark
Arquillian · Write Real Tests
arquillian.org/, posted 2016 by peter in development java opensource testing
Arquillian is an innovative and highly extensible testing platform for the JVM that enables developers to easily create automated integration, functional and acceptance tests for Java middleware.
Bookmark
TLS-O-MATIC.COM
https://www.tls-o-matic.com/, posted 2015 by peter in development online security testing
This is a site you use to test clients – mobile apps, browsers, and many other applications that use HTTP applications and TLS – the Transport Layer Security protocol. We have designed a lot of tests that checks if your browser or client application really checks the identity of the server it’s trying to connect to. It is important that developers understand how TLS works and how site verification works.
Bookmark
A/A Testing: How I increased conversions 300% by doing absolutely nothing - kadavy.net
kadavy.net/blog/posts/aa-testing/, posted 2015 by peter in business continuousdelivery statistics testing
To run a test that asks an important question, that uses a large enough sample size to come to a reliable conclusion, and that can do so amidst a minefield of different ways to be lead astray, takes a lot of resources.
You have to design the test, implement the technology, and come up with the various options. If you’re running a lean organization, there are few cases where this is worth the effort.
Why create a half-assed “A” and a half-assed “B,” when you could just make a full-assed “A?”
Bookmark
Locust - A modern load testing framework
locust.io/, posted 2015 by peter in free opensource performance python software testing
Define user behaviour with Python code, and swarm your system with millions of simultaneous users.
Bookmark
Color Test - Online Color Challenge | X-Rite
www.xrite.com/online-color-test-challenge, posted 2014 by peter in cognition color game online testing
How well do you see color? FACT: 1 out of 255 women and 1 out of 12 men have some form of color vision deficiency. Take the online color challenge, based on the Farnsworth Munsell 100 Hue Test.
Bookmark
SHAAAAAAAAAAAAA | Check your site for weak SHA-1 certificates.
https://shaaaaaaaaaaaaa.com/, posted 2014 by peter in online security testing
SSL certificates are signed using a one-way hash — usually SHA-1.
Which is too bad, because SHA-1 is becoming dangerously weak. It's time to upgrade to SHA-2.
Bookmark
Why Google is Hurrying the Web to Kill SHA-1
https://konklone.com/post/why-google-is-hurrying-the-web-to-kill-sha-1, posted 2014 by peter in online security testing toread
If you run a website that uses SSL, you can test your website using a small SHA-1 testing tool I built that will tell you what you need to do.
Even if you don't, I encourage you to read on. In the rest of this post, I'll cover how SSL and SHA-1 work together on the web, why it's as urgent as Google says it is, and what web browsers are doing.
Bookmark
Making git bisect more useful | Ovid [blogs.perl.org]
blogs.perl.org/users/ovid/2014/07/making-git-bisect-more-useful.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+PerlWeekly+%28Perl+Weekly+newsletter%29, posted 2014 by peter in automation git perl testing versioncontrol
If you've ever used git bisect, you know what an incredibly useful tool this is. It allows you to do a binary search through commits to find out which commit caused a particular error. Many people seem unaware of git bisect run ... which automates this even further, but it has a limitation: it won't let you find a particular error, it detects success or failure, that's all. So I decided to do something about that.
Bookmark
The Problem With Perl Testing | Ovid [blogs.perl.org]
blogs.perl.org/users/ovid/2013/10/the-problem-with-perl-testing.html, posted 2013 by peter in development opinion perl testing
If there is one thing about testing in Perl which bugs me, it's that most testing in Perl is what cgi-lib.pl is to Plack. The following is mostly a rant and I'm also guilty of many of these sins.
|< First < Previous 11–20 (53) Next > Last >|