logo TECHNOLOGY
TALENT SPECIALISTS
Recruiting?

Job Search

1261 Live jobs
  • Home
  • Search
(5)
Automation Test Architect - Financial Services- Contract
Added 01/09/2026
Reference: 89202TEST_1788270349

Automation Test Architect (Contract)Hybrid LondonWe're supporting a major technology transformation programme and are seeking an experienced Integration Test... Read more

Automation Test Architect (Contract)

Hybrid

London

We're supporting a major technology transformation programme and are seeking an experienced Integration Test Architect to define and lead testing strategy across a complex microservices and distributed systems landscape.

This is a senior, hands-on architecture role requiring deep expertise in contract testing, integration testing and quality engineering across multiple technology stacks.

What You'll Be DoingDefine and own the end-to-end integration testing strategyDesign and implement scalable automated test frameworksLead adoption of consumer-driven contract testing using PactWork closely with architects, developers and platform teams to improve quality across distributed systemsEstablish testing standards, governance and best practice across multiple delivery teamsIdentify integration risks and ensure robust coverage across services and APIsMentor engineers and drive a quality-first engineering cultureEssential SkillsProven experience operating at Architect or Principal Test Architect levelExtensive experience in Integration Testing and Contract TestingStrong hands-on experience with PactDevelopment background in Java, Python and/or C++Experience testing microservices, APIs and distributed systemsStrong understanding of CI/CD and automated testing practicesAbility to influence senior stakeholders and engineering leadership teamsNice to HaveAWS cloud experienceEvent-driven architecture experiencePerformance and non-functional testing expertiseExperience within large-scale enterprise environmentsThe Candidate

You'll be a highly experienced consultant who can operate strategically at architecture level whilst remaining technically credible and hands-on when required. You'll have a track record of delivering testing strategies for complex integration-heavy environments and be recognised as a subject matter expert in modern quality engineering practices.

Automation Architect | Test Architect | Contract Testing | Pact | Java | Python | C++ | AWS | Microservices | QA Architect | Quality Engineering

GCS is acting as an Employment Business in relation to this vacancy.

Read less
Negotiable

London, England, United KingdomContract

Software Tester
Added 28/08/2026
Reference: 091123_1787910332

Software Tester (SC Cleared)We're looking for an experienced Software Tester with active SC Clearance to join a growing... Read more

Software Tester (SC Cleared)

We're looking for an experienced Software Tester with active SC Clearance to join a growing team delivering high-quality software solutions. You'll play a key role in ensuring applications meet functional and non-functional requirements through comprehensive testing, defect management, and collaboration with cross-functional teams.

Key ResponsibilitiesCreate and execute test plans, test cases, and test scripts.Perform functional, regression, integration, and system testing.Identify, log, and track defects using tools such as Jira or Azure DevOps.Work closely with Developers, Business Analysts, and Product Owners to ensure quality throughout the development lifecycle.Support automated testing initiatives and identify opportunities to improve testing efficiency.Produce clear test documentation, reports, and test evidence.Contribute to continuous improvement of QA processes and best practices.Required Skills & ExperienceProven experience as a Software Tester, QA Engineer, or Test Analyst.Strong understanding of software testing methodologies and best practices.Experience with test case design and test execution.Hands-on experience with defect management tools such as Jira or Azure DevOps.Knowledge of Agile delivery environments (Scrum/Kanban).Experience with test automation tools such as Selenium, Appium, or similar.Excellent analytical and problem-solving skills.Strong communication and stakeholder management abilities.Active SC Clearance is essential.DesirableISTQB Certification.Experience with automated testing frameworks.Previous experience working on complex software delivery projects.

Please note: Due to the nature of this project, active SC Clearance is a mandatory requirement. Unfortunately, candidates who do not currently hold active SC Clearance will not be eligible for consideration for this position.

GCS is acting as an Employment Business in relation to this vacancy.

Read less
£500.00 - £550.00
Per day

London, England, United KingdomContract

QA Automation Engineer
Added 20/08/2026
Reference: ADGQAAutoEng_1787209506

