proglearner
proglearner
  • 118
  • 30 837
Scalable Auction Platform | Python API Automation – Continue Update Cart | Part 53
In Part 53 of this series, we continue to focus on implementing, automating, and validating the Update Cart functionality for our scalable auction platform. Updating the cart ensures that users can modify items, such as changing quantities or removing items entirely.
#rest #api #microservices #YvonneKwarteng #QAtester #Testnengineer #keycloak #security #springboot #angular #architecture #services #scalable #authentication #Kafka #event-driven #messaging #product #bidding #postman #insomnia #gateway #backend #openapi #openapigenerator #apigenerator #openapigen #testautomation #python #dataseeding
มุมมอง: 1

วีดีโอ

Scalable Auction Platform | Python API Automation - Continue Update Cart | Part 52
4 ชั่วโมงที่ผ่านมา
In Part 52 of this series, we continue to focus on implementing, automating, and validating the Update Cart functionality for our scalable auction platform. Updating the cart ensures that users can modify items, such as changing quantities or removing items entirely. #rest #api #microservices #YvonneKwarteng #QAtester #Testnengineer #keycloak #security #springboot #angular #architecture #servic...
Scalable Auction Platform | Python API Automation - Update Cart | Part 51
มุมมอง 24 ชั่วโมงที่ผ่านมา
In part 51 of this series, we focus on implementing, automating, and validating the Update Cart functionality for our scalable auction platform. Updating the cart ensures that users can modify items, such as changing quantities or removing items entirely. #rest #api #microservices #YvonneKwarteng #QAtester #Testnengineer #keycloak #security #springboot #angular #architecture #services #scalable...
Scalable Auction Platform | Python Automation - Continue Fixing the null getUsername Issue | Part 50
มุมมอง 14 ชั่วโมงที่ผ่านมา
In part 50 of this series, continuing from the previous session, we'll validate that the backend and API endpoints consistently associate the authenticated user with their respective cart data. Additionally, we implement robust logging and error handling to ensure reliability and clarity in debugging future issues. #rest #api #microservices #YvonneKwarteng #QAtester #Testnengineer #keycloak #se...
Scalable Auction Platform | Python API Automation - Get Items and Delete Cart | Part 49
มุมมอง 24 ชั่วโมงที่ผ่านมา
In part 49, we focus on automating the process of geting items and deleting cart for the Scalable Auction Platform using Python. You'll learn: Fetching items from the cart API. Deleting items from the cart with the API. Building the Python Automation Scripts Automating GET requests to retrieve cart items. Sending DELETE requests to remove items from the cart. Testing the Implementation Verifyin...
Scalable Auction Platform | Python API Automation - Fix the Null Product Price in the Cart | Part 48
4 ชั่วโมงที่ผ่านมา
In part 48 of the series, we will continue to fix the null product price value in the cart service. See the following for more details - Deeper Analysis of Null Price Issue Identifying edge cases causing null product prices in the cart. Handling discrepancies between product and cart APIs. Implementing Additional Safeguards Verifying product prices during cart addition. Ensuring database integr...
Scalable Auction Platform | Python API Automation - Create Category | Part 43
7 ชั่วโมงที่ผ่านมา
In part 43, we focus on automating the process of creating categories for the Scalable Auction Platform using Python. You'll learn: How to set up and send API requests to create categories dynamically. Managing required payloads and authentication for category creation. Validating successful category creation through API responses. By the end, you’ll have a Python script that automates category...
Scalable Auction Platform | Python API Automation - Create Product | Part 42
มุมมอง 67 ชั่วโมงที่ผ่านมา
In part 42, we continue building the Python API automation for the Scalable Auction Platform by: Automating the process of creating a new product via the backend API. Handling required parameters and payloads for product creation. Validating successful creation through API responses and error handling. By the end, you’ll have a Python script capable of efficiently automating product creation, a...
Scalable Auction Platform | Python API Automation - Fix the Null Product Price in the Cart | Part 47
มุมมอง 27 ชั่วโมงที่ผ่านมา
In part 47 of this series, we will cover the following: Identifying the Null Price Issue Analyzing the root cause of why some product prices are null in the cart. Reviewing the product creation and cart update workflow. Debugging Steps Ensuring the product seeding process includes all relevant fields like startingPrice and buyNowPrice. Validating API request payloads during product addition to ...
Scalable Auction Platform | Python API Automation - Data Seeding for Creating Product | Part 46
มุมมอง 97 ชั่วโมงที่ผ่านมา
In part 46 of this series, we will cover the following: Introduction to Product Seeding Importance of automating product creation for test environments. Linking products to their respective categories through categoryId. Setting Up the JSON Data Creating a structured products.json file for defining sample product data. Highlighting critical fields like productName, startingPrice, and categoryId...
Scalable Auction Platform | Python API Automation - Data Seeding for Creating Category | Part 45
มุมมอง 67 ชั่วโมงที่ผ่านมา
In part 45 of this series, we will cover the following: Introduction to Category Seeding Importance of data seeding in testing and development environments. Leveraging automation to create and manage categories dynamically. Setting Up the JSON Data Creating structured categories json file for defining sample categories. Key fields: name, description, categoryId. Writing the Automation Script Fe...
Scalable Auction Platform | Python API Automation - Finishing Off Creating the Category | Part 44
มุมมอง 19 ชั่วโมงที่ผ่านมา
In part 44, we wrap up the automation process for creating categories in the Scalable Auction Platform. You’ll learn: Finalizing the Python API automation script for category creation. Validating and testing all created categories to ensure accuracy. Preparing the script for integration with other automated workflows. By the end, you’ll have a complete and tested solution for category creation,...
Scalable Auction Platform | Python API Automation - Get All Products | Part 41
มุมมอง 39 ชั่วโมงที่ผ่านมา
In part 41, we focus on enhancing the Python API automation for the Scalable Auction Platform by: Automating the retrieval of all products through the backend API. Structuring scalable and efficient API calls. Verifying and validating the response data for accuracy. By the end, you’ll have a robust script to fetch product data, setting a strong foundation for further automation tasks. #rest #ap...
Scalable Auction Platform | Python API Automation -Logging into Keycloak for Access Token - Part 40
มุมมอง 1019 ชั่วโมงที่ผ่านมา
In part 40, we begin building the Python API automation by focusing on: Logging into Keycloak to retrieve the user access_token. Understanding the authentication flow and token management. Setting up the foundation for further automated API interactions. By the end, you'll have a working Python script to handle authentication and access token retrieval, paving the way for more advanced API auto...
Scalable Auction Platform | API Service Generation with OpenAPI Gen - Cart Service - Part 39
มุมมอง 419 ชั่วโมงที่ผ่านมา
In part 39, we focus on generating the API services for the Cart service using OpenAPI Generator. You'll learn: How to generate client services specifically for the Cart API. Ensuring seamless integration with the backend documentation. Validating the generated services for accuracy and functionality. By the end, you’ll have a fully generated Cart service ready for integration and testing. #res...
Scalable Auction | API Service Generation with OpenAPI Gen - Order and Checkout Service - Part 38
มุมมอง 321 ชั่วโมงที่ผ่านมา
Scalable Auction | API Service Generation with OpenAPI Gen - Order and Checkout Service - Part 38
Scalable Auction Platform | Exploring Insomnia Scripts for Cart and Order - Part 36
มุมมอง 521 ชั่วโมงที่ผ่านมา
Scalable Auction Platform | Exploring Insomnia Scripts for Cart and Order - Part 36
Scalable Auction Platform | Generating API Services with OpenAPI Generator | Product | - Part 37
มุมมอง 1321 ชั่วโมงที่ผ่านมา
Scalable Auction Platform | Generating API Services with OpenAPI Generator | Product | - Part 37
Scalable Auction Platform | API Testing - Category, Product, and Submit Bid - Part 35
มุมมอง 1521 ชั่วโมงที่ผ่านมา
Scalable Auction Platform | API Testing - Category, Product, and Submit Bid - Part 35
Scalable Auction Platform | API Scripts with Insomnia/Postman for the Backend - Part 34
มุมมอง 521 ชั่วโมงที่ผ่านมา
Scalable Auction Platform | API Scripts with Insomnia/Postman for the Backend - Part 34
Scalable Auction Platform | Finishing the Gateway Configuration - Part 33
มุมมอง 121 ชั่วโมงที่ผ่านมา
Scalable Auction Platform | Finishing the Gateway Configuration - Part 33
Scalable Auction Platform | Exploring Notification and Gateway Configuration Files - Part 32
มุมมอง 121 ชั่วโมงที่ผ่านมา
Scalable Auction Platform | Exploring Notification and Gateway Configuration Files - Part 32
Scalable Auction Platform | Deep Dive into JwtForwardingFilter: The Filter Method - Part 31
มุมมอง 20วันที่ผ่านมา
Scalable Auction Platform | Deep Dive into JwtForwardingFilter: The Filter Method - Part 31
Scalable Auction Platform | Advanced Keycloak Integration in API Gateway - Part 30
มุมมอง 31วันที่ผ่านมา
Scalable Auction Platform | Advanced Keycloak Integration in API Gateway - Part 30
Scalable Auction Platform | Exploring the API Gateway Service - Part 29
มุมมอง 21วันที่ผ่านมา
Scalable Auction Platform | Exploring the API Gateway Service - Part 29
Scalable Auction Platform | Dive into the Notification Service - Part 28
มุมมอง 714 วันที่ผ่านมา
Scalable Auction Platform | Dive into the Notification Service - Part 28
Scalable Auction Platform | Exploring the Built Notification Service - Part 27
มุมมอง 1614 วันที่ผ่านมา
Scalable Auction Platform | Exploring the Built Notification Service - Part 27
Scalable Auction Platform | Notification Service - Part 26
มุมมอง 3014 วันที่ผ่านมา
Scalable Auction Platform | Notification Service - Part 26
Scalable Auction Platform | Sneak Peek into the Checkout Service - Part 25
มุมมอง 214 วันที่ผ่านมา
Scalable Auction Platform | Sneak Peek into the Checkout Service - Part 25
Scalable Auction Platform | Deep Dive into the Cart Service - Part 24
มุมมอง 214 วันที่ผ่านมา
Scalable Auction Platform | Deep Dive into the Cart Service - Part 24

