AutomationQAWorld
AutomationQAWorld
  • Видео 30
  • Просмотров 1 240

Видео

Master XPath in Selenium: Comprehensive Guide for Test Automation | How To Write XPATH? || XPATH -02
Просмотров 612 часов назад
In this video, we have explained details on XPath in selenium. Topics covered: * Ancestor in XPath * Ancestor-or-self * Descendant in XPath * Descendant-or-self
Master XPath in Selenium: Comprehensive Guide for Test Automation | How To Write XPATH? || XPATH -01
Просмотров 1119 часов назад
In this video, we have explained details on XPath in selenium. Topics covered: * Introduction to XPath * Basic XPath Syntax * XPath Functions * Advanced XPath Techniques * Best Practices
How to configure log4j2 | Log4j2 properties | Importance of log4j2 in Automation project
Просмотров 4821 день назад
In this video, we have discussed Log4j2 and configuration Properties files, Topics covered: - What is log4j? - What are the benefits of using log4j - Understanding log4j config file - Understanding log4j levels - How to Setup project with log4j - How to log with different levels - Settings on generating new file on every execution GitHub link: github.com/shossain786/JavaBasic Visit our website:...
Mastering YAML/Properties File | How to use Properties/YML file in Automation? YAML with POJO.
Просмотров 81Месяц назад
In this video, we dive deep into the world of YAML and Properties files, essential tools for managing configurations in automation projects. Whether you're working with Selenium, Rest Assured, or any other automation framework, understanding how to effectively use YAML and Properties files is crucial for organizing and maintaining your test configurations. Covered topics: 1. Introduction to YAM...
Integrating automation project with Jenkins job | How to configure Cucumber in Jenkins| Series 12
Просмотров 76Месяц назад
In this video, we'll guide you through the process of integrating a Cucumber runner class with Jenkins, starting from your automation project on GitHub. You'll learn how to configure your Jenkins job to execute your Cucumber tests and generate detailed Cucumber reports. Key Topics Covered: Setting up a Cucumber runner class Integrating your automation project from GitHub into Jenkins Configurin...
Cucumber Runner | How to configure Extent HTML and PDF report with Spark in Cucumber | Series 11
Просмотров 57Месяц назад
This video will cover the Cucumber Runner and the different components of a runner class. Configure reporting using extent report with spark to generate HTML and PDF reports. What You'll Learn: 🔹 Overview of Cucumber Runner 🔹 Setting up Cucumber Runner 🔹 Different components of runner and their use cases 🔹 Configure Extent report with spark 🔹 Generate HTML reporting and PDF reporting 🔹 What is ...
Mastering API Automation with Cucumber with Rest Assured and Java | Part 2 | Series 11
Просмотров 87Месяц назад
In this video, we will cover the implementation of Step definition, how to approach re-usable step creation, using Data Tables in Cucumber, and the implementation of DataTable as Maps. What You'll Learn: 🔹 Implementation of Step definition 🔹 Understanding DataTable 🔹 Implementation of DataTables in the form of Maps GitHub link: github.com/shossain786/JavaBasic/blob/master/src/test/resources/fea...
Introduction to API Automation with Cucumber with Rest Assured and Java | Series 10
Просмотров 116Месяц назад
In this video, we'll cover the basics of automating API tests using Cucumber, a popular BDD (Behavior-Driven Development) framework, and Rest Assured, a powerful library for testing REST APIs. By the end of this tutorial, you'll have a solid understanding of how to create robust and maintainable API tests using these tools. What You'll Learn: 🔹 Overview of Cucumber and BDD 🔹 Setting up your env...
Mastering TestNG with POJO in API Automation with Rest Assured | Series 9
Просмотров 72Месяц назад
Welcome to another video tutorial on mastering POJO in API automation using Rest Assured in Java! In this video, we will cover the continuation of the previous video, and below are the topics we have covered. Topics Covered: What is a TestNG? Importance TestNG in API automation. How to use TestNG? Introduction to TestNG.xml How to manage TestSuite? Different ways to pass data reference across c...
Understanding Headers and Cookies | Implementing Headers in API Automation | Series 8
Просмотров 36Месяц назад
Unlock the power of headers and cookies in API automation with Rest Assured! In this comprehensive tutorial, we'll dive deep into: Definitions: Understand what headers and cookies are, and why they are crucial in API testing. Implementation: Learn different ways to implement headers and cookies in your Rest Assured scripts. Validation: Discover how to validate headers and cookies to ensure your...
Mastering POJO in API Automation with Rest Assured - Java Tutorial | Series 7
Просмотров 135Месяц назад
Welcome to another video tutorial on mastering POJO in API automation using Rest Assured in Java! In this video, we will cover everything you need to know about using Plain Old Java Objects (POJOs) in your API testing and automation. Topics Covered: What is a POJO? Importance of POJO Class in API automation. What is Serialization? What is Deserialization? Different ways to pass JSON data in API...
JSON Path Expression - How to use JSON Path in API Automation | JSON & JSONPath Tutorial | Series 6
Просмотров 382 месяца назад
In this video we are going to learn basic concept about JSON and JSONPATH. Main Topics discussed in this video: • Understanding Json Structure • Understanding JSONPath • Fetching data from a json using JSONPATH Find code at github: github.com/shossain786/JavaBasic/blob/master/src/test/java/org/itinstruct/restapitests/ValidateData.java Feel free to visit our website: itinstruct.com Do connect us...
Locators in Selenium | Types Of locators
Просмотров 153 месяца назад
In this video we have discussed the below topics. • What is locator? • What is the importance of locators? • What are different types of locators available in Selenium? • Sample code for locators • Details about By class and its methods The git hub repository for this code: github.com/shossain786/SeleniumProjectRUclips/blob/master/src/test/java/org/saddy/LocatorDemo.java
Headless Browser in Selenium | Run test in Headless Mode in Selenium 4.8.0+ | Chrome and Selenium.
Просмотров 314 месяца назад
In this video we have discussed about • What is headless Browser • What all drivers support headless execution • What are needs of headless browser • How to achieve headless execution • Advantages/Disadvantages of headless execution Github Link github.com/shossain786/CucumberProject/blob/master/src/test/java/com/saddy/seleniumdemo/SeleniumHeadless.java
Cross browser Testing | Parallel Test Execution | Selenium WebDriver | Cross Browser Explained.
Просмотров 334 месяца назад
Cross browser Testing | Parallel Test Execution | Selenium WebDriver | Cross Browser Explained.
Rest Assured Authentication | REST API Automation Tutorial | API Framework Tutorial | Series 005
Просмотров 394 месяца назад
Rest Assured Authentication | REST API Automation Tutorial | API Framework Tutorial | Series 005
Selenium WebDriver Project Set Up | First Automation Test | Selenium 4 | Project Setup Selenium
Просмотров 924 месяца назад
Selenium WebDriver Project Set Up | First Automation Test | Selenium 4 | Project Setup Selenium
REST API Automation Tutorial | API Framework Tutorial | Series 004
Просмотров 324 месяца назад
REST API Automation Tutorial | API Framework Tutorial | Series 004
REST API Automation Tutorial | API Framework Tutorial | Series 003
Просмотров 154 месяца назад
REST API Automation Tutorial | API Framework Tutorial | Series 003
REST API Automation Tutorial | API Framework Tutorial | Series 002
Просмотров 214 месяца назад
REST API Automation Tutorial | API Framework Tutorial | Series 002
REST API Automation Tutorial | API Framework Tutorial | Series 001
Просмотров 334 месяца назад
REST API Automation Tutorial | API Framework Tutorial | Series 001
Mastering Selenium WebDriver: Handling Alerts Like a Pro | All about Alert in Selenium 2
Просмотров 148 месяцев назад
Mastering Selenium WebDriver: Handling Alerts Like a Pro | All about Alert in Selenium 2
Mastering Selenium WebDriver: Handling Alerts Like a Pro | All about Alert in Selenium
Просмотров 98 месяцев назад
Mastering Selenium WebDriver: Handling Alerts Like a Pro | All about Alert in Selenium
Selenium WebDriver Window Handling: The Complete Tutorial
Просмотров 399 месяцев назад
Selenium WebDriver Window Handling: The Complete Tutorial
Mastering Java Interfaces: Your Ultimate Guide! | Interface in Java | Java Tutorial | Lecture 2
Просмотров 239 месяцев назад
Mastering Java Interfaces: Your Ultimate Guide! | Interface in Java | Java Tutorial | Lecture 2
Mastering Java Interfaces: Your Ultimate Guide! | Interface in Java | Java Tutorial | Core Java
Просмотров 259 месяцев назад
Mastering Java Interfaces: Your Ultimate Guide! | Interface in Java | Java Tutorial | Core Java
Java Abstract Classes Explained: A Clear and Concise Tutorial | Abstract Class In Java | Java Basic
Просмотров 219 месяцев назад
Java Abstract Classes Explained: A Clear and Concise Tutorial | Abstract Class In Java | Java Basic
Locator in Selenium | Lecture 2 |
Просмотров 179 месяцев назад
Locator in Selenium | Lecture 2 |
Locator in Selenium | Lecture 1 |
Просмотров 159 месяцев назад
Locator in Selenium | Lecture 1 |