QA Automation Engineer - AI & Agentic SystemsLevel: Senior IC Location: RemoteRole SummaryWe are building agentic AI systems... Read more

QA Automation Engineer - AI & Agentic Systems

Level: Senior IC
Location: Remote

Role Summary

We are building agentic AI systems that can interpret complex data sources, documentation, and structured information to perform analysis, validation, and decision-support tasks. This role exists to make those agents trustworthy enough to act on.

This is a senior, hands-on quality role weighted toward testing non-deterministic AI and agentic systems. That is where most of your time sits and where the hiring bar is highest. You will also own the broader quality surface: integration, API, and performance testing are part of the remit, not out of scope.

The differentiator for this role is the ability to define what "good" looks like when a system reasons, calls tools, and can be wrong in subtle ways. You will scope, build, and run the frameworks yourself, with the independence of a senior engineer, and decide what to build first.

Key Responsibilities

Agentic System Testing (Primary Focus)Tool-Use & Trajectory Evaluation: Test whether agents select the right tools for the right reasons and follow sound multi-step trajectories, not just whether the final answer looks plausible. Evaluate planning, intermediate steps, and recovery when a tool fails or returns nothing.Grounding & Citation Verification: Verify that agent claims are backed by cited evidence in source data, documents, or knowledge bases, and that referenced locations actually support the answer, catching confident but unsupported outputs.Honest-Failure & Refusal Calibration: Assert that agents ask for clarification or respond appropriately when information cannot be confidently determined, rather than inventing answers.Guardrail & Adversarial Testing: Probe prompt injection, jailbreaks, and instructions hidden within ingested content, ensuring the agent treats source content as untrusted data.Multi-Turn & State: Validate follow-ups, references to prior turns, and that conversational state carries correctly across a session.

2. AI & LLM ValidationNon-Deterministic Testing: Architect automated frameworks that score generative AI outputs for hallucination, consistency, and factual accuracy against gold-standard datasets using LLM-as-judge methods calibrated against human judgement.Prompt & Model Regression: Design regression suites that catch prompt drift and model-version drift, ensuring changes to models or system instructions do not quietly degrade quality. Own the ground-truth and evaluation datasets these depend on. Live Production QualityContinuous Evaluation: Extend evaluation beyond pre-release into production, continuously scoring live agent outputs so quality is measured on real usage, not only in test environments.Monitoring & Alerting: Build quality monitoring that flags regressions, drift, and anomalous agent behaviour before users discover them.Quality Incident Response: Triage quality incidents and trace failures back to specific model versions, prompts, or datasets, feeding fixes into the development cycle. Integration, API & PerformanceBackend, UI & API Testing: Build robust integration tests that validate API integration across services and key user-facing flows.Secure Gateway Validation: Automate testing of secure API gateways, verifying that Role-Based Access Control (RBAC) and PII-redaction logic work correctly before data reaches AI models.Performance & Load: Own performance test plans and implementation (for example, Locust, JMeter, k6), validating latency, throughput, and stability under realistic load. Data, Traceability & Quality GatesData Validation: Use SQL and data-validation tooling (for example, Great Expectations) to verify data quality across data platforms and vector databases, including the ground-truth and retrieval corpora that agents depend on.Requirements Traceability: Map test and evaluation cases to system requirements and user needs, producing verification-and-validation evidence and quality reports needed to ship with confidence.Quality Gates: Enforce quality gates in GitLab CI/CD that prevent non-compliant models or code from merging and prepare readiness evidence for release reviews.

Technical Requirements

