RSS feed [root] /software_engineering /weblog /testing




login:

password:

title search:




 


Thu Nov 09 11:20:56 GMT 2023

testing



(google search) (amazon search)
second
download zip of files only

Wed Jan 12 14:27:11 GMT 2011 From /weblog/software_engineering/testing

reference


A lot of links - http://www.staqs.com/software_testing.html

Mindmap like testing diagram - http://www.mindmeister.com/maps/show_public/3957006

Video and Slides for GTAC - http://googletesting.blogspot.com[..]posted-by-lydia-ash-gtac-conference.html http://googletesting.blogspot.com[..]0/12/gtac-5-videos-slides-abstracts.html

(google search) (amazon search)


Mon Jan 03 01:13:15 GMT 2011 From /weblog/software_engineering/testing

javascript tester


An simple example of doing javascript unit test - http://jroller.com[..]ray?entry=testing_javascript_with_groovy However this approach is too fake for me and easy to miss many thing, IMHO putting test a real environment is better

A site for javascript testing http://www.testdrivenjavascript.com

Test time in javascript - http://googletesting.blogspot.com[..]avascript-simulating-time-in-jsunit.html

And this is an example of using JDK6 scripting framework for testing javascript, pretty interesting , but probably not reflecting IE/MOZ behaviour - http://technology.amis.nl/blog/?p=1869

Use a scripting engine to test javascript - http://labnotes.org[..]nsanely-fast-full-stack-headless-testing

(google search) (amazon search)


Tue Nov 16 16:48:42 GMT 2010 From /weblog/software_engineering/testing

acceptance



Here is a more complicated framework, not looking good but still keep it here as the concept is interesting - http://sourceforge.net/projects/cubictest

The most excellent implementation for my need - http://www.concordion.org/

http://www.jamesshore.com/Blog/Five-Ways-to-Misuse-Fit.html - Don't use it as junit, "The whole point of Fit is to use HTML to speak the customer's language and fixtures to translate that language to code. "

http://jroller.com/njain/entry/is_fitnesse_ready_for_enterprise - Version control is #1 issue at that article

When use Fit/Fitness - http://madcoderspeak.blogspot.com[..]-do-i-use-for-acceptance-tests-atdd.html

(google search) (amazon search)



Sun Jul 05 16:35:08 GMT 2009 From /weblog/software_engineering/testing

automatic test presentation


A presentation bascially say: "any start is a good start" - http://perl.plover.com/yak/testing/samples/

Short presentation illustrate many important concept of unit test - http://www.agitar.com/downloads/TheWayOfTestivus.pdf http://en.wikipedia.org/wiki/Testivus

Argument of not doing TDD will cost more - http://blog.objectmentor.com[..]ave-time-for-tdd-but-may-not-know-it-yet

Automated test or Test automated? - http://googletesting.blogspot.com[..]automating-tests-vs-test-automation.html

IT adventures: Creating a QA process from out of thin air - http://crazy-it-adventures.blogspot.com/2009/06/createing.html

(google search) (amazon search)


Sun Apr 05 17:25:04 GMT 2009 From /weblog/software_engineering/testing

Testometer Triangle Test


This is probably one of the most common question in software testing interview. This problem was first introduced by Myers, who was one of the first person to treat Software Testing as a different subject all together. This test check your ability to think about generating test data in a given condition.
Suppose your program accepts input as three sides of a triangle and gives output on what type of triangle is this i.e. Scalene (no sides are same), Isosceles (any two sides are same) or Equilateral (All the three sides are same). You have to come up with different test cases to test this program.
You can write your test cases here, by giving side of the triangles and evaluate your test data. Once you are done with all the test cases you can think of, check your performance. If you want to restart your test anytime, just click on the restart test button. I have not covered all the possible test cases here as idea is to give you sufficient information to get started.

http://www.testinggeek.com[..]er/154-triangle-test-in-software-testing

(google search) (amazon search)


Sat May 03 09:56:48 GMT 2008 From /weblog/software_engineering/testing

cookbooks


Links for checklists / cookbook for software testing

http://www.codeproject.com/KB/architecture/autp5.aspx
http://www.ddj.com[..]archives/2007/05/you_are_not_don_31.html
http://testobsessed.com[..]s/2007/02/testheuristicscheatsheetv1.pdf
http://www.satisfice.com/tools/satisfice-tsm-4p.pdf

(google search) (amazon search)


Tue Jan 01 16:43:12 GMT 2008 From /weblog/software_engineering/testing

research


TDD in academia: a brief review - http://shareandenjoy.saff.net[..]icle-new-millenium-has-seen-growing.html

Interesting idea, write the test and see if any code at internet passed the test - http://www.javaschubla.de/2007/eclipsefast/

(google search) (amazon search)


Fri Aug 24 05:20:52 GMT 2007 From /weblog/software_engineering/testing

BDD


A blog about BDD - http://blog.objectmentor.com/articles/2007/02/01/specs-vs-tests http://homepage.mac.com/keithray/blog/2006/07/21/

(google search) (amazon search)


Tue Feb 27 12:03:42 GMT 2007 From /weblog/software_engineering/testing

test generated html


A showcase of how to setup a test for JSP and discussion of that

http://blog.objectmentor.com[..]cles/2007/02/11/testing-guis-part-ii-jsp
http://blog.objectmentor.com[..]007/02/11/dependency-management-httpunit

(google search) (amazon search)


Fri Jan 12 02:40:28 GMT 2007 From /weblog/software_engineering/testing

Test base on Log


A tools that support test base on log output for legucy program - http://texttest.carmen.se/

And other similiar tools is vise - http://www.artima.com/forums/flat.jsp?forum=106&thread=171323

Both sound very useful for test legucy code

(google search) (amazon search)


Fri Mar 31 16:24:06 GMT 2006 From /weblog/software_engineering/testing

importance of usability test


Default value is important to user:

http://discuss.joelonsoftware.com[..]iscussTopicParent=27244&ixDiscussGroup=4

And a discussion about confirmation and [yes] [no] button position:

http://discuss.joelonsoftware.com/default.asp?joel.3.107122


(google search) (amazon search)


Thu Oct 27 04:13:59 GMT 2005 From /weblog/software_engineering/testing

firefox function test generater


A firefox plugin can record user action and generate functional test.

http://developer.spikesource.com[..].com/wiki/index.php/Projects:TestGen4Web

(google search) (amazon search)