Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
tano1221
Automated Software Testing with Python (2019) Vote_lcapAutomated Software Testing with Python (2019) Voting_barAutomated Software Testing with Python (2019) Vote_rcap 
ПΣӨƧӨFƬ
Automated Software Testing with Python (2019) Vote_lcapAutomated Software Testing with Python (2019) Voting_barAutomated Software Testing with Python (2019) Vote_rcap 
ℛeℙ@¢ᴋ€r
Automated Software Testing with Python (2019) Vote_lcapAutomated Software Testing with Python (2019) Voting_barAutomated Software Testing with Python (2019) Vote_rcap 
missyou123
Automated Software Testing with Python (2019) Vote_lcapAutomated Software Testing with Python (2019) Voting_barAutomated Software Testing with Python (2019) Vote_rcap 
Engh3
Automated Software Testing with Python (2019) Vote_lcapAutomated Software Testing with Python (2019) Voting_barAutomated Software Testing with Python (2019) Vote_rcap 
大†Shinegumi†大
Automated Software Testing with Python (2019) Vote_lcapAutomated Software Testing with Python (2019) Voting_barAutomated Software Testing with Python (2019) Vote_rcap 
ronaldinho424
Automated Software Testing with Python (2019) Vote_lcapAutomated Software Testing with Python (2019) Voting_barAutomated Software Testing with Python (2019) Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» Blue-Cloner / Blue-Cloner Diamond 13.40.860
Automated Software Testing with Python (2019) EmptyHoy a las 7:40 am por missyou123

» Any Video Downloader Pro 8.8.18
Automated Software Testing with Python (2019) EmptyHoy a las 7:38 am por missyou123

» All Remixes 1.3.0
Automated Software Testing with Python (2019) EmptyHoy a las 7:37 am por missyou123

» AIMP 5.30.2554 Multilingual
Automated Software Testing with Python (2019) EmptyHoy a las 7:35 am por missyou123

» CCleaner 6.25.11131 Pro/Tech/Buss Retail+ CCEnhancer 4.5.7
Automated Software Testing with Python (2019) EmptyAyer a las 10:10 pm por tano1221

»  ScaleUP v1.4.3 [AE + PR] Win
Automated Software Testing with Python (2019) EmptyAyer a las 9:52 pm por ℛeℙ@¢ᴋ€r

» Topaz Gigapixel AI 7.2.3 (x64)
Automated Software Testing with Python (2019) EmptyAyer a las 9:39 pm por ℛeℙ@¢ᴋ€r

» Bandicam 2024 v7.1.2.2451 + Portable (x64)
Automated Software Testing with Python (2019) EmptyAyer a las 9:31 pm por ronaldinho424

» DirPrintOK 6.99
Automated Software Testing with Python (2019) EmptyAyer a las 7:58 pm por ПΣӨƧӨFƬ

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Automated Software Testing with Python (2019)

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
Invitado
Invitado



Automated Software Testing with Python (2019) Empty
MensajeTema: Automated Software Testing with Python (2019)   Automated Software Testing with Python (2019) EmptyVie Abr 19, 2019 3:45 am

Automated Software Testing with Python (2019) 1904191217530103
Automated Software Testing with Python (2019)
WEBRip | English | MP4 | 1280 x 720 | AVC ~151 Kbps | 30 fps
AAC | 192 Kbps | 48.0 KHz | 2 channels | 11.5 hours | 1.59 GB
Genre: Video Tutorial
Learn about automated software testing with Python, BDD, Selenium WebDriver, and Postman, focusing on web applications

Welcome to the most comprehensive course on Automated Software Testing with Python on Udemy.

Testing automation doesn't have to be painful. Software testing is an essential skill for any developer, and I'm here to help you truly understand all types of test automation with Python.

I'm Jose, software engineer and founder of Teclado. The focus of this course is on testing for the web-we'll be working with REST APIs and web applications, and technologies such as unittest, Postman, and Selenium WebDriver.

What will you work with?

This course is jam packed with all the latest technologies for you to use professionally and in personal projects:

The unittest library, Python's standard automated software testing library;
Mocking and patching, two essential tools to reduce dependencies when testing;
unit, integration, system, and acceptance testing-all types of testing to have you fully covered;
Postman for easy collaboration and testing while developing;
Selenium WebDriver for automated browser tests;
Git and Travis for continuous integration of your project.
Fundamental Software Testing Skills

We will cover every fundamental software testing skill that you need to know in order to get a job testing or to apply these skills in your existing projects.

From things like mocking and patching using the unittest library, which reduce dependencies and turn complex tests to simple ones; to looking at all types of testing: simple unit tests to large system tests and even customer acceptance tests.

The Testing Pyramid

The Testing Pyramid says you should have a lot of unit tests, slightly fewer integration tests, even fewer system tests, and as few acceptance tests as possible.

Throughout the program we work on this concept, making sure that we have full coverage of every component of our system with unit tests. Then we test the dependencies using integration tests. Finally, we cover the entire system and its assumptions using system tests. Of course, we'll also look at what acceptance testing is, how we come up with acceptance tests, and some of the best ways to write acceptance tests for a web application using Behavior-Driven Development and Selenium WebDriver.

Automated Browser Testing with Selenium WebDriver

