Conversation
Standardized 'QAOps' capitalization, corrected xref references, cleaned up formatting/indentation, and updated image references to correct format and folder.
MariekeGO
reviewed
Feb 27, 2026
Partial review
MariekeGO
reviewed
Mar 5, 2026
MariekeGO
reviewed
Mar 5, 2026
Co-authored-by: Marieke Goethals <94605575+MariekeGO@users.noreply.github.com>
MariekeGO
reviewed
Mar 11, 2026
develop/TOOLS/QAOps/QAOps_Tutorials/User_Tutorials/Advanced/CreatingTestPackages.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Marieke Goethals <94605575+MariekeGO@users.noreply.github.com>
MariekeGO
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces comprehensive documentation for the QAOps regression test orchestration platform and its components. The new documentation covers the core concepts, configuration, user interface, and the structure and creation of test packages. These additions provide clear guidance for Skyline employees on how to use, configure, and extend QAOps for automated quality assurance within DataMiner environments.
The most important changes are:
QAOps Platform Overview and Usage:
QAOps.mdfile that introduces the QAOps platform, its purpose, benefits, and a high-level overview of its components and workflow. This document explains how to access the system, start tests, and the role of configurations, test suites, and test packages.Configuration and Management:
QAOpsConfiguration.mddetailing how to create and manage QAOps configurations, including available settings (DataMiner version, type, database, test suite assignment, retention, categories, and provisioning options), and operational constraints.User Interface Documentation:
QAOpsMainUI.mddescribing the three QAOps low-code applications (User, Operator, Administrator), their roles, navigation, and how to use them for managing test runs, configurations, test suites, global categories, and tokens.Test Package Authoring:
QAOpsTestPackage.mdproviding a detailed guide on creating and structuring QAOps test packages (.dmtest), including directory layout, required and optional components, PowerShell pipeline scripting, test and dependency management, and package configuration withqaops.config.xml.