- Release notes Test Manager
- Release notes Studio
- Release notes Studio
- 2024.10.1
- 2024.10.5
- Release notes Orchestrator
- Release notes CI/CD integrations
2024.10.5
Release date: October 21, 2024
Workflow Analyer rule for code
- ST-DPB-010: Make sure that within any coded
workflow or test case, only one method is marked with either the
[Workflow]
or[Test Case]
attribute. - ST-NMG-017: Ensures that a class name is distinct from the default namespace.
XML documentation file for your custom code and libraries
XML
documentation files after you publish a project and
enjoy the benefit of code documentation for your custom code and libraries. After the
project is published, the XML
files are generated alongside the
DLL
and PDB
files in your project folder. You can also
find them in the lib folder of the generated NUPKG
file. Visit Working with Coded automations to learn more about
publishing projects that contain coded automations.
Properties panel for coded automations in libraries
You can now seamlessly adjust the properties of a coded automation reused as an invoked workflow through the Properties panel. This applies when you export a coded automation to a library, install that library into another project, and invoke the coded automation within your current XAML workflow. Simply select the invoked workflow, navigate to the Properties panel, and modify the available properties of the invoked coded automation as needed. For more information, visit Invoking coded automations using libraries.
XBrowser Test Template
Streamline your testing processes of websites and web applications by using the XBrowser Test Template. This template allows you to test the same test data of a web application with multiple browsers, all into one single automation. Visit XBrowser Test Template for more information.
Generating low-code test cases using AI
You can now generate a fully automated low-code test case using natural language, with the help of AutopilotTM. Visit Generating test cases using AI to check how to generate low-code test cases.
- The following keyboard shortcuts now
allow you to expand or reduce your current code selection as follows:
Ctrl + Shift + <Num+
: Expand your current code selection to include the next larger syntax node. From the current line, you can expand to include the current block, then the current method, the current class, the namespace, and finally the entire file.Ctrl + <Shift + Num-
: Contract the current syntax node selection incrementally.
- You can now record your interactions with UI elements and translate them into coded automations.
AI-generated test data improvements
- When using Autopilot for generating test data, you can instruct it to introduce additional arguments, which will be included in the test case once you import the generated data set.
- Now, you initially offer a prompt instruction to Autopilot to get a primary test data set. This is a change from the previous behavior where Autopilot initially created a test data set that you were able to refine using prompt instructions.
- You can instruct Autopilot to generate a certain number of data variations.
Improved error messages for Postman integration
We've made improvements to the API Test Automation. Error messages from the Postman integration are now more clearly displayed in the user interface.
Converting text into code improvements
You can now turn text into code by selecting the Autopilot icon or by choosing the existent Generate Code action.
Optimized compile times for complex projects including low-code and coded test cases, execution templates, and entities.
To avoid conflicts when you use connections from the same Orchestrator folders, you now need to use a different naming convention when establishing connections in coded automations. After you create the connection in Integration Service, call it in your coded automation using both the Orchestrator folder and subfolder name where the connection resides.
var myGmailConnection =
connections.Gmail.My_Workspace_john_doe_gmail_com
, where
My_Workspace
is the Orchestrator folder name, you now need to include the
subfolder name where the connection was first made. So if the Gmail connection is in the
My Gmail Workspace
subfolder, you would change the connection name to:
var myGmailConnection =
connections.Gmail.My_Workspace_My_Gmail_Workspace_john_doe_gmail_com
.
For more details on the new way to set up service connections in coded automations, visit Creating Connections for services in coded automations.
result
, newResult
, codedWorkflow
and
isolated
, you may encounter a compilation error.
Visit Studio release notes to check all the updates for 2024.10.5.