navigation
 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] Trackback
 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] Trackback
 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] Trackback
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] Trackback
 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] Trackback
 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