AI Evaluation (Core): Hands-on experience with LLM/agent evaluation frameworks (e.g., DeepEval, TruLens, RAGAS, or custom Python evaluators) and LLM-as-judge techniques.Agent Observability: Experience tracing and debugging agent runs, including tool calls, intermediate steps, token usage, and latency, using tools such as LangSmith, Langfuse, or OpenTelemetry-based tracing.Core Automation: Expert Python for custom test harnesses and evaluation tooling (Pytest), plus standard automation libraries (Selenium/Playwright for UI, Requests for API).Performance Testing: Proven ability to design and implement performance test plans (e.g., Locust, JMeter, k6).Data Validation: Proficiency with SQL and data-validation tools, and familiarity with vector databases and retrieval corpora.CI/CD Integration: Integrating automated tests and evaluations into GitLab CI/CD pipelines and enforcing quality gates.Test Management & Reporting: Managing test reports and artifacts (e.g., TestRail, Allure) and communicating results clearly.Version Control & QE Practices: Maintaining code-based frameworks in Git/GitLab and applying modern quality-engineering practices.Traceability Tools: Familiarity with requirements-management tools (e.g., Jira, Linear, Jama, Polarion) and linking results to requirement IDs.

Professional Qualifications

Experience: 5+ years in QA automation or quality engineering, with at least 2 years focused on testing ML models, LLM applications, or AI agents.Probabilistic Systems Judgement: Able to define pass/fail criteria for systems whose outputs are not identical every run and communicate confidence levels clearly to engineering leadership.Independent Operator: A senior individual contributor who scopes and builds testing and evaluation frameworks with minimal direction and prioritises what matters most.Collaboration: Works closely with engineering and product teams, understands existing systems quickly, and moves efficiently.

Nice to Have

Domain Experience: Familiarity with data-intensive workflows, complex documentation, compliance-focused environments, or highly regulated industries is advantageous.Formal V&V Exposure: Exposure to structured systems-engineering governance, stage-gate reviews, or formal verification and validation practices is beneficial but not required. We value the discipline more than the certification.

GCS is acting as an Employment Business in relation to this vacancy.

Read less
Negotiable

London, England, United KingdomContractRemote

QA Automation Engineer
Added 19/08/2026
Reference: ADGQAAutomation_1787154789

QA Automation Engineer - AI & Agentic SystemsLevel: Senior IC Location: RemoteRole SummaryWe are building agentic AI systems... Read more

QA Automation Engineer - AI & Agentic Systems

Level: Senior IC
Location: Remote

Role Summary

We are building agentic AI systems that can interpret complex data sources, documentation, and structured information to perform analysis, validation, and decision-support tasks. This role exists to make those agents trustworthy enough to act on.

This is a senior, hands-on quality role weighted toward testing non-deterministic AI and agentic systems. That is where most of your time sits and where the hiring bar is highest. You will also own the broader quality surface: integration, API, and performance testing are part of the remit, not out of scope.

The differentiator for this role is the ability to define what "good" looks like when a system reasons, calls tools, and can be wrong in subtle ways. You will scope, build, and run the frameworks yourself, with the independence of a senior engineer, and decide what to build first.

Key Responsibilities

Agentic System Testing (Primary Focus)Tool-Use & Trajectory Evaluation: Test whether agents select the right tools for the right reasons and follow sound multi-step trajectories, not just whether the final answer looks plausible. Evaluate planning, intermediate steps, and recovery when a tool fails or returns nothing.Grounding & Citation Verification: Verify that agent claims are backed by cited evidence in source data, documents, or knowledge bases, and that referenced locations actually support the answer, catching confident but unsupported outputs.Honest-Failure & Refusal Calibration: Assert that agents ask for clarification or respond appropriately when information cannot be confidently determined, rather than inventing answers.Guardrail & Adversarial Testing: Probe prompt injection, jailbreaks, and instructions hidden within ingested content, ensuring the agent treats source content as untrusted data.Multi-Turn & State: Validate follow-ups, references to prior turns, and that conversational state carries correctly across a session.

