sqazone

Stories kicked by sqazone

How Much Time Will This Add to the Current Process? (sqazone.net)

submitted by sqazonesqazone(100) 3 years, 7 months ago

Does unit testing increase project schedules? This article discusses how the introduction of unit testing impacts the schedule of software development projects. read more...

add a comment |category: |Views: 8

tags: another

Object Oriented Programming With JavaScript(dev102.com)

submitted by galiyrgaliyr(220) 3 years, 7 months ago

In this article we are going to take an introductory look at how OO JavaScript works. I am going to assume you are familiar with Object Oriented Programming (OOP) concepts such as encapsulation, inheritance, and polymorphism. read more...

add a comment |category: |Views: 412

tags: another

An easy way to test your GUI using NUnit(brian.genisio.org)

submitted by BrianGenisioBrianGenisio(1000) 3 years, 7 months ago

With this simple technique, functional (or unit) testing from the GUI is very easy. Take control of the problem yourself with this code example, and customize the tests to your application. I have been using this technique for over a year now with great results. read more...

add a comment |category: |Views: 49

tags: another

Outsourced Testing – Friend or Foe?(methodsandtools.com)

submitted by martinigmartinig(568) 3 years, 7 months ago

A practical guide on when and how to outsource (or NOT) some of your software testing activities read more...

add a comment |category: |Views: 4

tags: another

How to sell TDD(blog.fossmo.net)

submitted by fossmofossmo(95) 3 years, 7 months ago

Everyone is into TDD these days. Right? If you want to call yourself a serious developer, you need to write unit tests. Blogs and seminars are filling your head with: "TDD or loose your night sleep". "TDD or write tons of documentation". "TDD or have a crappy design". I could go on forever... read more...

add a comment |category: |Views: 13

tags: another

Create a video player in Silverlight 2 - Part 2(simplesilverlight.wordpress.com)

submitted by senfosenfo(881) 4 years, 1 month ago

Part 2 of creating a video player in Silverlight. read more...

add a comment |category: |Views: 16

tags: another

Creating an Agile Environment(methodsandtools.com)

submitted by martinigmartinig(568) 4 years, 1 month ago

Migrating to Agile is more than changing your process. It also requires a change in culture. For most companies changing culture is the most difficult part. I believe this is true for several reasons. These issues should be addressed in two ways. First, you want to address the culture needs of each group head on. We will lay out a game plan for obtaining support from line management, the team, the individual and executive management. read more...

add a comment |category: |Views: 7

tags: another

TDD: The Road so Far(blog.wekeroad.com)

submitted by usshermussherm(5285) 4 years, 1 month ago

Rob talks about traveling the TDD road, shares a few lessons learned, and points out a couple of pros and cons he's discovered along the way. read more...

add a comment |category: |Views: 34

tags: another

Create a video player Silverlight 2 - Part 1 (simplesilverlight.wordpress.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 1 month ago

"Creating a video player in Silverlight is pretty simple. The MediaElement does all the heavy lifting, all you need to do is wire up a UI and you have a basic Video player. Here is a tutorial on how to create a simple video player from scratch using Silverlight 2." read more...

2 comments |category: |Views: 49

tags: another

How to avoid getting lost in translation(gojko.net)

submitted by gojkogojko(1115) 4 years, 3 months ago

I have stumbled upon a few very interesting conclusions about the language and how important it is to choose good metaphors and names in Douglas Hofstadter’s book Gödel, Escher, Bach. Although the book deals with something completely unrelated to software projects, it contains some very interesting ideas that we can apply to improve software development. read more...

add a comment |category: |Views: 0

tags: another

Top 5 Attributes of Highly Effective Programmers(philosophicalgeek.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years, 3 months ago

Just an essential article. I would like to add "discipline" to this list. read more...

1 comment |category: |Views: 9

tags: another

Exploratory Testing: Finding the Music of Software Investigation(methodsandtools.com)

submitted by martinigmartinig(568) 4 years, 3 months ago

As a software testing consultant and musician, I meet a lot of skilled testers who do amazing work. Through experience and a lot of trial and error, they have developed skills they can’t easily explain. Unfortunately, with software testing, there aren’t as many obvious avenues for skill development as there are for musicians. Many software testers don’t realize that there are learnable exploratory testing skills they can develop to help them become even more valuable to software development teams. read more...

add a comment |category: |Views: 0

tags: another

Expectation Based Testing with Mocks(stevenharman.net)

submitted by usshermussherm(5285) 4 years, 3 months ago

An example and walk-through showing how to use mocks, Rhino.Mocks that is, to do expectation based testing... with a little BDD flavor thrown in just for fun. read more...

add a comment |category: |Views: 10

tags: another

So Much for the Optimization(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 4 years, 3 months ago

Don't optimize prematurely your code, here's why. read more...

1 comment |category: |Views: 1

tags: another

Why TDD Not Practiced?(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 4 years, 4 months ago

A look at reasons why TDD is not practiced. read more...

add a comment |category: |Views: 1

tags: another

A "Bones" Approach for Dead Projects(devagile.com)

submitted by martinigmartinig(568) 4 years, 7 months ago

Once they are finished, often the best thing that will happen is a little celebration for the project team. Nobody will formally look back at a project to understand what went well or wrong and why those things happen, so that this project can actually rest in peace and lessons learned could be used for the next projects. There is however an activity to analyze project after their completion. It is called "post mortem" analysis or "retrospective" in the agile approach and here are some resources on how to do it. read more...

add a comment |category: |Views: 2

tags: another