Arithmetic Expressions
Search Knowledge Base by Keyword
These Activities are used to perform arithmetic operations on two numbers (referred to as Left and Right). The user is asked to input the Type of numbers (Int32, Float, etc.) when the Activity is dragged to the canvas.
The Arithmetic Expression Activities are:
Add: Add Left number and Right number together
Subtract: Subtract Right number from Left number
Multiply: Multiply Left number by Right number
Divide*: Divide Left number by Right number
Greater Than*: Returns True if Left number is greater than the Right number.
Greater Than Or Equal*: Returns True if Left number is greater than or Equal to the Right number.
Less Than*: Returns True if Left number is less than the Right number.
Less Than Or Equal*: Returns True if Left number is less than or Equal to the Right number.
Bitwise And*: Bits in the Result have the value 1 if and only if the corresponding bits in both source operands (Left and Right) are 1.
Bitwise Or*: Bits in the Result have the value 1 if either of the corresponding bits in the source operands (Left and Right) are 1.
*Does not contain the property ‘Checked’.
Arithmetic Expression Properties:
Property Name | Data Type | Property Type | Property Description |
---|---|---|---|
Checked | Boolean | Misc | If True, the input numbers Left and Right will be checked. If False, no checking is done. |
Left | .NET number (Int32, Float, etc.) | Input | This property specifies the first number/operand. |
Result | .NET number (Int32, Float, etc.) | Output | This property contains the Result of whichever operation activity is being used. |
Right | .NET number (Int32, Float, etc.) | Input | This property specifies the second number/ operand. |
DisplayName | String | Misc | This property specifies the name on the Activity Box. |
-
-
-
- IEnumerable to Data Reader
- Data Table to List
- Nested String List to Data Table
- List to Data Table
- IEnumerable to List
- List to IEnumerable
- Remove from List
- Exists in List
- Value Exists in Dictionary
- Key Exists in Dictionary
- Remove from Dictionary
- Get from Dictionary
- Clear Dictionary
- Add to Dictionary
- Clear List
- Add to List
- Show all articles ( 1 ) Collapse Articles
-
-
-
-
- Introduction
- Overview of the Advanced Control Spreadsheet
- Refining the Control Spreadsheet
- The ProcessModel sheet – Toggling Subset Rules
- The Tables Sheet: Defining Metadata that will be read from the Source Database
- The ForeignKeys Sheet - Specifying which Foreign Keys to read from the Source Database
- Explanation of Remaining Sheets in the Control Spreadsheet (for reference only)
-
- Overview of Post-Subset Actions
- Add Primary Keys
- Add Foreign Keys
- Add Both Primary and Foreign Keys (The Composite ADDKEYS action)
- Validate that Primary Keys are Unique
- Validate that Foreign Keys are Unique
- Validate Both Primary and Foreign Keys (The composite ValidateKeys Action)
- Drop Foreign Keys
- Drop Primary Keys
- Drop both Primary and Foreign Keys (The composite DROPKEYS Action)
- Delete Orphans
- Truncate Data
- Drop Tables
-
-
- How to Configure the Synthetic Test Data Configuration Control Sheet
- Sample Commerce Configuration Sheet Examples
- Adding Event Hooks in Configuration sheet for custom functionality
- Use Event Hooks to call VIP Flows
- How the PreProcessVariables Table is used in the Configuration sheet
- PreProcess Variables and Parameters
- Using SQL Functions to query Databases and Using the Queries in Data Generation Functions
- Different Methods for Connecting to Source Databases
- Summary of the Process to Configure the Test Data Configuration sheet
-
-
-
-
-
- Test Modeller : System requirements (Windows, Linux)
- Test Modeller : Installation components
- Test Modeller: Software Pre-requisites
- Test Modeller Core (Linux) Installation
- Test Modeller Core (Linux) Optional – Active Directory
- Test Modeller Core (Linux) Optional – SSL Certificate Installation
- Test Modeller Core (Linux) Optional – Postgres LDAP
- Test Modeller – Maintenance
- The UI Recorder
-
-
-
- Articles coming soon
-
- Articles coming soon
-
-
-
- Welcome Selenium (Java)
- Prerequisites (Selenium Java)
- Configuration (Java)
- Scan an Existing Web App
- Build a Model (Java)
- Generate Automation Code
- Execute Tests (Java)
- Import existing framework / custom page objects (Advanced)
- Edit Code Templates (Advanced)
- Extend Test Modeller (Advanced)
- Common Problems
-
-
-