要求されたページは選択されたバージョンでは利用できない。
What's new in TestArchitect for Linux
The following new features and improvements are introduced in TestArchitect version 8 update 4 running on Linux.
覚えておく:
- Before upgrading to the latest version of TestArchitect, it is strongly recommended that you back up all repositories.
- A TestArchitect client and any repository server to which it connects must be of the same version.
TestArchitect Automation
Database support: With this update, TestArchitect allows you to interface with a variety of standardized database systems. A set of new built-in actions and harness methods allows your tests to connect to, and run queries against, Microsoft SQL Server, MySQL, and MS Excel data sources.
Action Harness method Description create connection string Generate a connection string to a specified database. connect database Connect Open a database connection. use database Specify a database against which the ensuing SQL action lines are to be applied. execute sql ExecSqlCommand Execute an SQL command against the database currently in use. disconnect database Disconnect Close a database connection. A new mouse-related built-in action:
Action Harness method Description get mouse position GetMousePosition Retrieve the coordinates of the current mouse pointer position.