BizTest 3.x Release History
Version 3.1.0.0 (06/16/2008)
New Features
- LoadTestDataStep: Run Multi is now available in the LoadTestDataStep when executing a single test or group of tests.
- New Steps: TCPRequestResponseStep, PathGetFilenameStep, PathGetDirectoryStep, StringTrimStep, FtpFileWatcherStep
Fixes
- WaitForFileDeleteStep: Fixed errant behavior when multiple files are deleted in directory
- RegExMatchStep: Output parameter now correctly defaults to VariableName.
- TokenReplaceStep: Fixed Token Dialog not displaying tokens if there is a token that begins as the first byte of the file.
- General stability enhancements.
Version 3.0.5.0 (01/09/2008)
New Features
- New concept: Data Table
- Data-driven test steps: LoadTestDataStep, LoopTestDataStep, TestDataSqlScalarQueryStep, TestDataSqlVerifyStep, XPathDataReplaceStep, XPathDataVerifyStep
- Other New Steps: LoadExcelIntoDataStep, SaveDataIntoExcelStep, SetValueStep, ValidateNullOrEmptyStep, StringContainsStep, WaitForFileDeleteStep, FileExistsStep
- All test steps now have icons.
- New UI for running tests makes it easier to see what step is currently executing.
- A non-executable test case has now been renamed to Test Group for clarity.
- The Property Grid now refreshes parent nodes automatically when a child node is changed.
- Pushing F2 when focused on a textbox in the PropertyGrid launches a text editor for easier editing.
- XPath test steps can now be edited by a tab. Support for custom test steps to define their own tabs.
- When in a breakpoint, you can now dereference a variable and see its current value. You can also see and modify data table values while in breakpoint.
- Automatic online updates (configurable).
BizTest 2.x Release History
Version 2.0.2.0 (02/14/2007)
Fixes
- Soap Action dropdown on the SoapRequestResponseStep now uses your default Proxy
setting.
- Multi-Runner configuration is now working
- Multi-Runner stats were not displayed correctly
- HTTP Requests were not closed properly if you terminate a test.
- MSMQ Read Step was always peeking at the data, even if you set Peek to False.
New features
- FTP steps now support ConnectMode (Active or Passive) and TransferType (Binary or
Ascii).
- Compilation errors with required or missing fields are now shown in the property
grid.
- Added DeleteLogOnSuccess argument to the command-line client (biztestc.exe) which,
when set to true, will automatically delete the log folder if the run was successful.
This is especially useful when you have BizTest running in an automated fashion.
Use this to automatically clean up your log folders for successful test runs, while
leaving the unsuccessful ones alone for you to inspect. The corresponding argument
has also been added to the Nant and MSBuild tasks.
- You can now use CTRL-F4 to close the currently-selected tab.
Version 2.0.1.0 (12/11/2006)
Initial Release for BizTest 2.x