QA Wizard Pro
Join us for the What’s New in Seapine ALM 2012 webinar on February 7th as we showcase over 100 new features and enhancements for Seapine ALM 2012. The improvements to Seapine ALM 2012, which includes TestTrack, Surround SCM, and QA Wizard Pro, aim to help you deliver quality software faster.
New TestTrack features include a new native relational database, custom fields that calculate values, and draft and active custom fields. Surround SCM’s new features include improved offline support, more flexible mainline branches, and additional integrations, while QA Wizard Pro now features stress testing, Google Chrome support, integration enhancements, and more.
In the one-hour webinar, Paula Rome and Grant Lammi, Seapine product managers, will demonstrate the new features in Seapine ALM 2012. When the demonstration is over, you’ll have time to ask questions and learn more.
The webinar is being offered twice to accommodate Europe and North America attendees. The first webinar begins at 2:00 p.m. Western European Time (9:00 a.m. Eastern Standard Time), and the second will follow at 2:00 p.m. Eastern Standard Time (11:00 a.m. Pacific Standard Time).
Join us!
Share on Technorati . del.icio.us . Digg . Reddit . Slashdot . Facebook . StumbleUpon
No CommentsTags: Seapine ALM 2012, webinar
Gerhard Krüger talks about
QA Wizard Pro on January 20, 2012 QA Wizard Pro 2012 includes stress testing, which allows you to disable your network adapter or even limit the available memory while you are running your automated scripts. You’ll now be able to see how your application will respond when the host operating system runs out of disk space or loses network connectivity. You can also limit the amount of available memory.
Watch the following video to learn how to use stress testing and see an example of how an application’s behavior changes when certain stress features are enabled.
Share on Technorati . del.icio.us . Digg . Reddit . Slashdot . Facebook . StumbleUpon
No CommentsTags: stress testing, video
Anna Reis talks about
QA Wizard Pro on December 19, 2011 Running scripts in a clean environment is critical to ensuring that you’re able to gather the best and most precise results possible. For instance, let’s say you’re running a series of twenty-five scripts but the first one fails, leaving a browser window open and the user logged in. This can cause successive scripts to fail because they can not log in to the application.
To make sure your scripts run without interference from applications or browser windows that are left open by other scripts, you can add a Windows taskkill command to the beginning of each script. This one line of code ensures that any running application processes are killed.
Continue reading…
Share on Technorati . del.icio.us . Digg . Reddit . Slashdot . Facebook . StumbleUpon
No CommentsTags: RunCommand, scripts, taskkill
Pete Vasiliauskas talks about
QA Wizard Pro on December 15, 2011 While a QA Wizard Pro load test is running, a great deal of activity is occurring on your web server. You can use built-in performance tools on the web server to better pinpoint the type of stress that load testing is causing your server. This information allows you to better identify which pieces of your web application may be causing your server the most pain.
Watch the following video to see how to create and correlate this data.
Share on Technorati . del.icio.us . Digg . Reddit . Slashdot . Facebook . StumbleUpon
No CommentsTags: load testing, video
Pete Vasiliauskas talks about
QA Wizard Pro on December 15, 2011 When load testing against a web application, you may want to create a set of scripts that simulates what activities most users perform. After using your web metrics to determine where users spend their time, you can create a script for each common user action. Using the QA Wizard Pro Load Testing options, you can then match up how often your scripts are run as compared to how many users actually perform those actions.
Watch the following video to see details on how to set this up.
Share on Technorati . del.icio.us . Digg . Reddit . Slashdot . Facebook . StumbleUpon
No CommentsTags: load testing, video
Standardizing your test case layout and wording has always been hard to achieve. Starting with the 2012 release, if you use TestTrack TCM and QA Wizard Pro, you can now record test case steps as you interact with an application in QA Wizard Pro. Recording steps saves time when you need to document longer tests and reduces the possibility of incorrect or incomplete test cases. It also means that steps, like clicking on a button or typing text in a text box, will always use the same wording in your test cases.
Watch the following video to see this new feature in action.
Share on Technorati . del.icio.us . Digg . Reddit . Slashdot . Facebook . StumbleUpon
No CommentsTags: Seapine ALM 2012, test cases, video
Beginning with the release of Seapine ALM 2012, if you use both TestTrack TCM and QA Wizard Pro, you can now create automated scripts from test cases. This helps save time when creating scripts because you don’t need to swtich between applications. It also automatically links test cases and scripts.
Continue reading…
Share on Technorati . del.icio.us . Digg . Reddit . Slashdot . Facebook . StumbleUpon
No CommentsTags: scripts, test cases
We’re very excited to release beta versions of our Seapine ALM suite of products, including TestTrack Pro, TestTrack RM, TestTrack TCM, Surround SCM and QA Wizard Pro! The betas are open to anyone, so feel free to click through and try them out. If you do try them out, please leave feedback so that we can continue to improve our product offerings.
Continue reading…
Share on Technorati . del.icio.us . Digg . Reddit . Slashdot . Facebook . StumbleUpon
No CommentsTags: beta, Seapine ALM 2012
Anna Reis talks about
QA Wizard Pro on November 29, 2011 QA Wizard Pro reports always contain a starting and ending time, which is useful for understanding how long the script took to run. However, if you want to time specific sections in a script you can use the Stopwatch functions to return time in milliseconds or in HH:MM:SS format.
Continue reading…
Share on Technorati . del.icio.us . Digg . Reddit . Slashdot . Facebook . StumbleUpon
No CommentsTags: stopwatch functions
Anna Reis talks about
QA Wizard Pro on October 20, 2011 During testing, many applications create data, such as order numbers and totals, that may be needed later. Instead of only printing the data or verifying the format is correct, you can write the data to a CSV file so you’ll be able to access it again. In this example, we’ll use the “Web 02 Call” script in the QA Wizard Pro Sample Workspace to call the “xx Print Ticket Number” script (see Figure 1). The “xx Print Ticket Number” script prints the generated ticket number to the output window. In addition to printing the ticket number, we’ll also use the AppendToFile statement to save it to a file so the data can be used by another script.
Continue reading…
Share on Technorati . del.icio.us . Digg . Reddit . Slashdot . Facebook . StumbleUpon
No CommentsTags: AppendToFile, CSV file