2. AI & LLM ValidationNon-Deterministic Testing: Architect automated frameworks that score generative AI outputs for hallucination, consistency, and factual accuracy against gold-standard datasets using LLM-as-judge methods calibrated against human judgement.Prompt & Model Regression: Design regression suites that catch prompt drift and model-version drift, ensuring changes to models or system instructions do not quietly degrade quality. Own the ground-truth and evaluation datasets these depend on. Live Production QualityContinuous Evaluation: Extend evaluation beyond pre-release into production, continuously scoring live agent outputs so quality is measured on real usage, not only in test environments.Monitoring & Alerting: Build quality monitoring that flags regressions, drift, and anomalous agent behaviour before users discover them.Quality Incident Response: Triage quality incidents and trace failures back to specific model versions, prompts, or datasets, feeding fixes into the development cycle. Integration, API & PerformanceBackend, UI & API Testing: Build robust integration tests that validate API integration across services and key user-facing flows.Secure Gateway Validation: Automate testing of secure API gateways, verifying that Role-Based Access Control (RBAC) and PII-redaction logic work correctly before data reaches AI models.Performance & Load: Own performance test plans and implementation (for example, Locust, JMeter, k6), validating latency, throughput, and stability under realistic load. Data, Traceability & Quality GatesData Validation: Use SQL and data-validation tooling (for example, Great Expectations) to verify data quality across data platforms and vector databases, including the ground-truth and retrieval corpora that agents depend on.Requirements Traceability: Map test and evaluation cases to system requirements and user needs, producing verification-and-validation evidence and quality reports needed to ship with confidence.Quality Gates: Enforce quality gates in GitLab CI/CD that prevent non-compliant models or code from merging and prepare readiness evidence for release reviews.

Technical Requirements

AI Evaluation (Core): Hands-on experience with LLM/agent evaluation frameworks (e.g., DeepEval, TruLens, RAGAS, or custom Python evaluators) and LLM-as-judge techniques.Agent Observability: Experience tracing and debugging agent runs, including tool calls, intermediate steps, token usage, and latency, using tools such as LangSmith, Langfuse, or OpenTelemetry-based tracing.Core Automation: Expert Python for custom test harnesses and evaluation tooling (Pytest), plus standard automation libraries (Selenium/Playwright for UI, Requests for API).Performance Testing: Proven ability to design and implement performance test plans (e.g., Locust, JMeter, k6).Data Validation: Proficiency with SQL and data-validation tools, and familiarity with vector databases and retrieval corpora.CI/CD Integration: Integrating automated tests and evaluations into GitLab CI/CD pipelines and enforcing quality gates.Test Management & Reporting: Managing test reports and artifacts (e.g., TestRail, Allure) and communicating results clearly.Version Control & QE Practices: Maintaining code-based frameworks in Git/GitLab and applying modern quality-engineering practices.Traceability Tools: Familiarity with requirements-management tools (e.g., Jira, Linear, Jama, Polarion) and linking results to requirement IDs.

Professional Qualifications

Experience: 5+ years in QA automation or quality engineering, with at least 2 years focused on testing ML models, LLM applications, or AI agents.Probabilistic Systems Judgement: Able to define pass/fail criteria for systems whose outputs are not identical every run and communicate confidence levels clearly to engineering leadership.Independent Operator: A senior individual contributor who scopes and builds testing and evaluation frameworks with minimal direction and prioritises what matters most.

GCS is acting as an Employment Business in relation to this vacancy.

Read less
Negotiable

United KingdomContractRemote

Software Tester
Added 17/08/2026
Reference: Tester_1786950777

Software Tester (SC Cleared)Drive quality. Accelerate delivery. Own automation. We're looking for a Software Tester who can build... Read more

Software Tester (SC Cleared)

Drive quality. Accelerate delivery. Own automation. We're looking for a Software Tester who can build robust automated test solutions that boost efficiency, reduce manual effort, and ensure high‑quality software releases.

What You'll Do

Build Automation Strategy - Identify what to automate, prioritise test cases, and shape a scalable automation approach.

Develop Test Frameworks - Create and maintain automation frameworks using Selenium, Appium, TestNG, JUnit, or similar tools.

Write & Execute Scripts - Build reliable, maintainable automated tests across platforms, devices, and environments.

Integrate with CI/CD - Embed automated tests into pipelines using Jenkins, GitLab CI, Azure DevOps, etc.

Manage Test Data - Create and maintain test data sets and environments for automation.

