Subscribe to SQM and join the other 100,000 monthly readers

Always have the most current updates on software, Agile, mobile development, testing and more right at your fingertips.

Subscribe by email:

Your email:

Search

Current Articles | RSS Feed RSS Feed

Support Portal Update: the How To Section is Now Available!

 
We’ve added a new How To section to our online Support Portal! -- 
http://www.automatedqa.com/support/


This section will provide solutions and tips for common tasks related to using our products. For instance, right now you can learn how to perform the following tasks with TestComplete: 
  • download a file from the Internet
  • verify whether a web link is available
  • create and drop SQL databases
  • manipulate display settings
  • put your computer to the Hibernate or Standby mode
  • validate a Start menu shortcut
  • and much more…


The samples collection will be regularly updated, so keep an eye on our Forums and Blogs – we will announce the updates there. 


If you are missing a solution for a common task, drop us a line - we will add your request to the How To update schedule and deliver the sample as soon as we can. 


Enjoy the new section and send us your feedback!

Should the Quality Engineer be Invited to the Code Review?

 

I did a presentation for the Houston Java User Group on February 24 - FWIW, the slides are the same as my presentation at Agile Austin.

AlertSite's Gary Beerman on the Company's New, Interactive Web Performance Dashboard

 

Last week, during a break at the Internet Retailer Web Design & Usability 2010, we sat down with our very own Gary Beerman, one of the newest members of the AlertSite management team. Gary shared some exciting details of our new, highly interactive, and customizable customer dashboard, which we'll be permanently rolling out to all customers sometime next week.

Photo Slideshow from Internet Retailer Web Design & Usability Conference 2010

 

The 2010 Internet Retailer Web Design & Usability Conference came to a close yesterday afternoon with everyone exhausted from three days of networking and demonstrating the power and utility of our Web performance monitoring solutions to attending retailers and customers. For those of you who couldn't make it, I thought I'd share some photos from the event. Check out some shots of Disney (not that we had much time to be tourists), the conference venue, our company booth, and our employees hard at work. View our Internet Retailer Web Design & Usability Conference 2010 Flickr slideshow here, or by clicking on the image below.

Online Florists Delivered Strong Web Performance (and lots of roses) this Valentine's Day

 
Flower Sites availability

This weekend was Valentine's weekend, and if that's news to you than you are probably in the dog house for forgetting! The National Retail Federation’s holiday data predicted 35.6 percent of consumers would be purchasing flowers for Valentine's Day.

Like a box of chocolates...

 

Code Collaborator has a bunch of cool scripting features.  One useful scripting technique is to get information from the server using the 'wget' utility. 

Ready for Rational Synergy

 

Back in August I posted an entry on how our peer code review tool had met the requirements for the Ready for IBM Rational program. Specifically, the integration that Code Collaborator provides with Rational ClearCase was validated.

Positive Effect of Negative Testing

 

Many tests are positive: they check that an application accepts valid data and processes it correctly. A negative test checks whether the application handles improper user behavior correctly. For instance, a positive test would be to open the File | Save As dialog in a text editor, enter a valid file name and then confirm the file was saved successfully. A negative test would be to open the File | Save As dialog, enter an invalid file name or path and check whether the application handles this invalid input data properly. If a developer has not anticipated this situation, the application will crash. So, it's important to use both positive and negative testing approaches when testing your application.

Patch Tuesday, Database Connectivity, and Service Dependencies

 
Roughly once a month, in the days following Microsoft's Patch Tuesday, we receive a number of tech support requests complaining that Code Collaborator lost its connection to the database. The Code Collaborator server had previously been working, but when everyone got to work on Wednesday morning, the server was reporting that "Name jdbc is not bound in this Context". What happened?

The most likely answer is that the server rebooted as part of installing the Patch Tuesday patches and the Code Collaborator server came back online before the database did. When the database is on the same machine as the Code Collaborator server, this can be easily prevented by setting up a service dependency. This will ensure that Windows starts the database before starting Code Collaborator.

Creating a service dependency is easy using the 'sc' command. To create a dependency between the Code Collaborator service and a local MySQL instance (assuming the default service names for each application), just run the following command:

sc config ccollab-server depend= mysql

For other databases, or if you've changed service names, you'll need to modify the command accordingly. That's it, no more database outages on server reboots. Note: the space between depend= and mysql is intentional and required.

Forbes.com Looks at Twitter Performance During Super Bowl XLIV

 
Twitter Performance & Super Bowl 2 7 2010

As reported yesterday by Forbes.com, Twitter was inundated with Tweets during the New Orleans Saints Super Bowl victory on Sunday, ultimately leading to rocky site performance and a few sightings of the fail whale. As demonstrated by our own performance monitors, the site experienced drops in availability at times corresponding to scores or major plays by the Saints. Interestingly enough, the Indianapolis Colts did not have a similar affect on the microblogging site.

Visit us at the 2010 Internet Retailer Web Design & Usability Conference

 

Starting next Monday, Feb. 15, until Wednesday, Feb. 17, we'll be exhibiting at the 2010 Internet Retailer Web Design & Usability Conference at the Hyatt Regency Grand Cypress in Orlando, Fla. The conference is geared toward anyone responsible for the development and sales performance of retail Web sites. It explores common Web design and performance issues, and gives attendees practical tips for improving online sales with better, more reliable Web designs.

Network Neutrality and What it Means for Us

 

The crux of the controversy over network neutrality is really a power struggle between the providers of the networks, Internet Service Providers (ISPs), that provide consumers access to the Internet, and the providers of Web sites, services and content ("Web content"), that we all want to access.

Meet the Bears:Roy Paterson

 
DSC_0094

 Roy Paterson can be credited for making our Eclipse integration as
great as it is. He's also a very fun guy, usually being one of the
masterminds behind the crazy antics around the office. When you hear
laughter in our cave, you can bet Roy's there. Whether he's juggling
with a wacky hat, or helping a customer with Code Collaborator, he's a
blast to have around!

MakeUseOf.com and Lifehacker Spotlight DéjàClick

 

We were pretty excited last week when the super bookmarking capabilities of DéjàClick were featured on MakeUseOf.com and Lifehacker.

Cloud Testing With TestComplete

 

Cloud computing and cloud testing are gaining popularity in small and mid-size software companies. These technologies allow you to use almost unlimited computing resources to test your web, client/server and network applications. We decided to publish a series of articles discussing cloud testing and describing how to use TestComplete for this. Here is the first article in the series:

Upcoming Event: Houston Java Users Group

 

Jim Bethancourt has been running the Houston Java Users Group (HJUG) for a few years now. I first got to know Jim when he asked me to do a presentation on Java memory leaks.

All Posts