Windows

Status:

● Development

Functions:

2

Category:

Windows System Validation

The Windows testset provides Windows-specific system testing capabilities for ADARE experiments. This testset focuses on Windows Registry operations, including key existence validation and registry value verification.

Overview

The Windows testset enables validation of Windows system state and configuration through Registry access. It includes functions to check for registry key existence and validate registry values with support for different data types (strings, DWORD, etc.).

Test Functions

Function Name

S

Description

Parameters

registry_key_exists

Tests if Windows registry key exists (Windows only)

key_path (str)

registry_value_matches

Tests if Windows registry value matches expected value with type validation (Windows only)

key_path (str), value_name (str), expected_value (str/int/bytes), value_type* (str)