Analyse & Report Results - Run automated suites, diagnose failures, and log defects clearly in JIRA.

Collaborate in Agile - Work closely with developers, product teams, and manual testers; contribute to sprint ceremonies.

Share Knowledge - Train team members and maintain documentation for frameworks, scripts, and processes.

What You'll Bring

Experience as an Automated Tester or Test Automation Engineer.

Strong skills in Selenium WebDriver, Appium, TestNG, JUnit, or similar tools.

Solid programming ability in Java, Python, C#, or JavaScript.

Experience with Git, Azure DevOps, or other version control systems.

Hands‑on CI/CD pipeline experience.

Excellent problem‑solving and attention to detail.

Strong communication and teamwork skills.

Agile experience (Scrum/Kanban).

Test automation certifications (ISTQB etc.) are a plus.

Why This Role?

You'll be at the heart of improving software quality and delivery speed. If you're passionate about automation, efficiency, and building reliable test solutions, this role gives you the platform to make a real impact.

GCS is acting as an Employment Business in relation to this vacancy.

Read less
£400.00 - £500.00
Per day

Exeter, England, United KingdomContractRemote

Identity & Access Management (IAM) Test Analyst/Tester
Added 28/07/2026
Reference: 987654_1785237365

Role OverviewWe are seeking an experienced Test Analyst/QA Tester with a background in Identity & Access Management (IAM)... Read more

Role Overview

We are seeking an experienced Test Analyst/QA Tester with a background in Identity & Access Management (IAM) to test identity processing and user provisioning solutions across the identity lifecycle (Joiner, Mover, Leaver - JML).

The successful candidate will be responsible for validating that user accounts, access rights, and entitlements are correctly provisioned, updated, and removed across multiple integrated systems, including HR systems, Active Directory (AD/LDAP), IAM platforms, and business applications.

The role involves executing functional, integration, end-to-end, regression, and negative testing, validating identity data and business rules, performing SQL data validation, API testing using Postman, managing defects in Jira/ALM, and supporting UAT and release activities. The ideal candidate will work closely with developers, business analysts, and IAM engineers to ensure secure and accurate identity provisioning.

Key Technical SkillsEssentialIdentity & Access Management (IAM)Identity Lifecycle (Joiner, Mover, Leaver - JML)User Provisioning & De-provisioningFunctional, Integration, Regression & End-to-End TestingSQL (data validation, database queries)API Testing (Postman, REST APIs, JSON)Active Directory (AD) & LDAPRBAC (Role-Based Access Control)ABAC (Attribute-Based Access Control)Entitlements & Access GovernanceDefect Management (Jira, ALM)Test Case Design & Test ExecutionData Mapping & Identity Attribute ValidationStrong analytical and troubleshooting skillsDesirableSailPointSaviyntOktaMicrosoft Entra ID (Azure AD)SeleniumJava/Python

GCS is acting as an Employment Business in relation to this vacancy.

Read less
£600.00 - £601.00
Per day

Sheffield, England, United KingdomContract

Performance Test Lead
Added 27/07/2026
Reference: 091123_1785138655

Performance & Non-Functional Testing LeadLocation: SheffieldContractIndustry: Financial Services / Enterprise Technology TransformationMandatory Skills: GCP, IAM, Neo4J Role OverviewAn... Read more

Performance & Non-Functional Testing LeadLocation: SheffieldContractIndustry: Financial Services / Enterprise Technology TransformationMandatory Skills: GCP, IAM, Neo4J
Role Overview

An exciting opportunity has arisen for an experienced Performance & Non-Functional Testing Lead to join a major enterprise transformation programme focused on modernising Identity & Access Management (IAM) platforms and cloud-native technology services.

This role will be responsible for defining and delivering the end-to-end Performance & Non-Functional Testing (NFT) strategy, ensuring large-scale systems are scalable, resilient, secure, and operationally ready. You will work closely with Architecture, Engineering, DevOps, Product, and Delivery teams to embed performance and resilience testing throughout the software delivery lifecycle.

