- Видео 96
- Просмотров 478 915
SDET Adda For QA Automation
Индия
Добавлен 25 июл 2022
Welcome to SDET ADDA, an Academy for aspiring SDET QA Automation Engineer's. I'm Raghavendra Mishra. I started this channel to share educational videos on "Java Programs asked in SDET and QA interviews", Datastructures, "ISTQB concepts and QA Testing", Automation Testing using Selenium, Performance testing, API testing, CI- CD Jenkins, Dev-Ops, Linux, Maven/Gradle Build Tools, Docker, Kubernetes & many other useful automation tools and techniques to help beginners and experienced professionals.
🙏 Please share videos and subscribe my channel 🔔 , also help your friends in learning the best by suggesting this channel.
Thank You !!! .
🙏 Please share videos and subscribe my channel 🔔 , also help your friends in learning the best by suggesting this channel.
Thank You !!! .
Boost PyTest Selenium ⚡ 5X Faster! 🚀 HTML Reporting & Parallel Execution
🚀 Speed Up PyTest Selenium Tests 5X! | PyTest HTML Reporting & Parallel Execution
Want to run Selenium tests 5X faster? Learn how to use PyTest-Xdist for parallel execution and generate detailed HTML reports with PyTest-HTML to track Smoke & Regression test results efficiently!
🔹 What You’ll Learn:
✅ Generate HTML Test Reports with PyTest-HTML
✅ Run Tests in Parallel with PyTest-Xdist
✅ Use PyTest Markers for Smoke & Regression Tests
✅ Optimize Selenium Test Execution
🔧 Tools Used:
🔹 Python | Selenium | PyTest | PyTest-HTML | PyTest-Xdist
🔗 Resources:
Download Selenium for Python from: pypi.org/project/selenium/
Chrome driver from: googlechromelabs.github.io/chrome-for-testing/
Pytest-HTML Report...
Want to run Selenium tests 5X faster? Learn how to use PyTest-Xdist for parallel execution and generate detailed HTML reports with PyTest-HTML to track Smoke & Regression test results efficiently!
🔹 What You’ll Learn:
✅ Generate HTML Test Reports with PyTest-HTML
✅ Run Tests in Parallel with PyTest-Xdist
✅ Use PyTest Markers for Smoke & Regression Tests
✅ Optimize Selenium Test Execution
🔧 Tools Used:
🔹 Python | Selenium | PyTest | PyTest-HTML | PyTest-Xdist
🔗 Resources:
Download Selenium for Python from: pypi.org/project/selenium/
Chrome driver from: googlechromelabs.github.io/chrome-for-testing/
Pytest-HTML Report...
Просмотров: 35
Видео
Never Miss a Bug! Capture Screenshots of Failed Test Cases in Selenium with Python
Просмотров 662 часа назад
Are you struggling to debug failed test cases in Python Selenium? In this video, I'll show you how to automatically capture screenshots when a test case fails using Python and Selenium WebDriver. This technique helps you quickly identify issues and improve your test automation efficiency. 🔹 What You'll Learn: ✅ How to set up Selenium WebDriver in Python ✅ Writing a script to take screenshots on...
Selenium Python Logging Is The SECRET To Debugging Test Runs
Просмотров 1354 часа назад
🚀 Master Selenium Logging in Python! 🐍 Hello Everyone! In this video, you'll learn how to set up logging in Selenium Python to efficiently debug and track your test execution. We'll configure logging levels, capture browser interactions, and handle exceptions like a pro! 🔹 What You'll Learn: ✅ How to configure logging in Python for Selenium ✅ Logging test execution details to a file ✅ Handling ...
Selenium & Pytest: Automate Valid & Invalid Login Scenarios Like a Pro | Step by Step
Просмотров 2217 часов назад
Welcome to this detailed tutorial on automating login scenarios using Selenium & Pytest! In this video, I’ll guide you step-by-step through automating both valid and invalid login tests using Python’s powerful Selenium WebDriver and Pytest framework. Whether you're a beginner or an experienced developer, you'll learn essential techniques to automate your tests efficiently. What You’ll Learn: ✅ ...
Selenium Python Login Automation | 2025 Step-by-Step Guide | PyCharm IDE
Просмотров 1,2 тыс.21 день назад
Unlock the secrets of test automation with this step-by-step guide to creating a login test using Selenium with Python! In this Selenium with Python tutorial video, you’ll learn: How to set up Selenium WebDriver in Python Automating login functionality for web applications. Writing clean and reusable test scripts. Best practices for handling dynamic elements, locators, and waits. Whether you're...
Postman API Testing Tutorial for Beginners | Setup and Validate HTTP responses
Просмотров 1,2 тыс.5 месяцев назад
Postman is a popular tool used for working with APIs. It provides a suite of features that help developers design, test, and manage APIs effectively. Here's what you'll discover in this video- 1)PostMan Installation and Setup(workbench) 2)HTTP GET, POST, PUT, PATCH and DELETE Request using PostMan. 3)Assertions/ Test response. 4)Create a Collection and Run all tests using Collection. Here are t...
JSON Schema Validation in Rest Assured | API Testing Framework
Просмотров 1,1 тыс.5 месяцев назад
If you've ever worked with APIs, you know how crucial it is to ensure that your JSON data is both accurate and well-structured. In this video, we'll dive into the JSON Schema Validator, a powerful tool that simplifies data validation. Whether you're working on backend services, API integrations, or just want to ensure your JSON data meets the required standards, this tutorial will guide you thr...
How to create a Fake REST API using JSON-Server | Updated 2024
Просмотров 5365 месяцев назад
#In this video, we're diving into JSON Server which is a powerful tool for creating a fake REST API with zero coding. Whether you're a developer looking to prototype quickly or a QA engineer in need of a mock back-end, I'll guide you through setting it up, configuring endpoints, and testing Fake API's using Rest-Assured. Install JSON Server: npm install json-server Create db.json and pass it to...
Building API Automation Testing Framework in Rest Assured from Scratch | PUT PATCH DELETE
Просмотров 1,1 тыс.6 месяцев назад
Building #apiautomation Testing #framework in #restassured from Scratch | #PUT #PATCH #DELETE In this video, we'll explore REST Assured, which is a powerful tool for automating API tests in Java. We'll cover the basics, setup, and practical examples to get you started. This will be helpful for you to answer REST Assured questions during interviews. We will learn how to put TestNG assertion to v...
Building API Automation Testing Framework in Rest Assured from Scratch | POST Request Testing
Просмотров 9616 месяцев назад
#restassured #APIAutomationFrom#Scratch #Framework #CI | #APIPostRequest #apitesting #testing In this video, we'll explore REST Assured, which is a powerful tool for automating API tests in Java. We'll cover the basics, setup, and practical examples to get you started. This will be helpful for you to answer REST Assured questions during interviews. We will learn how to put TestNG assertion to v...
Building API Automation Testing Framework in Rest Assured from Scratch | Weather API Testing
Просмотров 6126 месяцев назад
Learn to build a robust API automation framework using Rest Assured from the ground up? We'll test a weather API as a practical example. In this video, I'll guide you through testing a weather API with Rest Assured. We'll start by choosing the right API and gathering city data, then set up our test environment before writing and running test cases. This video will address the following question...
Building API Automation Testing Framework in Rest Assured from Scratch | BDD | Static Imports
Просмотров 5826 месяцев назад
In this video, we will know how to use static import and use #restassured open-source Java library to write tests for #RESTful #APIs using Behavior Driven Development (#BDD) style, and also see How to use #Assertion in response in Rest Assured. Reference sites: #StaticImport - github.com/rest-assured/rest-assured/wiki/Usage#static-imports #APIForTesting - reqres.in/api/users?page=2 #JSONPathFin...
Building API Automation Testing Framework in Rest Assured from Scratch | TestNG Assertions
Просмотров 5256 месяцев назад
Building API Automation Testing Framework in Rest Assured from Scratch | TestNG Assertions In this video, we'll explore REST Assured, which is a powerful tool for automating API tests in Java. We'll cover the basics, setup, and practical examples to get you started. This will be helpful for you to answer REST Assured questions during interviews. We will learn how to put TestNG assertion to vali...
Building API Automation Testing Framework in Rest Assured from Scratch | GET REST Assured Test
Просмотров 8306 месяцев назад
In this video, we'll explore REST Assured, which is a powerful tool for automating API tests in Java. We'll cover the basics, setup, and practical examples to get you started. This will be helpful for you to answer REST Assured questions during interviews. REST Assured is a powerful Java library that simplifies API testing, particularly for RESTful WebServices/APIs. It provides a domain-specifi...
How to fix "Exception in thread "main" java.lang.NoSuchFieldError: port" in TestNG| BDD| RestAssured
Просмотров 1,5 тыс.6 месяцев назад
There was a problem running a TestNG test case. A "NoSuchFieldError" exception arose in the main thread. This suggests that the code is trying to access a field named "port" that doesn't exist in the relevant class. This could be due to a class version mismatch or a typo in the field name. In this video, I've shown how to resolve the following error encountered during execution of a TestNG clas...
How to Write Data into Excel Files (xlsx, xls) using Apache POI in Selenium
Просмотров 2,3 тыс.9 месяцев назад
How to Write Data into Excel Files (xlsx, xls) using Apache POI in Selenium
How to Read Excel File in Java using Apache POI | Data Driven Testing in Selenium
Просмотров 2 тыс.9 месяцев назад
How to Read Excel File in Java using Apache POI | Data Driven Testing in Selenium
Run Selenium Tests in Headless Mode in Java
Просмотров 7599 месяцев назад
Run Selenium Tests in Headless Mode in Java
How to access remote Selenium GRID Server running on Ubuntu 22.04 LTS from Host VM
Просмотров 818Год назад
How to access remote Selenium GRID Server running on Ubuntu 22.04 LTS from Host VM
How to install Chrome on Ubuntu 22.04 command line | Terminal
Просмотров 3,3 тыс.Год назад
How to install Chrome on Ubuntu 22.04 command line | Terminal
How to Install openjdk 11 on Ubuntu 22.04 | Step-by-Step Tutorial
Просмотров 819Год назад
How to Install openjdk 11 on Ubuntu 22.04 | Step-by-Step Tutorial
[Updated 2024] How to Install Ubuntu 22.04.3 LTS VM on VirtualBox 7.0.12 in Windows 11
Просмотров 9 тыс.Год назад
[Updated 2024] How to Install Ubuntu 22.04.3 LTS VM on VirtualBox 7.0.12 in Windows 11
[Updated 2024] How to install VirtualBox hypervisor on Windows 10 / 11
Просмотров 562Год назад
[Updated 2024] How to install VirtualBox hypervisor on Windows 10 / 11
How to schedule jobs in Jenkins at a given time| Every 5 minutes | Any day at a given Hour
Просмотров 1 тыс.Год назад
How to schedule jobs in Jenkins at a given time| Every 5 minutes | Any day at a given Hour
How to Delete a Repository in Github | GitHub 2024
Просмотров 1,8 тыс.Год назад
How to Delete a Repository in Github | GitHub 2024
MAVEN/LifecyclePhaseNotFoundException | Unknown lifecycle phase MVN error | Jenkins & GitHub
Просмотров 4 тыс.Год назад
MAVEN/LifecyclePhaseNotFoundException | Unknown lifecycle phase MVN error | Jenkins & GitHub
How to fix 'Can't connect to any URI: https://github.com/*/GitHub.git - not authorized' error
Просмотров 4,6 тыс.Год назад
How to fix 'Can't connect to any URI: github.com/*/GitHub.git - not authorized' error
How to push Cucumber BDD Maven Project from Eclipse to GitHub | Build from Jenkins
Просмотров 4,3 тыс.Год назад
How to push Cucumber BDD Maven Project from Eclipse to GitHub | Build from Jenkins
Building a Java Application from GitHub using Jenkins | Run java program from Jenkins
Просмотров 7 тыс.Год назад
Building a Java Application from GitHub using Jenkins | Run java program from Jenkins
How To Install Plugin In Jenkins Server| Install Plugin Using HPI File
Просмотров 1,1 тыс.Год назад
How To Install Plugin In Jenkins Server| Install Plugin Using HPI File