navigation
 Monday, March 10, 2008
ControlParameters are a really nice way to declaratively define the behavior of DataSources, but often you need values that aren't directly in controls. Here is how to bind a ControlParameter so that it reads any page property you define.
posted on March 10, 2008  #    by Adam Anderson  Comments [1]
Today I learned how to compare text columns in different SQL server databases that use different collations.
posted on March 10, 2008  #    by John Waters  Comments [0]
 Friday, March 07, 2008
A question that comes up fequently about TestComplete is; "How do I call a script routine in another project from the project I am currently working in?"
posted on March 7, 2008  #    by Falafel Author  Comments [0]
 Sunday, March 02, 2008
On March 1st, Falafel Software Inc opened a new office in Santa Cruz, California.
posted on March 2, 2008  #    by John Waters  Comments [0]
 Thursday, February 28, 2008
The dotNet object in TestComplete (requires the .NET Classes Support plug-in) allows you to access .Net objects in your TestComplete script code. For example
posted on February 28, 2008  #    by Falafel Author  Comments [0]
If you need to create a 'sometimes connected' or briefcase model web application, be sure to check out Google Gears...
posted on February 28, 2008  #    by John Waters  Comments [0]
 Monday, February 25, 2008
With new technology making the web a viable option for more and more applications, we are now seeing the web browser take over for the traditional desktop. Developers making this transition, quickly learn about some of the key differences between the two paradigms. One of the issues they are often forced to deal with is Session expiration. Out of the box, ASP.NET and IIS typically allow only 20 minutes of idle time before the session expires. This can be configured, but knowing that the session expired, or redirecting to a particular page often comes in handy. One way to do this is to add a cookie during the Session_Start method of the global.ascx.cs file, and then check for that same cookie the next time a session is created. If the cookie is there, the session either timed out, or was reset.
posted on February 25, 2008  #    by Mike Dugan  Comments [0]
 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]
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]
ActiveFocus has a powerful built in Free Text Search capability.
posted on February 22, 2008  #    by John Waters  Comments [0]
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]
You can specify how many rows you want to see in your main grids.
posted on February 22, 2008  #    by John Waters  Comments [0]
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]
 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]
 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]