|
|
Functions
|
Express edition
|
Professional edition
|
Description
|
|
|
Performance testing
|
Support
|
Support
|
Performance testing gives an approach to measure how long our stored procedures or SQL statements will take in our environment.
|
|
|
Unit testing
|
Support
|
Support
|
We can create a collection of unit tests and run them during development and refactor process to ensure that our features work as we expect.
|
|
|
Setup/Teardown process
|
Support
|
Support
|
Setup is the pre-process of testing, and teardown is the post-process of testing.
|
|
|
DB connection count
|
1
|
Unlimited
|
Express edition only allows one DB connection is allowed in one test case file.
|
|
|
Set style comparison for recordset
|
Not support
|
Support
|
To compare two record sets in set style. It will help to find easily what is the intersection, or surplus or absence between the two record sets.
|
|
|
Sequential style comparison
|
Support
|
Support
|
To compare two result-sets according to their own original sequence.
|
|
|
Sandbox test
|
Not support
|
Support
|
If one test is in sandbox, all actions on each DB will be auto-rollback after the test. Otherwise, all actions will commit. Sandbox modal is only applicable for those DBs transaction
supported such as Oracle and SQL server and so on, other than Excel.
|