Run
Everything on SkillVeris tagged Run — collected across the glossary, study notes, blog, and cheat sheets.
10 resources across 1 library
Study Notes(10)
Collection Runner
Learn how Postman's Collection Runner executes an entire collection of requests in sequence, complete with data-driven iterations, delays, and detailed pass/fa…
Postman/Newman in CI/CD Pipelines
Integrating Postman collections into CI/CD pipelines via Newman lets teams catch API regressions automatically on every commit, before code reaches production.
Parallel Test Execution
Speed up Selenium suites by running multiple tests concurrently across threads, processes, or Grid nodes without sessions interfering with each other.
Selenium in CI/CD Pipelines
Integrate Selenium test suites into continuous integration pipelines so UI regressions are caught automatically on every commit or pull request.
Error Handling with On Error
Intercept run-time errors gracefully in VBA using On Error statements, the Err object, and disciplined cleanup patterns.
Your First F# Program
A walkthrough of scaffolding, understanding, and running a basic F# console application, from Program.fs to dotnet run.
Cloud Run Basics
Learn how Cloud Run runs stateless containers as fully managed, autoscaling, pay-per-request services on GCP.
Jobs and CronJobs
Learn how Kubernetes Jobs run Pods to completion for batch work, and how CronJobs schedule Jobs on a recurring, cron-style schedule.
Jobs, Steps, and Runners
Jobs are independent units of work that run on isolated runners, steps are the ordered commands within a job, and runners are the actual machines that execute…
Tasks and Parallelism
Explore the Task Parallel Library — how Task, Task.Run, and Parallel APIs let you exploit multiple CPU cores for CPU-bound work in C#.