navigation
 Friday, February 22, 2008
ActiveFocus is a Web-based project management application that unites project teams for peak performance whether they are located in the same office or across the world. The application, which is scalable and can be tailored to any business model, provides a complete overview of each project and and enables teams to capture all the details that are important to them.
posted on February 22, 2008  #    by Lino Tadros  Comments [0] Trackback
If you need to quickly go to a specific artifact, and you know it's number, this is what to do...
posted on February 22, 2008  #    by John Waters  Comments [0] Trackback
ActiveFocus has a powerful built in Free Text Search capability.
posted on February 22, 2008  #    by John Waters  Comments [0] Trackback
In most projects, you will want to subdivide your project into separate phases, steps, milestones, iterations or whatever it is you call them. We will call them Milestones.
posted on February 22, 2008  #    by John Waters  Comments [0] Trackback
You can specify how many rows you want to see in your main grids.
posted on February 22, 2008  #    by John Waters  Comments [0] Trackback
At the end of an event/milestone if you entered defects against a project, you will typically need to review your bugs. Here is an example of how to use the filter to do this.
posted on February 22, 2008  #    by Aaron Rhodes  Comments [0] Trackback
 Thursday, February 21, 2008
I was designing a load test against Active Focus the other day using TestComplete. I kept getting the error "Connection 0 of the task assigned to the virtual user VirtualUser1 was simulated partially. Only 3 of 41 requests were completed." in the test log.
posted on February 21, 2008  #    by Falafel Author  Comments [1] Trackback
 Saturday, February 16, 2008
My colleague Steve Trefethen notified me this morning that Windows Vista SP1 was available on MSDN downloads, so I took it for a spin...
posted on February 16, 2008  #    by John Waters  Comments [0] Trackback
 Tuesday, February 12, 2008
There are many times when looking over the Test Log after an unsuccessful test it would be useful to know the state of the machine at the time of the error. In particular, it would be nice to see a picture of the desktop (or your application under test) at the time of error being posted to the log. Now, if you are doing the error posting from you script, it is easy as one of the parameters for Log.Error allows for posting a picture. But if, TestComplete posts the error it is harder. The best method I have found is to use the OnLogError event of TestComplete and post a message just before the error with the picture.
posted on February 12, 2008  #    by Falafel Author  Comments [0] Trackback
 Wednesday, February 06, 2008
Turns out be be very straight forward. Read on to find out how..
posted on February 6, 2008  #    by John Waters  Comments [1] Trackback
 Saturday, January 26, 2008
Read how to implement the Singleton Design Pattern in C# using Generics
 | 
posted on January 26, 2008  #    by John Waters  Comments [1] Trackback
 Saturday, January 19, 2008
One of the things I have come to love about Linq is how you can focus more on declarative programming: focusing on what you want to accomplish rather than how...
posted on January 19, 2008  #    by John Waters  Comments [0] Trackback
 Monday, December 17, 2007
Three ways to access the query string as key-value pairs.
posted on December 17, 2007  #    by Adam Anderson  Comments [1] Trackback