* Cantinho Satkeys

Refresh History
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    Hoje às 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45
  • FELISCUNHA: j.s. enviei PM  101041
    26 de Junho de 2025, 21:33
  • FELISCUNHA: try65hytr  pessoal   htg6454y
    26 de Junho de 2025, 21:33
  • JPratas: try65hytr Pessoal  4tj97u<z
    26 de Junho de 2025, 02:28
  • cereal killa: Boa Tarde Pessoal E com enorme tristeza que depois de 15 anos que idealizei e abri este fórum vejo que esta na iminência de fechar portas porque ninguém tenta ajudar o pagamento do servidor, mas cada ano e sempre difícil arranjar almas caridosas que nos bom ajudando mas este ano esta complicado, mas infelizmente e como diz o j.s dia 5/07 se não houver algumas ajudas esta vez vai mesmo fechar…..e pena e triste mas tudo na vida tem fim. obrigada cereal killa
    25 de Junho de 2025, 19:40

Autor Tópico: WebdriverIO E2E Test Framework (Web+API +DB) - 2024  (Lida 52 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
WebdriverIO E2E Test Framework (Web+API +DB) - 2024
« em: 26 de Agosto de 2024, 13:12 »
WebdriverIO E2E Test Framework (Web+API +DB) - 2024



Last updated 8/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Language: English | Duration: 22h 18m | Size: 13.4 GB
Build an integrated test framework with WebdriverIO, TypeScript, Cucumber , API , DB, Allure & Git


What you'll learn
Learn JavaScripts basics
Build an integrated test automation framework(Web, API, DB and More) from scratch
Automate E2E tests - not just web
Page object model design pattern
Integrate Cucumber, API, Git and GitHub Actions
Best practices in automating E2E tests
Customise WDIO runner with test scope like smoke & regression. Run mode (foreground or background) and log level
Advanced web interactions such as web table and scrolling
Add additional browser options such as SSL, headless mode, window size..etc
Error handling, debugging and REPL
Manage different environments
Set up logger
Build a global reporter
Run tests in GitHub Actions
Real time use cases and automation approach
Requirements
None - If you are beginner start from JavaScript for beginner section
Description
What's unique about this course?Built completely based on REAL TIME PROJECT IMPLEMENTATION & WORKING EXPERIENCE of automating E2E testsIntegrated framework with Web + API + DB + File handling and more with page object design patternUsing this framework one can confidently build an E2E test framework from ground zeroUses Async mode which has LONG TERM SUPPORTCucumber(BDD), Cross-browser testing and GitHub Actions and moreLogger and global reporter that makes easier to debug and fix tests and produce accurate test reportTips and tricks to overcome different project implementation challengesWhy Webdriverio?It's becoming common to adopt to a Node.js based test framework in many organisations due to having "one team one language" concept where most of the modern web and backend services are built using JavaScript and Node.js and therefore there is a flexibility to extend unit tests and integrate with CI/CD pipeline seamlessly - For all these reasons, Webdriver IO is a great choice for automating integration/E2E tests.  WebdriverIO(also known as WDIO) is the established test framework for Node.js. It has got powerful runner that supports Cucumber, Mocha and Jasmine and loaded with many features that makes easier to use. WDIO can be run on  WebDriver or Chrome DevTools Protocol - this means it has a full control over all browser elements to interact with. It is highly extendable that makes easier to automate E2E tests, not just web. Is automating web application just enough?It's hard to find a project that just automates only web applications, the scope of automation is widen to integrate Web with API, database and files and even more. If this is what you are looking for, you have landed in the right place. This course is having everything you need to know to build an highly extensible integrated framework that can accomodate different applications components.What topics are covered? (All that you need to know work in real projects): IntroductionInstallation and project set upRun first webdriverio testGit IntegrationLocator StrategyHandling Web ElementsWeb Advanced InteractionsBrowser args and capabilities - USER STORY startsRun HeadlessRun ParallelManaging different environmentsCucumber IntegrationCucumber Advanced integrationSet up loggerReporterException handlingSet up Global ReporterFramework Building Blocks & Page Object ModelAPI Testing Integration[ADDONS:You are start building helpers from here]Build E2E TestsCross Browser TestingCI IntegrationDB IntegrationJavaScript for beginners (basics)Grid for cross-browser testing (upcoming)This course is designed such a way that anyone who wants to learn or implement Node.js based E2E test framework in their current role as a QA engineer or Automation tester can build it from scratch.
Who this course is for
Anyone who wants to build a modern nodejs based test framework
Functional testers who want to pursue Automation testing
QA Engineer
Automation Testers
Graduates/Students who want to pursue career in testing

Homepage:
Código: [Seleccione]
https://www.udemy.com/course/webdriverio-e2e-test-framework-from-scratch/
Screenshots


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/0b1b65462e744a40f57f6044bd2b036f/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part01.rar.html
https://rapidgator.net/file/6088e9beb62e050a151221a8f8e6f2f6/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part02.rar.html
https://rapidgator.net/file/37b7ad553968bf7e27965c7b6a1b78ad/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part03.rar.html
https://rapidgator.net/file/767d358950fb85250391e3493ce06987/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part04.rar.html
https://rapidgator.net/file/8e9c324ae57e86069d74e345f5a2f5f5/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part05.rar.html
https://rapidgator.net/file/405fad9868bfa51c7851f0099be42937/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part06.rar.html
https://rapidgator.net/file/d0dbc291fbb065e6d597255792496bd3/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part07.rar.html
https://rapidgator.net/file/fb096750b0692c0b0538f9012927990c/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part08.rar.html
https://rapidgator.net/file/30570d09cb4aa44f0707b55fb5ae674d/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part09.rar.html
https://rapidgator.net/file/febc556d1cfa802708f66107950c83e4/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part10.rar.html
https://rapidgator.net/file/115d6b37ae24a63f54e6d41251c67b1e/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part11.rar.html
https://rapidgator.net/file/370b46c1c6860822e30d6a3c2f4f15e9/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part12.rar.html
https://rapidgator.net/file/59a918c5be40f1ed65074e98d3f84963/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part13.rar.html
https://rapidgator.net/file/f7b1769a723b62da6effb9fce5a530fc/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part14.rar.html

nitroflare.com:
Citar
https://nitroflare.com/view/69F3667BDDB2B42/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part01.rar
https://nitroflare.com/view/20270DD4602C4CF/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part02.rar
https://nitroflare.com/view/360E0FB11F55018/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part03.rar
https://nitroflare.com/view/A96F4111F7C194D/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part04.rar
https://nitroflare.com/view/BCF774A136221A3/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part05.rar
https://nitroflare.com/view/021E0B889D53AD9/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part06.rar
https://nitroflare.com/view/5D61CC7400A3817/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part07.rar
https://nitroflare.com/view/30B3C99D7607E11/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part08.rar
https://nitroflare.com/view/D72CD7971FD069B/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part09.rar
https://nitroflare.com/view/9CA8FF594771B9C/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part10.rar
https://nitroflare.com/view/67684979D16B7BC/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part11.rar
https://nitroflare.com/view/9D81B9E936891F8/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part12.rar
https://nitroflare.com/view/190D932BB307452/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part13.rar
https://nitroflare.com/view/B69DD34F689796F/unlxp.WebdriverIO.E2E.Test.Framework.WebAPI.DB..2024.part14.rar