ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

164 results

Udzial (By Gaurav Khurana)
Best Language for Playwright | TypeScript vs Java vs Python vs .NET

Confused about which language to choose for #Playwright #automation ? In this video, I break down #TypeScript, #Java, #Python, ...

7:51
Best Language for Playwright | TypeScript vs Java vs Python vs .NET

834 views

2 months ago

Julian Mesa
API testing with Playwright - Improve the readability of your reports with Step

Welcome to our channel! In this video, we'll show you how to improve the readability of your API test reports using Playwright ...

8:19
API testing with Playwright - Improve the readability of your reports with Step

257 views

1 year ago

Julian Mesa
Playwright Course in Spanish - Part 16 - Running Tests from the Command Line

In this lesson, we'll see how to run Playwright tests using the command line: ### Run all tests: ``` npx playwright test ...

4:34
Playwright Course in Spanish - Part 16 - Running Tests from the Command Line

1,688 views

1 year ago

Julian Mesa
Curso de Playwright en Español - Parte 20 - Ejecuta tus test con Github actions

En esta lección vamos a ver como ejecutar los tests de playwright usando github actions. *Código fuente: ...

14:56
Curso de Playwright en Español - Parte 20 - Ejecuta tus test con Github actions

1,933 views

1 year ago

Julian Mesa
Playwright Course in Spanish - Part 25 - Basic Playwright Authentication

In this video, we'll see how to use Playwright's basic authentication, which consists of logging in once and storing the ...

13:15
Playwright Course in Spanish - Part 25 - Basic Playwright Authentication

1,853 views

1 year ago

Udzial (By Gaurav Khurana)
Test Automation Practice Site for Testers | Try different  Scenarios

Launched a dedicated Test Automation Practice Site where anyone can try real automation scenarios — UI, API, edge cases, ...

4:50
Test Automation Practice Site for Testers | Try different Scenarios

312 views

2 months ago

Julian Mesa
Playwright - Using the trace viewer to debug API tests

Want to analyze your Playwright API tests visually, quickly, and with incredible detail? In this video, I'll show you how to ...

4:56
Playwright - Using the trace viewer to debug API tests

56 views

1 month ago

Julian Mesa
Automatización pruebas web Playwright con Java - Codegenerator - Genera tests de forma automática

En este video vamos a ver como usar el cogegen para generar scripts de forma automatica usando playwright. Comando ...

10:56
Automatización pruebas web Playwright con Java - Codegenerator - Genera tests de forma automática

722 views

1 year ago

Julian Mesa
Curso de Playwright en Español - Parte 5 - CodeGen Generación de código automática

En este video vamos a ver como configurar las herramientas necesarios para crear scripts de prueba usando playwright. *Código ...

7:15
Curso de Playwright en Español - Parte 5 - CodeGen Generación de código automática

7,762 views

2 years ago

Udzial (By Gaurav Khurana)
Update Test Case Results in Azure dev Ops via Automation | Code Shared | Rest API

... https://bit.ly/chatgptfortesters Git https://bit.ly/deletelocalbranches https://bit.ly/gituntrackfiles API Testing https://bit.ly/API_Testing ...

16:11
Update Test Case Results in Azure dev Ops via Automation | Code Shared | Rest API

2,226 views

1 year ago

Prem Singh Rathore
Playwright MCP Server - Is This The End of Selenium?

This video demostrates the possibility of executing a simple test in Claude using Playwright MCP (a Model Context Protocol server ...

15:33
Playwright MCP Server - Is This The End of Selenium?

82 views

1 month ago

Julian Mesa
Playwright Course in Spanish - Part 18 - Interceptor - Modifying Service Responses

In this lesson, we'll see how we can use the Playwright interceptor to modify the responses of some services and thus be able ...

10:03
Playwright Course in Spanish - Part 18 - Interceptor - Modifying Service Responses

1,424 views

1 year ago

Julian Mesa
Improve your test writing with the Step Builder pattern in Playwright and Java

In this video, we'll see how to implement the step builder pattern using Playwright and Java. If you like my work, you can ...

14:07
Improve your test writing with the Step Builder pattern in Playwright and Java

310 views

8 months ago

Peter Schneider
Understanding Playwright Promises

Understanding Playwright Promises I hope you found a solution that worked for you :) The Content (except music & images) is ...