Key ResponsibilitiesOwn and lead the programme-wide Performance & Non-Functional Testing capability.Define and maintain the NFT strategy, roadmap, standards, and governance framework.Establish testing approaches covering:Load TestingStress TestingVolume TestingSoak/Endurance TestingHigh Availability TestingFailover & Disaster Recovery TestingOperational Acceptance TestingCompliance and Audit ValidationGather, define, and validate non-functional requirements across multiple workstreams.Lead tooling assessments, proof of concepts, and recommendations.Deliver performance testing for cloud-native and distributed applications.Analyse performance data, logs, system metrics, and profiling outputs to identify bottlenecks and recommend remediation actions.Develop performance dashboards, KPIs, and executive-level reporting.Integrate testing capabilities into CI/CD pipelines and DevOps processes.Mentor and guide performance engineers and testing teams.Provide clear risk assessments and release readiness recommendations to senior stakeholders.Required Skills & ExperienceExtensive experience leading Performance & Non-Functional Testing within complex enterprise environments.Proven experience designing and implementing enterprise-wide NFT strategies.Strong experience delivering:Performance TestingResilience TestingHA/DR TestingFailover ValidationCapacity and Scalability TestingExpertise with industry-standard testing tools such as:JMeterGatlingLoadRunnerNeoLoadExperience testing cloud-native platforms, ideally within GCP environments.Strong understanding of containerised and distributed systems including Kubernetes and Docker.Experience integrating testing into CI/CD and DevOps pipelines.Strong scripting and automation skills using Python, Java, Scala, or similar technologies.Experience reviewing complex architecture and integration designs.Strong stakeholder management, communication, and reporting experience.Previous experience leading and mentoring testing teams.Desirable ExperienceIdentity & Access Management (IAM) platform testing experience.Graph database (Neo4j) performance testing and optimisation.Experience with event-driven architectures and messaging technologies.Knowledge of GitOps practices.Experience with monitoring and observability tools such as AppDynamics, Datadog, or cloud-native monitoring platforms.Exposure to DevSecOps environments and SaaS platforms.Financial services or large-scale regulated industry experience.Key AttributesStrategic thinker with a quality-first mindset.Strong leadership and stakeholder engagement skills.Ability to influence technical and non-technical audiences.Excellent problem-solving and analytical capabilities.Comfortable operating within large-scale Agile and hybrid delivery environments.

If you are an experienced Performance & Non-Functional Testing Leader looking to shape testing strategy for a major enterprise transformation programme, we would like to hear from you.

GCS is acting as an Employment Business in relation to this vacancy.

Read less
£550.00 - £640.00
Per day

Sheffield, England, United KingdomContract

SDET
Added 24/07/2026
Reference: 167853_1784897147

Software Development Engineer in Test (SDET)Engineer quality. Build automation. Deliver confidence.We're looking for a Software Development Engineer in... Read more

Software Development Engineer in Test (SDET)

Engineer quality. Build automation. Deliver confidence.

We're looking for a Software Development Engineer in Test (SDET) who is passionate about building scalable automation solutions and embedding quality throughout the software development lifecycle. This is more than a traditional testing role-it's an engineering-focused position where you'll design, develop, and maintain robust test frameworks, automation tools, and quality solutions that enable rapid, reliable software delivery.

As an SDET, you'll work alongside software engineers, product teams, and DevOps professionals to ensure applications are built with quality at their core. You'll leverage coding expertise to create intelligent automation solutions, improve testing efficiency, and drive engineering excellence across the organisation.

