All Projects → My-Random-Thoughts → Qa Checks V4

My-Random-Thoughts / Qa Checks V4

Licence: mit
PowerShell scripts to ensure consistent and reliable build quality and configuration for your servers

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Qa Checks V4

Server Qa Checks
A bunch of QA checks to run against one or more servers to make sure they are built to a specific standard.
Stars: ✭ 72 (-23.4%)
Mutual labels:  automation, verify, compliance, configuration, qa
Reporting
Zebrunner Reporting Tool
Stars: ✭ 198 (+110.64%)
Mutual labels:  automation, qa
Netshot
Network Configuration and Compliance Management
Stars: ✭ 91 (-3.19%)
Mutual labels:  automation, compliance
percona-qa
Percona QA is a suite of scripts and utilities that assists in building, continuous integration, automated testing & bug reporting for Percona Server, Percona XtraDB Cluster, Percona XtraBackup, Percona Server for MongoDB, as well as other flavors of MySQL (Oracle, Facebook MyQSL, WebScaleSQL, MariaDB) etc.
Stars: ✭ 55 (-41.49%)
Mutual labels:  quality, qa
Foot traffic
Pure Ruby DSL for Chrome scripting based on Ferrum. No Selenium required. Works from any script. Simulate web app usage scenarios in production or locally.
Stars: ✭ 123 (+30.85%)
Mutual labels:  automation, qa
Git Clone Init
Automatic setup of user identity (user.email / user.name) on git clone
Stars: ✭ 130 (+38.3%)
Mutual labels:  automation, configuration
qamd
QAMyData, a data quality assurance tool for SPSS, STATA, SAS and CSV files.
Stars: ✭ 16 (-82.98%)
Mutual labels:  quality, qa
Coveragechecker
Allows old code to use new standards
Stars: ✭ 159 (+69.15%)
Mutual labels:  quality, qa
Admiral
Admiral provides automatic configuration generation, syncing and service discovery for multicluster Istio service mesh
Stars: ✭ 323 (+243.62%)
Mutual labels:  automation, configuration
Opensource
Delivering delightful digital solutions. Open Source packages with combined ~85M/month downloads, semantically versioned following @conventional-commits. Fully powered by Jest, @Babel TypeScript, @Airbnb @ESLint + @Prettier, @YarnPKG + @Lerna independent versioning, GH @Actions & automated dep updates with @RenovateBot.
Stars: ✭ 459 (+388.3%)
Mutual labels:  automation, quality
Ipban
IPBan Monitors failed logins and bad behavior and bans ip addresses on Windows and Linux. Highly configurable, lean and powerful. Learn more at -->
Stars: ✭ 652 (+593.62%)
Mutual labels:  automation, configuration
Simp Core
The base SIMP build repository
Stars: ✭ 111 (+18.09%)
Mutual labels:  automation, compliance
Automation Arsenal
Curated list of popular Java and Kotlin frameworks, libraries and tools related to software testing, quality assurance and adjacent processes automation.
Stars: ✭ 105 (+11.7%)
Mutual labels:  automation, qa
Qxf2 Page Object Model
Write Selenium and Appium tests in Python using the Page Object pattern. This Pythonic GUI and API test automation framework will help you get started with QA automation quickly. It comes with many useful integrations like - email, BrowserStack, Slack, TestRail, etc. This repository is developed and maintained by Qxf2 Services (https://qxf2.com).
Stars: ✭ 155 (+64.89%)
Mutual labels:  automation, qa
Aet
AET - a system that detects visual changes on web sites and performs basic page health checks
Stars: ✭ 100 (+6.38%)
Mutual labels:  automation, qa
Pywinauto
Windows GUI Automation with Python (based on text properties)
Stars: ✭ 3,175 (+3277.66%)
Mutual labels:  automation, qa
Immudb
immudb - world’s fastest immutable database, built on a zero trust model
Stars: ✭ 3,743 (+3881.91%)
Mutual labels:  verify, compliance
Rudder
Continuous Auditing & Configuration
Stars: ✭ 314 (+234.04%)
Mutual labels:  automation, compliance
Flaui
UI automation library for .Net
Stars: ✭ 892 (+848.94%)
Mutual labels:  automation, qa
Php codesniffer
PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script that tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard, and a second phpcbf script to automatically correct coding standard violations. PHP_CodeSniffer is an essential development tool that ensures your code remains clean and consistent.
Stars: ✭ 9,004 (+9478.72%)
Mutual labels:  automation, qa

QA Checks v4

PowerShell scripts to ensure consistent and reliable build quality and configuration for your servers.

Overview

The QA checks came about as a need to verify the build of new servers for various customers and their different environments. All new server builds are usually done with a custom gold image template; however this image still lacks many of the additional tools and configuration settings needed before it can be accepted into support.

Most of this extra tooling and configuration should be automated, however checks are still needed to make sure each customer or environment has their specific settings in place.

Supported Operating Systems

  • Windows Server 2008 R1 and R2 (PowerShell 4 is not installed by default)
  • Windows Server 2012 R1 and R2
  • Windows Server 2016

Unsupported Operating Systems

  • Windows 2003 Server
  • Any non-Windows operating system

The Checks

There are over 100 checks split into 10 separate sections. These are executed whenever the QA script is run against one or more servers and can take anywhere between 30 seconds and a couple of minutes to complete. If you are checking multiple servers then this time is per server.

For a full list of checks and their sections, check the GitHub Wiki page:

https://github.com/My-Random-Thoughts/QA-Checks-v4/wiki/Sections


Quick Start Guide

There are three stages required to get you up and running. The first one is the quickest and will generate a HTML report of its findings. This report will have quite a number of failures in most environments. Don’t worry; stage two will help you fix these failures - either as a scan configuration change or to highlight areas in the environment that may need some work.

https://github.com/My-Random-Thoughts/QA-Checks-v4/wiki/Quick-Start-Guide


Language Translations

All the checks, the scanning engine and the settings configuration tool can be displayed in your specific language. If you want to help out translating this tool, please see the following guide:

https://github.com/My-Random-Thoughts/QA-Checks-v4/wiki/Creating-A-New-Language-File


Changes From Version 3

There are quite a number of changes and improvements from version 3 (which are still available). The following document lists them:

https://github.com/My-Random-Thoughts/QA-Checks-v4/blob/master/Changes_From_v3.md

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].