Комментарии

  • @venkyponnur5506
    @venkyponnur5506 8 дней назад

    Thank you very much

  • @venkyponnur5506
    @venkyponnur5506 8 дней назад

    Super sir

  • @venkyponnur5506
    @venkyponnur5506 13 дней назад

    Please do videos sir

  • @funbrolk
    @funbrolk 19 дней назад

    Thanks brother ❤

  • @venkyponnur5506
    @venkyponnur5506 23 дня назад

    Thank you very much

  • @venkyponnur5506
    @venkyponnur5506 27 дней назад

    Hi Sir Please upload videos sir

  • @user-qy9pu6pj5k
    @user-qy9pu6pj5k 28 дней назад

    Good explanation

  • @user-qy9pu6pj5k
    @user-qy9pu6pj5k 28 дней назад

    Continue end to series of api testing❤

  • @pdslnadh450
    @pdslnadh450 28 дней назад

    Your video is useful thank you,please make video of how to take screen shot get attacjed for only failed scenarios by using extentreports in cucumberframework

    • @AutomationQAWorld
      @AutomationQAWorld 27 дней назад

      @@pdslnadh450 screen shot not applicable for API automation. I'll publish a screen shot attachment tutorial for the ui series

  • @venkyponnur5506
    @venkyponnur5506 Месяц назад

    Please do video on log4j and assertions

  • @venkyponnur5506
    @venkyponnur5506 Месяц назад

    Please do one video on Schema validation and ssl certificates

  • @venkyponnur5506
    @venkyponnur5506 Месяц назад

    Please do one video on Database connectivity and validation

  • @venkyponnur5506
    @venkyponnur5506 Месяц назад

    Thank you sir

  • @user-qy9pu6pj5k
    @user-qy9pu6pj5k Месяц назад

    Thanks

  • @user-qy9pu6pj5k
    @user-qy9pu6pj5k Месяц назад

    Pls add on videos in step by step serial numbers

  • @user-qy9pu6pj5k
    @user-qy9pu6pj5k Месяц назад

    Pls add on vedios in series step by step

  • @venkyponnur5506
    @venkyponnur5506 Месяц назад

    Yaml file or property file usage in testing

  • @venkyponnur5506
    @venkyponnur5506 Месяц назад

    Dynamic testing by using test data from db

  • @venkyponnur5506
    @venkyponnur5506 Месяц назад

    One video on database connectivity and validation

  • @venkyponnur5506
    @venkyponnur5506 Месяц назад

    Please do videos on http methods Options,Head and Patch

  • @venkyponnur5506
    @venkyponnur5506 Месяц назад

    Thank you sir

  • @venkyponnur5506
    @venkyponnur5506 Месяц назад

    Please upload new videos sir

  • @venkyponnur5506
    @venkyponnur5506 Месяц назад

    Please upload database validation videos for dynamic validation

  • @venkyponnur5506
    @venkyponnur5506 Месяц назад

    Thank you sir

  • @SkullSyEd
    @SkullSyEd Месяц назад

    The video is awesome, but I need one clarification. First, I created a User and assigned the response to the CreateUserResponse POJO. Then, I tried to verify the login scenario by getting the email from the CreateUserResponse using a getter and assigning it to the email body. However, I ran the login class separately without adding the CreateUser class. Is it possible to get the value that I stored from CreateUser?

    • @AutomationQAWorld
      @AutomationQAWorld Месяц назад

      If you are storing the data received from CreateUser, the response data is valid for that suite execution only. One execution data can not be used in the next execution, if you want to do so, you need to think of any storage mechanism for your test data. For example, you can store JSON response/or only needful data in a file or somewhere else so that on the next execution you can read the stored data and use it.

  • @venkyponnur5506
    @venkyponnur5506 Месяц назад

    Please provide datatable and scenario Context usage videos in api automation

  • @venkyponnur5506
    @venkyponnur5506 Месяц назад

    Thank you sir

  • @venkyponnur5506
    @venkyponnur5506 Месяц назад

    Pleas do Report video

  • @venkyponnur5506
    @venkyponnur5506 Месяц назад

    Please do Framework design with Bdd cucumber

  • @venkyponnur5506
    @venkyponnur5506 Месяц назад

    Thank you very much sir

  • @venkyponnur5506
    @venkyponnur5506 Месяц назад

    Please do Bdd Cucumber with PoJo

  • @SkullSyEd
    @SkullSyEd Месяц назад

    I need one clarification When we receive the response, we serialize the value under the CreateUserResponse class. Later, when we need to perform the login scenario, we need to pass the email and ID in the request body. To get these values from the CreateUserResponse, I create an object of the CreateUserResponse class and use the getter methods. However, it throws a null value.

    • @AutomationQAWorld
      @AutomationQAWorld Месяц назад

      you can refer to my new video ruclips.net/video/zY6pfjOYmnw/видео.html

  • @venkyponnur5506
    @venkyponnur5506 Месяц назад

    Please upload today new video sir

  • @venkyponnur5506
    @venkyponnur5506 Месяц назад

    Please upload new videos sir

    • @AutomationQAWorld
      @AutomationQAWorld Месяц назад

      yes, very soon I will release videos moving towards framework design

  • @venkyponnur5506
    @venkyponnur5506 Месяц назад

    Thank you sir

  • @user-qy9pu6pj5k
    @user-qy9pu6pj5k 2 месяца назад

    Please provide videos daily ,Thank you very much

  • @venkyponnur5506
    @venkyponnur5506 2 месяца назад

    Thank you sir

  • @user-qy9pu6pj5k
    @user-qy9pu6pj5k 2 месяца назад

    Everyday please upload restassured videos sir please

  • @venkyponnur5506
    @venkyponnur5506 2 месяца назад

    Please upload more videos on restassure

  • @venkyponnur5506
    @venkyponnur5506 2 месяца назад

    Thank you sir,your explanation is very very good sir

  • @venkyponnur5506
    @venkyponnur5506 2 месяца назад

    Please do Xpath series for hidden elements and parent child xpaths

  • @venkyponnur5506
    @venkyponnur5506 2 месяца назад

    Hi sir,please continue api testing series