Selenium WebDriver is extremely powerful, particularly when coupled with the efficient and tried-and-tested approach recommended in this course. We'll design our acceptance tests professionally-just the way you'd do at a software testing job. We'll use page models, locators, and step definitions to structure the automated tests in a reusable way. The customers will be able to come up with acceptance tests that you can easily translate to code.

We'll also learn about implicit and explicit waits with Selenium WebDriver and Python, a key concept to speed up runtime of your acceptance tests.

Continuous Integration

We also cover how you can take automated testing much further in your projects.

By implementing a Continuous Integration pipeline that runs your tests whenever you make any changes, you'll have much higher quality in your projects and not let any pesky bugs pass you by. We'll look at putting our projects in GitHub and liking the CI pipeline with them.

I'm really excited to guide you through this course!

Join me in this automated testing journey. I'll see you on the inside!

Who this course is for:
Advanced students who want to learn about testing their Python applications to build more complete solutions
Professionals wanting to learn more about automated software testing in their workplace
Automated software testers and software developers

What you'll learn
Everything you need to know about automated software testing with Python (and how to enjoy testing, too!)
Common pitfalls and best practices when writing automated tests
How to write complete system tests using Python and tools like Postman
Automate your application testing by setting up a continuous integration pipeline using Travis CI
Browser-based acceptance testing using Behave and Selenium WebDriver

General
Complete name : 5. Unit testing models and SQLAlchemy mappers.mp4
Format : MPEG-4
Format profile : Base Media / Version 2
Codec ID : mp42 (isom/iso2/avc1/mp41/mp42)
File size : 27.2 MiB
Duration : 11 min 3 s
Overall bit rate : 343 kb/s
Encoded date : UTC 2017-10-03 17:45:49
Tagged date : UTC 2017-10-03 17:45:49
Writing application : Lavf53.32.100

Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L3
Format settings : CABAC / 4 Ref Frames
Format settings, CABAC : Yes
Format settings, RefFrames : 4 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 11 min 3 s
Bit rate : 151 kb/s
Width : 1 280 pixels
Height : 720 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 30.000 FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.005
Stream size : 11.9 MiB (44%)
Writing library : x264 core 136
Encoding settings : cabac=1 / ref=4 / deblock=1:0:0 / analyse=0x3:0x113 / me=umh / subme=7 / psy=0 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=0 / threads=48 / lookahead_threads=5 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=16 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=300 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc=2pass / mbtree=0 / bitrate=151 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.40 / pb_ratio=1.30 / aq=1:1.00
Encoded date : UTC 2017-10-03 17:45:49
Tagged date : UTC 2017-10-03 22:47:00

Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : mp4a-40-2
Duration : 11 min 3 s
Bit rate mode : Constant
Bit rate : 192 kb/s
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 kHz
Frame rate : 46.875 FPS (1024 SPF)
Compression mode : Lossy
Stream size : 15.0 MiB (55%)
Default : Yes
Alternate group : 1
Encoded date : UTC 2017-10-03 17:45:49
Tagged date : UTC 2017-10-03 22:47:00

Screenshots

Automated Software Testing with Python (2019) 1904191217540100
Automated Software Testing with Python (2019) 1904191217560093
Automated Software Testing with Python (2019) 1904191217580109

Download link:
Citación :
uploadgig_com:
https://uploadgig.com/file/download/5db87370059b1641/19v2t.Automated.Software.Testing.with.Python.2019.part1.rar
https://uploadgig.com/file/download/d1F94009d715Beab/19v2t.Automated.Software.Testing.with.Python.2019.part2.rar
https://uploadgig.com/file/download/64EaCb2e510863cd/19v2t.Automated.Software.Testing.with.Python.2019.part3.rar
https://uploadgig.com/file/download/17d18e97a1Ec4270/19v2t.Automated.Software.Testing.with.Python.2019.part4.rar

rapidgator_net:
https://rapidgator.net/file/763777917c406e18d1d66a7e58d7cb60/19v2t.Automated.Software.Testing.with.Python.2019.part1.rar.html
https://rapidgator.net/file/6ed15fbbe03ee96713d177d5fa64f5b2/19v2t.Automated.Software.Testing.with.Python.2019.part2.rar.html
https://rapidgator.net/file/4b32543ffa7f00f500f833b7b8e0693c/19v2t.Automated.Software.Testing.with.Python.2019.part3.rar.html
https://rapidgator.net/file/591d25dcbea4883fccf6510f350c9ab6/19v2t.Automated.Software.Testing.with.Python.2019.part4.rar.html

nitroflare_com:
http://nitroflare.com/view/263336080ACC8DC/19v2t.Automated.Software.Testing.with.Python.2019.part1.rar
http://nitroflare.com/view/5112350D68FFBAD/19v2t.Automated.Software.Testing.with.Python.2019.part2.rar
http://nitroflare.com/view/6A0AFEF32EAB4C0/19v2t.Automated.Software.Testing.with.Python.2019.part3.rar
http://nitroflare.com/view/BBBED3941455BF8/19v2t.Automated.Software.Testing.with.Python.2019.part4.rar

Links are Interchangeable - No Password - Single Extraction
Volver arriba Ir abajo
 

Automated Software Testing with Python (2019)

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Automated Software Testing with Python
» Test Automation with Python: 1 Introduction to Automated Testing
» Automated Software Testing with Puppeteer [2020]
» Automated Software Testing with Cypress [2020]
» Unit Testing with Python [Updated Jun 28, 2019]

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-