23 April 2018
New Features
RBV Support database verifications on PostgreSQL databases
Rule Based Verifications is an ATS feature which allows doing some common check on file system, IMAP folders and databases.
Now we can work with PostgreSQL database as well.
Here is more about database verifications.
Framework Optimized checks whether some address belongs to a local or remote host
On different occasions we need to make such checks and in some configurations it tends to be very slow. Now we do it faster.
Logging It is now possible to specify the database port a Test Explorer database is working at
ATS is usually used with in cooperation with a logging database which can currently run on top of MS SQL Server or PostgreSQL.
If you start your database on a non-default port, then you have to specify this port. This is done from the database appender found in your log4.xml file. Here you can see more about configuring ATS database logging.
And here is the basic user guide for Test Explorer itself.
Bug Fixes
Test Harness Last Suite and the Run are not closed
For some reason TestNG creates two instances of our com.axway.ats.harness.testng.AtsTestngListener. This was causing a problem if the last class with tests does not have an @AfterClass method.
Changes in third party dependencies
none