What You'll Be DoingDesigning, developing, and maintaining scalable automated testing frameworksBuilding automated solutions for web, API, backend, and microservices testingWriting production-quality code to support test infrastructure and automation platformsIntegrating automated testing within CI/CD pipelines and release processesDeveloping tools that improve test coverage, reliability, and engineering productivityCollaborating closely with developers to promote shift-left testing practicesPerforming root cause analysis and helping teams identify and prevent defects earlyContributing to quality strategy, automation architecture, and engineering best practicesWhat We're Looking ForStrong programming experience in Python, Java, C#, JavaScript, or similar languagesProven experience building and maintaining test automation frameworksStrong understanding of software development principles and testing methodologiesExperience with modern automation tools such as Playwright, Selenium, Cypress, Appium, or related technologiesKnowledge of API testing, service validation, and test data managementExperience working with CI/CD tools and modern DevOps environmentsFamiliarity with cloud-native applications, containers, and distributed systems is highly desirableStrong analytical, troubleshooting, and problem-solving skillsWhy Join Us?Work in a true engineering-led quality environmentInfluence automation architecture and testing strategyCollaborate with talented software engineers on modern technology platformsGain exposure to cloud, DevOps, microservices, and large-scale systemsOpportunity to shape how quality is delivered across critical products and services

This role is ideal for engineers who enjoy coding as much as testing and want to have a direct impact on software quality, automation maturity, and product reliability.

If you're passionate about software engineering and automation, we'd love to hear from you.

Apply today and help build quality into every release.

GCS is acting as an Employment Business in relation to this vacancy.

Read less
Negotiable

Republic of IrelandContract

Automation Tester
Added 24/07/2026
Reference: 167153_1784896078

Automation Tester Drive quality through automation.Are you passionate about software quality, automation, and delivering exceptional user experiences? We're... Read more

Automation Tester

Drive quality through automation.

Are you passionate about software quality, automation, and delivering exceptional user experiences? We're seeking an Automation Tester / Software Development Engineer in Test (SDET) to help build robust testing frameworks and ensure the reliability of modern applications.

This role offers the opportunity to work closely with developers, product teams, and engineering leaders to champion quality across the entire software development lifecycle.

What You'll Be DoingDesigning, developing, and maintaining automated test frameworksCreating automated test suites for web, API, and backend servicesSupporting CI/CD pipelines and shift-left testing practicesPerforming regression, integration, and end-to-end testingIdentifying issues early and improving overall product qualityCollaborating with engineering teams to build quality into every releaseWhat We're Looking ForExperience in test automation and software testingHands-on knowledge of Selenium, Playwright, Cypress, Appium, or similar toolsExperience with API testing and modern QA methodologiesKnowledge of programming languages such as Java, Python, or C#Familiarity with Agile environments, CI/CD, and cloud platformsStrong analytical and problem-solving skillsWhy Join?Work on complex, modern technology platformsInfluence automation strategy and testing best practicesCollaborate with talented engineering teamsGrow your career in a technology-driven environment

Join us and help deliver software customers can trust.

Apply today or contact us for a confidential discussion about the opportunity

GCS is acting as an Employment Agency in relation to this vacancy.

Read less
Negotiable

Republic of IrelandFull Time

Broadcast Engineer
Added 21/07/2026
Reference: 1234_1784657659

Broadcast Engineer Are you an experienced Broadcast Master Control Operator who thrives in a fast-paced live television environment?... Read more

Broadcast Engineer

Are you an experienced Broadcast Master Control Operator who thrives in a fast-paced live television environment? We are seeking a dependable and detail-oriented Broadcast Master Control Engineer to support live Major League Baseball broadcasts from our Centennial, Colorado facility.

In this role, you'll help ensure seamless live broadcasts by monitoring video and audio quality, managing commercial breaks, adjusting playlists, and responding to real-time broadcast changes. This is an excellent opportunity to work with a leading sports media operation supporting live MLB programming.

