Archive for May, 2010
Amy Kearns talks about
TestTrack RM on May 17, 2010 After you add a review note to a requirement, you may realize you need to add information to it or correct mistakes. Depending on your security permissions, you can edit review notes to make changes.
Review notes are workflow events that can be edited like other events. The quickest way to edit a review note from Review Mode View in the Specification Document window is to click the Review Note link to edit the note.
Continue reading…
Share on Technorati . del.icio.us . Digg . Reddit . Slashdot . Facebook . StumbleUpon
No CommentsTags: requirement documents, requirements, review notes
Matt Harp talks about
Agile,
Seapine on May 17, 2010 We’re heading out on an Agile expedition in June! Over the next several months, we’ll be exploring a variety of Agile topics with best practices discussion and in-depth details on how our ALM tools support Agile teams. This is a web-based learning series that takes you from starting a backlog and running your first sprint all the way through releasing your product.
Join The Agile Expedition!
We’ll cover a new topic every other week, beginning with the ‘Start Your Agile Journey with TestTrack‘ webinar on June 2. From there, we head out for a deeper exploration of how you can empower development, quality assurance, and product owners using Agile methodologies and an integrated toolset.
Not sure you can handle the full expedition yet? Register for the webinar now and hop on the expedition afterwards.
Note: If you join the expedition, you’re automatically signed up for the webinar so no need to register for both.
Share on Technorati . del.icio.us . Digg . Reddit . Slashdot . Facebook . StumbleUpon
No CommentsTags: Agile
I prefer using Mac OS X as my operating system. However, I often need to connect to multiple projects at once. This is a problem because Mac OS X only supports running one instance of an Application Bundle, so you can only run one instance of TestTrack at a time.
Continue reading…
Share on Technorati . del.icio.us . Digg . Reddit . Slashdot . Facebook . StumbleUpon
No CommentsTags: local options, Mac OS X, TestTrack
Jessica Warren talks about
Surround SCM on May 12, 2010 Surround SCM supports integration with Microsoft Access. SCC integration within Access is implemented through the Microsoft Source Code Control Interface (MSSCCI). You’ll also need the Access source code control add-in.
The Microsoft Office plug-in is optionally installed during the Surround SCM Client installation. If you did not install it initially, rerun the client installer. When you start Access, the Surround SCM connection is automatically configured. You can also configure the connection manually.
Continue reading…
Share on Technorati . del.icio.us . Digg . Reddit . Slashdot . Facebook . StumbleUpon
No CommentsTags: IDE Integration, Microsoft Access, Surround SCM integrations
Test-driven development (TDD) methodologies advocate writing unit tests before making your code functional. If you practice TDD, wouldn’t it be great if you could easily create user interface tests in addition to your unit tests?
Continue reading…
Share on Technorati . del.icio.us . Digg . Reddit . Slashdot . Facebook . StumbleUpon
No CommentsTags: automated testing, QA Wizard Pro, TDD, test-driven development, unit testing, WPF, XAML
We published several TestTrack sample projects a while back, but we didn’t do much documentation on them and they were buried way down in Seapine Labs. We’ve taken some steps with the 2010.1 release to improve those samples and make them more visible.
Continue reading…
Share on Technorati . del.icio.us . Digg . Reddit . Slashdot . Facebook . StumbleUpon
1 CommentTags: Agile, sample projects, Scrum
Fernando Cremer talks about
TestTrack TCM on May 06, 2010 Recently, a customer asked the following question: “How can you filter the list of test runs based on the test variants it contains?”
The reason the question came up is because, while you can display a “Test Variant” column in the Test Runs list window, you can only filter the column between runs that have variants and those that do not.
Continue reading…
Share on Technorati . del.icio.us . Digg . Reddit . Slashdot . Facebook . StumbleUpon
1 CommentTags: customer satisfaction, filters, software testing, test case management, test runs, usability
Amy Kearns talks about
Surround SCM on May 05, 2010 PostgreSQL supports continuous archiving that records every change made to a database. Data is logged in the write ahead log (WAL), which is stored in the pg_xlog/ directory in the PostgreSQL data directory (e.g., C:\Program Files\PostgreSQL\8.3\data\pg_xlog). WAL archiving helps provide more complete crash recovery and allows point-in-time recovery.
Following is basic information for setting up WAL archiving, creating a base backup, and recommendations for the frequency of performing base backups. For more information about WAL archiving and data recovery, refer to the PostgreSQL documentation.
Continue reading…
Share on Technorati . del.icio.us . Digg . Reddit . Slashdot . Facebook . StumbleUpon
6 CommentsTags: archiving, backups, databases, PostgreSQL
Amy Kearns talks about
Surround SCM on May 05, 2010 You need to perform the following maintenance tasks for Surround SCM PostgreSQL databases on a regular basis:
- Vacuum the database
- Rebuild the database index
- Maintain the log files
Continue reading…
Share on Technorati . del.icio.us . Digg . Reddit . Slashdot . Facebook . StumbleUpon
No CommentsTags: databases, maintenance, PostgreSQL, Surround SCM
I worked on the C# API, which is really a wrapper for the C API, For the Surround SCM 2010.0 release. If you’ve ever written a wrapper or any type of “code layer” you know how important it is to keep up with changes made to the base layer. Surround SCM has a feature called “Email Notifications” that allows you to do just that. As you may have guessed, an email notification is just an email that is sent to you when a specified action takes place. Going back to my work on the C# API, to keep up with changes to the C API I set up an email notification to alert me anytime another user performed a change to a file in the API repository.
Continue reading…
Share on Technorati . del.icio.us . Digg . Reddit . Slashdot . Facebook . StumbleUpon
1 CommentTags: email notifications