SDET Adda For QA Automation
SDET Adda For QA Automation
  • 96
  • 478 915
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: pypi.org/project/pytest-html/
Web Applications for testing-
opensource-demo.orangehrmlive.com/web/index.php/auth/login
www.flipkart.com/

📌 Follow for updates:
TH-cam Channel: www.youtube.com/@sdetadda
LinkedIn: www.linkedin.com/in/raghavendra-mishra/
Telegram: t.me/sdetadda
Facebook: groups/863464857991248/?ref=share&mibextid=NSMWBT
🔔 Don't forget to LIKE, SHARE, and SUBSCRIBE for more automation tutorials and tips!
#pytest #selenium #pytesthtml #pytestxdist #automationtesting #python #softwaretesting #smoketest #regressiontesting #pytestmarkers #python #testing #softwaretesting #automation #seleniumwebdriver #javainterviewquestions #seleniumtutorial #pythonforbeginners #education #softwaretestingandautomation #pythonframeworks #framework #pythoninterviewquestions
มุมมอง: 35

วีดีโอ

Never Miss a Bug! Capture Screenshots of Failed Test Cases in Selenium with Python
มุมมอง 6611 ชั่วโมงที่ผ่านมา
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
มุมมอง 13513 ชั่วโมงที่ผ่านมา
🚀 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
มุมมอง 22116 ชั่วโมงที่ผ่านมา
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.2K21 วันที่ผ่านมา
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.2K5 หลายเดือนก่อน
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.1K5 หลายเดือนก่อน
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.1K6 หลายเดือนก่อน
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.5K6 หลายเดือนก่อน
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.3K9 หลายเดือนก่อน
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
มุมมอง 2K9 หลายเดือนก่อน
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.3Kปีที่แล้ว
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
มุมมอง 9Kปีที่แล้ว
[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
มุมมอง 1Kปีที่แล้ว
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.8Kปีที่แล้ว
How to Delete a Repository in Github | GitHub 2024
MAVEN/LifecyclePhaseNotFoundException | Unknown lifecycle phase MVN error | Jenkins & GitHub
มุมมอง 4Kปีที่แล้ว
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.6Kปีที่แล้ว
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.3Kปีที่แล้ว
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
มุมมอง 7Kปีที่แล้ว
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.1Kปีที่แล้ว
How To Install Plugin In Jenkins Server| Install Plugin Using HPI File