ResponsibilitiesMonitor live video and audio feeds to ensure high-quality broadcastsPerform quality assurance (QA) on incoming and outgoing broadcast contentExecute commercial breaks accurately and on scheduleManage and adjust broadcast playlists in real time to accommodate schedule changes, weather delays, or live event updatesMonitor broadcast automation systems and troubleshoot issues as they ariseEnsure sponsorship elements and commercial inventory air according to scheduleVerify content readiness before air and maintain broadcast integrity throughout live eventsCommunicate with operations, engineering, and production teams to quickly resolve on-air issuesGenerate post-event and exception reports following broadcastsMaintain a high level of accuracy while working in a fast-paced live production environmentRequired QualificationsExperience working in Broadcast Master Control, Transmission, or Broadcast OperationsExperience supporting live television broadcastsHands-on experience with:Broadcast automation systemsPlaylist managementSignal monitoringContent quality control (QC)Commercial playoutStrong troubleshooting skills in a live broadcast environmentExcellent attention to detail and ability to multitask under pressureReliable, professional, and able to work independentlyWillingness to work evenings, weekends, and holidays as required by MLB schedulesPreferred QualificationsExperience supporting live sports broadcasts (MLB, NHL, NFL, NBA, NCAA, etc.)Experience with one or more of the following broadcast systems:FloricalImagine Communications (Harris/ADC)EvertzHarmonicPebbleGrass ValleyRoss VideoExperience creating operational or compliance reports following live broadcastsIdeal Candidate

We're looking for someone who has experience in a live broadcast environment and is comfortable making quick decisions under pressure. Successful candidates are dependable, organized, technically minded, and take pride in delivering flawless broadcasts for viewers and clients.

Why Join Us?Work on live Major League Baseball broadcastsJoin a collaborative broadcast operations teamGain experience in a high-profile live sports environmentOpportunity to work with industry-leading broadcast technology

If you have experience in Master Control, Broadcast Operations, or Live Television Production, we'd love to hear from you!

GCS is acting as an Employment Business in relation to this vacancy.

Read less
Negotiable

Denver, Colorado, United States of AmericaContract

logo TECHNOLOGY
TALENT SPECIALISTS
logo
  • [email protected]

Navigation

  • About Us
  • Job Seekers
  • Employers
  • Contact us
  • Login/Register
  • News

Policies

  • Privacy Policy
  • Terms of Use
  • Cookie Policy
  • Modern Slavery
  • Carbon Plan
  • Social Value Policy
  • ESG Strategy

Socials

  • Linkedin
  • Facebook
  • YouTube
  • Instagram

Cookie Management

  • Manage Cookie Preferences

Cookie Management

  • Manage Cookie Preferences

COPYRIGHT © GCS RECRUITMENT SPECIALISTS LTD - PART OF NGAGE SPECIALIST RECRUITMENT LIMITED. ALL RIGHTS RESERVED. COMPANY REGISTERED IN ENGLAND AND WALES WITH COMPANY NUMBER 05609278.​

  • Job Search
  • Employers
    • Divisions
      • Divisions
      • AI
      • Broadcast & Telco
      • Cloud
      • Cyber
      • Data
      • Networks and Infrastructure
      • Software Engineering
    • Solutions
      • Solutions
      • Talent Consulting
      • Project Solutions
      • Temporary Recruitment
      • The Innovation-Hub
    • Case Studies
    • Submit a Vacancy
  • Candidates
    • Careers
      • Careers
      • AI
      • Broadcast & Telco
      • Cloud
      • Cyber
      • Data
      • Networks and Infrastructure
      • Software Engineering
    • Career Advice
    • Submit your CV
    • Refer a friend
  • GCS Connect
  • About Us
    • About GCS
    • News
    • Social Value
    • Meet the team
    • nGAGE Talent
    • Work for GCS
  • Contact Us
Login
Register

Find your new role

Enter your details to access your account.

Trouble logging in?
At least 8 characters, 1 uppercase, 1 lowercase and 1 special character or number
ATTACH CV *
Your file must be a doc, docx or pdf. No larger than 5MB.

Apply for...

Added
COMPETITIVE SALARY

Your file must be a doc, docx or pdf. No larger than 5MB.
New cv path

Please refer to our Privacy Policy for details on how we use your data

Refer a friend


Please refer to our Privacy Policy for details on how we use your data

No saved jobs available

All your saved jobs are no longer available or you've already applied.

Create a job alert

for the following search criteria

Frequency :

Create an account

To receive personalised job alerts, please create an account below.

Already have an account? Log in

Let us know you agree to cookies

We use cookies to provide you with the best possible browsing experience on our website. You can find out more here.