4:08
Understanding Playwright Promises

74 views

2 years ago

return(GiS);
12. Cómo generar tests unitarios y funcionales desde un punto de vista de seguridad

Hola developer ! Con este vídeo, de mi serie sobre DevSecOps, entramos en la fase de Test (aunque en el vídeo mi ...

13:11
12. Cómo generar tests unitarios y funcionales desde un punto de vista de seguridad

487 views

2 years ago

Julian Mesa
Playwright Course in Spanish - Part 13 - Running tests on multiple environments. Reading environm...

This video explains how to read environment variables from a file to run tests in different environments. *Source code: https ...

10:34
Playwright Course in Spanish - Part 13 - Running tests on multiple environments. Reading environm...

3,474 views

2 years ago

Julian Mesa
Curso de Playwright en Español - Parte 4 - Primer script 2

En este video vamos a ver como crear un test usando playwright. *Código fuente: ...

8:33
Curso de Playwright en Español - Parte 4 - Primer script 2

9,697 views

2 years ago

Carlos Chacin
We're Finally Building the UI! Playwright + TDD (Skull King Ep. 10)

Java Full Stack Tutorial: We're finally building the UI! In this Java 25 TDD episode, I use Playwright for top-down development ...

11:22
We're Finally Building the UI! Playwright + TDD (Skull King Ep. 10)

54 views

13 days ago

Julian Mesa
Playwright web testing automation with Java - Integration with Allure to generate reports

In this video we are going to see how to integrate allure into our project. If you like my work you can contact me through ...

10:47
Playwright web testing automation with Java - Integration with Allure to generate reports

645 views

1 year ago

Julian Mesa
Curso de Playwright en Español - Parte 17 - Interceptor - Ejecuta tests más rápidos

En esta lección vamos a ver como podemos usar el playwright interceptor para evitar que algunos recursos sean cargados ...

11:02
Curso de Playwright en Español - Parte 17 - Interceptor - Ejecuta tests más rápidos

1,756 views

1 year ago

Julian Mesa
Automatización pruebas web Playwright con Java - Creación de page Objects

En este video vamos a ver como crear page objects con el fin de mejorar y facilitar la reutilización de código. Si te gusta mi ...

15:44
Automatización pruebas web Playwright con Java - Creación de page Objects

611 views

1 year ago

Agentic AI Podcast
Python & Tooling | FastAPI, Playwright, Scrapy Spiders, SOAP & REST Ingestion with Zeep Integration

Welcome to Python and Tooling — a technical deep dive into how modern Python frameworks streamline data ingestion, ...

5:13
Python & Tooling | FastAPI, Playwright, Scrapy Spiders, SOAP & REST Ingestion with Zeep Integration

48 views

2 months ago

Julian Mesa
Automatización pruebas web Playwright con Java - Integración con Junit5 Jupiter

En este video vamos como integrar playwright+java con Junit5. Si te gusta mi trabajo me puedes contactar a través de linkedin: ...

12:26
Automatización pruebas web Playwright con Java - Integración con Junit5 Jupiter

565 views

1 year ago

Specmatic
Specmatic MCP as guardrails for Coding Agents: API Spec to Full Stack implementation in minutes

In this walkthrough we'll show how to use Specmatic MCP server for API testing (Contract and Resiliency) and Mocking as a ...

12:26
Specmatic MCP as guardrails for Coding Agents: API Spec to Full Stack implementation in minutes

159 views

4 months ago

Julian Mesa
Curso de Playwright en Español - Parte 21 - Ejecuta tus tests en Jenkins - Explicación general

En este video vamos a ver una explicación general de como usar Jenkins y Docker para ejecutar nuestros tests. Reference: ...

7:08
Curso de Playwright en Español - Parte 21 - Ejecuta tus tests en Jenkins - Explicación general

1,615 views

1 year ago