Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
10 results tagged testing  ✕
Gherkin Reference https://cucumber.io/docs/gherkin/reference/
Tue 17 Mar 2020 02:23:49 PM CET
QRCode

Gherkin uses a set of special keywords to give structure and meaning to executable specifications. Each keyword is translated to many spoken languages; in this reference we’ll use English.

language research tech testing
tdubs: better test doubles for python | Blaix Blog http://blog.blaix.com/2016/03/26/announcing-tdubs-better-test-doubles-for-python/
Sat 26 Mar 2016 12:38:59 PM CET
QRCode
python testing
Testing Your Software — Intermediate and Advanced Software Carpentry 1.0 documentation http://intermediate-and-advanced-software-carpentry.readthedocs.org/en/latest/testing-python.html
Sun 06 Dec 2015 07:18:28 AM CET
QRCode

“Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.” – Brian W. Kernighan.

Everyone tests their software to some extent, if only by running it and trying it out (technically known as “smoke testing”). Most programmers do a certain amount of exploratory testing, which involves running through various functional paths in your code and seeing if they work.

Systematic testing, however, is a different matter. Systematic testing simply cannot be done properly without a certain (large!) amount of automation, because every change to the software means that the software needs to be tested all over again.

This is an introduction to some lower level automated testing concepts, and how to use built-in Python constructs to start writing tests.

article guidelines programming python testing
Guide: Writing Testable Code http://misko.hevery.com/code-reviewers-guide/
Thu 13 Aug 2015 10:17:32 AM CEST
QRCode
article blog design_pattern development software_engineering testing
Where Have all the “new” Operators Gone? http://misko.hevery.com/2008/09/10/where-have-all-the-new-operators-gone/
Thu 13 Aug 2015 10:16:51 AM CEST
QRCode
article blog design_pattern development software_engineering testing
Dependency Injection Myth: Reference Passing http://misko.hevery.com/2008/10/21/dependency-injection-myth-reference-passing/
Thu 13 Aug 2015 10:16:09 AM CEST
QRCode
article blog design_pattern development software_engineering testing
Testable Examples in Go - The Go Blog http://blog.golang.org/examples
Mon 11 May 2015 08:09:02 PM CEST
QRCode
golang programming testing
Selenium - Web Browser Automation http://www.seleniumhq.org/
Fri 20 Feb 2015 12:19:52 PM CET
QRCode

Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) also be automated as well.

Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks.

automation browser debug software testing tools web
Texttest.org http://texttest.sourceforge.net/
Sat 09 Aug 2014 05:18:00 PM CEST
QRCode

TextTest is an open source tool for text-based functional testing. This means running a program in lots of different ways from the command line, and using the text output produced as a means of controlling the behaviour of that application.

testing tools
Unit Testing with JUnit - Tutorial http://www.vogella.com/articles/JUnit/article.html
Fri 06 Dec 2013 01:13:05 AM CET
QRCode

JUnit This tutorial explains unit testing with JUnit 4.x. It explains the creation of JUnit tests and how to run them in Eclipse or via own code.

testing tutorial
3654 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn