* 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: Mastering Api Testing And Automation  (Lida 45 vezes)

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

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Mastering Api Testing And Automation
« em: 16 de Dezembro de 2024, 09:23 »
Mastering Api Testing And Automation


Published 12/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 605.34 MB | Duration: 1h 23m

Unlock the full potential of Postman to design, test, and automate APIs efficiently.


What you'll learn
Understand the protocols and data formats in APIs
Understand the fundamental concepts of REST APIs
Interact with APIs through different methods
Perform manual and automated testing of REST APIs
Requirements
Basic understanding of APIs and web technologies.
Description
APIs are the backbone of modern software, enabling communication between applications and systems. Postman is a powerful tool for building, testing, and automating APIs, and mastering it is essential for any developer or tester working in today's fast-paced tech environment. This course is your gateway to becoming a Postman expert, whether you're a beginner or an experienced professional.We begin with the fundamentals, exploring what APIs are, their types (REST, SOAP, GraphQL), and how HTTP methods work. From there, you'll dive into Postman's user-friendly interface to learn how to create requests, organize collections, and leverage environments and variables to streamline your workflow.Moving into intermediate topics, you'll gain hands-on experience writing and running API tests, generating documentation, and setting up mock servers to simulate real-world scenarios. Advanced modules focus on automating API testing using Newman, setting up monitors for scheduled tests, and integrating Postman into CI/CD pipelines for a seamless development process.The course concludes with real-world applications, including hands-on projects, case studies, and best practices for API testing. By the end, you'll have a solid understanding of how to use Postman to build, test, and optimize APIs effectively, giving you an edge in your career.Join us and take your API development skills to the next level!
Overview
Section 1: Course Expectations
Lecture 1 Overview
Section 2: Downloading and Installing the Main Desktop Software
Lecture 2 Link to download the software used in this course
Lecture 3 Terms of Use
Lecture 4 Desktop Software Download
Lecture 5 Installation of the main desktop software
Section 3: Api Rest
Lecture 6 Introduction
Lecture 7 The History and Importance of HTTP (Hypertext Transfer Protocol)
Lecture 8 The History and Importance of XML
Lecture 9 The History and Importance of JSON
Lecture 10 Types of APIs - REST, SOAP, and GraphQL
Lecture 11 Download and Install SoapUI
Lecture 12 URLs for Next Lesson
Lecture 13 Configuring Endpoints in SoapUI
Lecture 14 Understanding Base64: History, Applications, and Its Role in SoapUI
Lecture 15 XML Document for Next Lesson
Lecture 16 Understanding REST APIs
Lecture 17 Download and Install Postman
Lecture 18 Rest API Configuration
Lecture 19 Understanding the Components of a REST API
Lecture 20 Making a GET Request to a REST API
Lecture 21 Sending Data with a POST Request to a REST API
Lecture 22 Updating Resources with a PUT Request to a REST API
Lecture 23 Removing Resources with a DELETE Request to a REST API
Lecture 24 Restoring a Populated Database to Test Additional GET Methods
Lecture 25 Manually Testing Multiple Additional GET Methods
Lecture 26 API Rest Automation Testing using Postman
Lecture 27 Using Variables in Automated REST API Tests
This course is for individuals interested in learning API interaction, testing, and automation, especially those with a foundational knowledge of web development or software testing.
Screenshots


Say "Thank You"

rapidgator.net:
Citar
https://rapidgator.net/file/759262f7450cdc93b70f8a7b64fd6195/rxgqe.Mastering.Api.Testing.And.Automation.rar.html

nitroflare.com:
Citar
https://nitroflare.com/view/04E35D18687D53B/rxgqe.Mastering.Api.Testing.And.Automation.rar

ddownload.com:
Citar
https://ddownload.com/tdb5us0h616c/rxgqe.Mastering.Api.Testing.And.Automation.rar