ความคิดเห็น

  • @md.arifulislam9350
    @md.arifulislam9350 5 วันที่ผ่านมา

    Can you share source code? I want to practice spring boot

  • @DenniskwakuAcheampong
    @DenniskwakuAcheampong 18 วันที่ผ่านมา

    Great presentation!

  • @espionagex6677
    @espionagex6677 8 ปีที่แล้ว

    blur af noob

  • @sun644shine
    @sun644shine 8 ปีที่แล้ว

    It is good idea . go ahead

  • @lianmarshall3447
    @lianmarshall3447 10 ปีที่แล้ว

    Amazing! Thank You

  • @schzamma1
    @schzamma1 10 ปีที่แล้ว

    Sorry, the video is hard to see - can't make out the words on the screen, also your voice is very muffled.

  • @eveakospokua
    @eveakospokua 12 ปีที่แล้ว

    No, does not leave residue in your hair. You will have to leave it at least 30 minutes to dry after applying it. So I would advice to apply, leave it for an hour to dry, before doing your weave/ wig application.

  • @af00018
    @af00018 12 ปีที่แล้ว

    Thanks :)

  • @eveakospokua
    @eveakospokua 12 ปีที่แล้ว

    Yes, the product worked very well. But take care when shutting the lid cos' if not shut properly, it dries out, then, it can not be use again.

  • @af00018
    @af00018 12 ปีที่แล้ว

    Hello, did the product work properly? I am thinking of purchasing the product and now they do deliver for next day delivery. Thank you.

  • @eveakospokua
    @eveakospokua 12 ปีที่แล้ว

    you welcome! Please, if you already ain't done so, rate and comment. Thanks

  • @ezmindedguy
    @ezmindedguy 12 ปีที่แล้ว

    Thank you for the video - I had no idea that this "Upgrade" option was even part of the compiler software.

  • @eveakospokua
    @eveakospokua 12 ปีที่แล้ว

    Thank u.

  • @eveakospokua
    @eveakospokua 12 ปีที่แล้ว

    Thanks

  • @StyleMom2
    @StyleMom2 12 ปีที่แล้ว

    Pretty!

  • @eveakospokua
    @eveakospokua 13 ปีที่แล้ว

    @NnNnNn2012 I know the sound is not clear at all. I intend on improving on my future videos.

  • @NnNnNn2012
    @NnNnNn2012 13 ปีที่แล้ว

    its nt clear at all