AJ AUTOMATION
AJ AUTOMATION
  • 248
  • 1 002 303
How to Fix Cannot Find the Declaration of Element project Error in Maven POM.xml in Eclipse IDE
▶️ In this video, lets try to troubleshoot and resolve this common issue in Eclipse IDE - Cannot find the declaration of element 'project' error in your Maven pom.xml file
We need make sure Schema location points to correct location which might cause validation issue in pom xml file.
Once you replace http to https or https to http, just save the pom.xml and update your maven project , this should resolve issue.
Thanks for watching! Happy coding and automating!
▶️ If you have any queries , questions or suggestions, please add in the comment. I will be happy to hear suggestions and feedback from you so that I can improve the same. Help your friends to learn automation by suggesting the channel. Thanks
======================================
****************AJ AUTOMATION**************
======================================
Hi guys, Please share and Like the content whichever you find informative to reach more beginner candidates learning Test Automation. Thanks for your Support !!
🔔 Learn automation from basic !! 🔔
✅ Let's Learn the Concept in 5 To 10 Mins :=
czcams.com/play/PLlc_LrU50tljSA5wcIpKSYRDrGX3iLQQQ.html
✅ Selenium series videos Playlist :=
czcams.com/play/PLlc_LrU50tliMZrnSa0a9geljzCijPDfq.html
✅ Maven Tool videos playlist :=
czcams.com/play/PLlc_LrU50tlgWOrybr-Ppffg6T_1cXeUb.html
✅ Selenium WebDriver Exceptions Playlist :=
czcams.com/play/PLlc_LrU50tlisWfvF3qXmFTaTKDYkib_p.html
✅ Selenium Grid With Docker:==
czcams.com/play/PLlc_LrU50tliN8PZ7Xk41NwrnelPHchSk.html
✅ Jenkins Tool Series :==
czcams.com/play/PLlc_LrU50tljcyDeTK9JfVpmPyaigzXua.html
✅ Upload and Download Files in Selenium :=
czcams.com/play/PLlc_LrU50tlhD9ezHt9O-mlWjiu3XyS3U.html
✅ Excel and CSV files operations :=
czcams.com/play/PLlc_LrU50tlifVlnHI4ph5XuY1_pNusBy.html
✅ Java Language Concepts :=
czcams.com/play/PLlc_LrU50tliq2RV-1Yhr2IjJ5RqXCQjU.html
✅TestNG Framework Videos:=
czcams.com/video/-KEg20O6Mxs/video.html
✅ Become Master in Xpath:=
czcams.com/video/Wv1hHLhtnzw/video.html
✅ Protractor series videos playlist :=
czcams.com/play/PLlc_LrU50tlim53VdVwAmCnBr8M2x38y8.html
✅ Recent Uploads :=
czcams.com/play/PLlc_LrU50tljOnB-LUofJpBkeSMskcQVd.html
✅ GitHub Repo:= github.com/ajautomation
⚡️ Thanks for your support !! ⚡️
======================================
**************** Thanks for watching !!**************
======================================
⚡️ Keep Learning...Keep Sharing...Keep Growing. ⚡️
#Automation #SeleniumWebDriver
zhlédnutí: 31

Video

Session 7 - How to Generate & Customize Extent Report in Selenium Java Framework- Step-by-Step Guide
zhlédnutí 122Před 9 hodinami
▶️In this video, you'll learn how to generate and customize Extent Reports in your Selenium automation framework step by step. Whether you're a beginner or an experienced tester, this tutorial will guide you through everything you need to know about Extent Reports. Video is little lengthy so you can play with 1.5x speed to finish it in less time but try to watch complete video * Steps to Genera...
Selenium Framework -6 - Setup Log4j2 configuration in Java Selenium | Log4j xml | Use of ThreadLocal
zhlédnutí 126Před dnem
▶️ In this session, we will see How to generate logs using Log4j2 API in Selenium Framework with Java. We will configure Log4j using log4j2.xml to Print logs in the console and add log4j logs in automation.log file. Also we will learn about ThreadLocal class usage in automation framework ⚡️ Full Playlist Link - Selenium Automation Framework using Java - czcams.com/play/PLlc_LrU50tljADn-fgLmaXE5...
Verify Presence of Fields in Selenium | Data-Driven Example | Read Fields from Excel & Verify on UI
zhlédnutí 176Před 14 dny
▶️ In this video, we will see the process of verifying the presence of fields on a web page using Selenium WebDriver and the Page Object Model (POM) framework. This tutorial demonstrates a data-driven approach by reading field names from an Excel sheet and asserting their presence with a custom Java method. ▶️ Step 1 - Create a Excel and add Field names you want to assert on different page in t...
TestNG Listeners in Selenium | How to Use TestNG Listeners in Selenium WebDriver with Examples
zhlédnutí 145Před 28 dny
▶️ I have merged TestNG Listeners session in this single video. This video would cover different types of TestNG Listeners which we use in the Selenium Webdriver automation framework. This 30 mins video can help you to go through these topic quickly before going for the Test automation interviews. Thanks for watching! Happy coding and automating! ▶️ If you have any queries , questions or sugges...
Selenium Framework using Java -PART 4 | POM | RetryAnalyzer | Capture Screenshot using onTestFailure
zhlédnutí 133Před měsícem
▶️ In Part 4 of our Selenium Framework with Java series, We will implement the Retry logic using IRetryAnalyzer and add method to take screenshot automatically when a test got failed. Here we will implement two Interfaces in TestNG - ITestListener, IAnnotationTransformer. We will implement onTestStart() and onTestFailure() from ITestListener for taking screenshot and store in a folder in the fr...
Selenium Framework using Java -P 3 | POM | Page Actions| Setup Config file & ConfigReader, Suite XML
zhlédnutí 131Před měsícem
▶️ In Part 3 of our Selenium Framework with Java series, we dive into the Page Object Model (POM) design, we will implement our Page Actions. For every Page Action, we can create a separate java method. We will setup config properties file and implement ConfigReader class to read data from this config file and use in the framework code. ▶️ We need to divide tests in to sanity and regression usi...
Selenium Framework using Java - PART 2 | POM | Page Objects, Test Classes Custom Wait Implementation
zhlédnutí 460Před měsícem
▶️ In Part 2 of our Selenium Framework with Java series, we dive into the Page Object Model (POM) design, implementing our Page and Test classes, and implementing a custom wait class for better synchronization. ▶️ For each pages in the application, we will create a separate java class. Here we are encapsulating the Web elements and actions on that page in same class. We will use FindBy annotati...
Build Robust Selenium Automation Framework : Part 1 - Initial Setup | Selenium Framework using Java
zhlédnutí 892Před měsícem
Series - Automation Framework Design from Scratch | Selenium Automation Framework using Java | Data Driven Framework with Selenium and TestNG. ▶️ Welcome to the first part of our series on building a robust Selenium automation framework! In this video, we will cover the initial setup, design principles, and implementation strategies for creating a reliable and maintainable automation framework ...
Handling Cookies in Selenium | Save and Reuse Cookies Across Tests in WebDriver - Practical Example
zhlédnutí 361Před 2 měsíci
IMP for Selenium Interview - ▶️ In this video we learn about the Session and cookies in the Selenium WebDriver. We will learn how to Save cookies in Selenium and re use those cookies in another tests to avoid login again and again. ▶️ By saving cookies after login and reusing them in subsequent tests, you can efficiently manage sessions, maintain user sessions across different tests and improve...
Test Automation Interview Question- How to RUN Specific Test Class & Test Method using Maven Command
zhlédnutí 111Před 2 měsíci
▶️ In this video we will learn How to answer the following Interview questions in Test Automation interview- 1. How to run specific Test class or Test Method using Maven command 2. How to run single or Multiple Test classes or methods using Maven command. You may face these type of questions in the Test Automation interview. So practice to have basic knowledge about the maven commands. Thanks f...
Test Automation Interview Q&A - How to Run Selenium Tests in Parallel Without using TestNG xml file
zhlédnutí 186Před 2 měsíci
▶️ This video covers Test Automation Interview Question and Answer for - How to Run Selenium Tests in Parallel Without using TestNG xml file ? ▶️ Parallel Test execution in Selenium using Maven Surefire plugin. Thanks for watching! Happy coding and automating! ▶️ If you have any queries , questions or suggestions, please add in the comment. I will be happy to hear suggestions and feedback from ...
How to Explain Selenium Automation Framework Structure in Test Automation interviews for Beginners
zhlédnutí 556Před 2 měsíci
How to Explain Selenium Automation Framework Structure in Test Automation interviews for Beginners
Docker Selenium Grid - Full Tutorial for Test Automation | Setup Docker Selenium Grid from Scratch
zhlédnutí 1,8KPřed 3 měsíci
Docker Selenium Grid - Full Tutorial for Test Automation | Setup Docker Selenium Grid from Scratch
How to Execute Failed Tests automatically in Selenium using IRetryAnalyzer | Re-Run Tests in TestNG
zhlédnutí 214Před 4 měsíci
How to Execute Failed Tests automatically in Selenium using IRetryAnalyzer | Re-Run Tests in TestNG
How to use IAnnotationTransformer Listener to Change Priority of TestNG method/disable TestNG method
zhlédnutí 100Před 4 měsíci
How to use IAnnotationTransformer Listener to Change Priority of TestNG method/disable TestNG method
Use of IInvokedMethodListener in automation example | Print Start & End TimeStamp for TestNG methods
zhlédnutí 87Před 4 měsíci
Use of IInvokedMethodListener in automation example | Print Start & End TimeStamp for TestNG methods
TestNG Listeners : How to use ITestListener in automation with Selenium | Implement ITestListener
zhlédnutí 413Před 5 měsíci
TestNG Listeners : How to use ITestListener in automation with Selenium | Implement ITestListener
TestNG Listeners : How to use ISuiteListener with example | Implement onStart and OnFinish methods
zhlédnutí 195Před 5 měsíci
TestNG Listeners : How to use ISuiteListener with example | Implement onStart and OnFinish methods
TestNG Listeners Overview- What are Different Listeners in TestNG and methods available in Listeners
zhlédnutí 131Před 6 měsíci
TestNG Listeners Overview- What are Different Listeners in TestNG and methods available in Listeners
Integrate GitHub With IntelliJ | Setup GitHub Account in IntelliJ | Pull & Push Code in IntelliJ
zhlédnutí 1,5KPřed 6 měsíci
Integrate GitHub With IntelliJ | Setup GitHub Account in IntelliJ | Pull & Push Code in IntelliJ
How to CLONE GitLab Private Project to Local Machine Using HTTPS & SSH | Clone Private GitLab Repo
zhlédnutí 5KPřed 7 měsíci
How to CLONE GitLab Private Project to Local Machine Using HTTPS & SSH | Clone Private GitLab Repo
Access GitLab Private repository with Jenkins using Project Access Token & Personal Access Token
zhlédnutí 2,1KPřed 7 měsíci
Access GitLab Private repository with Jenkins using Project Access Token & Personal Access Token
Extended Choice Parameter in Jenkins Pipeline| Customize Extended Choices in Jenkins Pipeline Script
zhlédnutí 2,1KPřed 8 měsíci
Extended Choice Parameter in Jenkins Pipeline| Customize Extended Choices in Jenkins Pipeline Script
Build Jenkins Pipeline with Pipeline Script from SCM | Jenkins Pipeline with Jenkinsfile in Gitlab
zhlédnutí 1,3KPřed 8 měsíci
Build Jenkins Pipeline with Pipeline Script from SCM | Jenkins Pipeline with Jenkinsfile in Gitlab
How to Create Jenkins Pipeline with Choice parameters| Jenkins Pipeline & Dynamic Parameters example
zhlédnutí 1,7KPřed 8 měsíci
How to Create Jenkins Pipeline with Choice parameters| Jenkins Pipeline & Dynamic Parameters example
How to Run Selenium Tests On different Browsers Using Jenkins Parameters And Maven Command #selenium
zhlédnutí 855Před 9 měsíci
How to Run Selenium Tests On different Browsers Using Jenkins Parameters And Maven Command #selenium
Run Different TestNG XMLs using Jenkins Parameters & Maven Command| Execution with Jenkins Parameter
zhlédnutí 2,4KPřed 9 měsíci
Run Different TestNG XMLs using Jenkins Parameters & Maven Command| Execution with Jenkins Parameter
What is Batch Execution in TestNG | How to achieve it | Run Multiple TestNG classes in single run
zhlédnutí 462Před 10 měsíci
What is Batch Execution in TestNG | How to achieve it | Run Multiple TestNG classes in single run
Upgrade Java 8 to Java 17 for Selenium Maven Projects| Setup Java 17 in Intellij and Eclipse #java17
zhlédnutí 7KPřed 10 měsíci
Upgrade Java 8 to Java 17 for Selenium Maven Projects| Setup Java 17 in Intellij and Eclipse #java17

Komentáře

  • @arabtechnologytoday7322

    غCan I have the full code?

  • @Jeakun23
    @Jeakun23 Před 3 dny

    Thank you so much!! It works and you just earned a subscriber for that

    • @AJAUTOMATION
      @AJAUTOMATION Před 2 dny

      Awesome 🙂 Happy to see that video helped you...

  • @vedantapreetham7383

    Can we switch to frame 3 directly from default content ?

    • @AJAUTOMATION
      @AJAUTOMATION Před 8 dny

      No U need to switch in sequence as for nested frames we need to switch to parent frames first

    • @vedantapreetham7383
      @vedantapreetham7383 Před 7 dny

      Ok thank you so much 🙏 keep uploading the great content

    • @vedantapreetham7383
      @vedantapreetham7383 Před 7 dny

      ​@@AJAUTOMATIONthat means first swithTo( frame1) Then swithTo(frame2) and the switchTo(frame3) ?

  • @vedantapreetham7383

    Great explanation

  • @ujangaripin7630
    @ujangaripin7630 Před 9 dny

    thx man

  • @someoneelse8295
    @someoneelse8295 Před 9 dny

    thanks my guy, watched the vid on 1.5 speed as urequested

  • @gaddipatiprabhakar2889

    Please use white background....

    • @AJAUTOMATION
      @AJAUTOMATION Před 15 dny

      Thanks for asking, will use it in upcoming videos..

  • @user-qe7dk5ub4k
    @user-qe7dk5ub4k Před 17 dny

    thanks you bro

  • @skankhunt-zh1mo
    @skankhunt-zh1mo Před 20 dny

    can it be jdk 22 too?

  • @bishnuyashadash91
    @bishnuyashadash91 Před 21 dnem

    Really helpful!

  • @user-oh4xn8gf4y
    @user-oh4xn8gf4y Před 22 dny

    how can we use this from testng.xml file without using for one test in particular?

  • @bharathlingam6616
    @bharathlingam6616 Před 22 dny

    Username is gitlab or anything can i give ?

  • @SachinKumar-et7oi
    @SachinKumar-et7oi Před 25 dny

    hello bhai can you pls upload next video. waiting for it. can you expediate it asap.

    • @AJAUTOMATION
      @AJAUTOMATION Před 23 dny

      Yes , I am trying give more time for this series videos after my own office work.. will post next video within next 2 days.

  • @user-qq8kr7hi8b
    @user-qq8kr7hi8b Před 27 dny

    That's direct to the point. It really helped

  • @kumarraj989
    @kumarraj989 Před 28 dny

    Any way to create this programmatically?

    • @AJAUTOMATION
      @AJAUTOMATION Před 27 dny

      I don't understand your query, what u want create ?

  • @heenapatil8659
    @heenapatil8659 Před 28 dny

    Thank you for above video . What version of SCM plugin you are using for "SCM Checkout Retry Count" ? we don't see this option in our SCM setup .

    • @AJAUTOMATION
      @AJAUTOMATION Před 27 dny

      Version: 0.8 - plugins.jenkins.io/multiple-scms/ This plugin has been marked as deprecated but still you can make a use of this plugin. It should work fine.

  • @vipintekade6400
    @vipintekade6400 Před 28 dny

    Dummy website will be ok like orange hrm ,etc as amazon website is frequently changed.

    • @AJAUTOMATION
      @AJAUTOMATION Před 23 dny

      yes you are correct , Amazon website is changing frequently. Now I observed when we try to open the registration page from Amazon's home page, it is sometime opening reg page directly and some times opening Sign in or create account page, from there we need to go to reg page. So this I need to handle in framework to run RegistrationPageTest tests. for learning and practice purpose we can take dummy or any other app website, anyhow we are trying to learn the framework design concepts so overall framework structure would be same for Amazon or any other app website, design , pages pageobjects will differ.

  • @jasonfranklin1677
    @jasonfranklin1677 Před 28 dny

    Thank You!

  • @siniyaazilam9887
    @siniyaazilam9887 Před měsícem

    Thank you so much

  • @sagardarade
    @sagardarade Před měsícem

    Keep it up

  • @sagardarade
    @sagardarade Před měsícem

    Keep it up

  • @user-gs4ee7zz2l
    @user-gs4ee7zz2l Před měsícem

    I am getting error like Recv failure: Connection was reset

  • @triveninaik1487
    @triveninaik1487 Před měsícem

    Hi, Can you please mention the versions of Selenium and WebDriver Manager used? Tried the same code for firefox browser but its not working. The versions I m using for Selenium is 3.141.59 and WebDriver Manager is 5.7.0

  • @ishanmittal4732
    @ishanmittal4732 Před měsícem

    Thanks for this video. I am able to execute the code but HAR file doesn't contain any entry. Can you please help me?

    • @AJAUTOMATION
      @AJAUTOMATION Před měsícem

      Not sure why code not working for you guys, I am still able to get full Har on my machine... Please check the dependencies version driver / browser versions again

  • @nandanh21
    @nandanh21 Před měsícem

    Will this set up works for python, bdd framework also?

    • @AJAUTOMATION
      @AJAUTOMATION Před měsícem

      Yes it should work for Selenium with Python bdd, just configure your Python test scripts to point to the Selenium Grid Hub probably form your bdd step definitions .py files

  • @biswajitghosh3
    @biswajitghosh3 Před měsícem

    I am using “clean compile test -Dgroups= smoke” There is only one smoke test in a class and the problem is after test is run once with logs then again the test is getting run without the logs. Don’t know why it is happening like that

  • @MohitPandey-b6i
    @MohitPandey-b6i Před měsícem

    How to sync two repository from different scm Please make video

  • @swapnilbodade1336
    @swapnilbodade1336 Před měsícem

    I will suggest Build the framework which can be executed using CLI You can integrate Appium and api as well going further.

  • @ShwetaBhat-o7k
    @ShwetaBhat-o7k Před měsícem

    This is definitely going to be a good series for sure . Thank you sir for the efforts . Requesting you to kindly keep it as much realtime as it usually happens in industry as it will give a lot of confidence to us manual testers trying to switch . Thank you again 🎉 Keep growing

    • @AJAUTOMATION
      @AJAUTOMATION Před měsícem

      Thank you so much for your kind words and support! 👍 . I will definitely keep it as real-time and practical as possible and help to boosts confidence for manual testers in automation testing.

  • @anshraina7302
    @anshraina7302 Před měsícem

    Very Helpful, thanks a lot

  • @harpreet2700
    @harpreet2700 Před měsícem

    Thanks brother 😀

  • @jony-zt3in
    @jony-zt3in Před měsícem

    How do you configure the pom?

    • @AJAUTOMATION
      @AJAUTOMATION Před měsícem

      In pom.xml, You can add dependencies and surefire plugin with configuration for running the TestNG xml file

  • @ParagOak
    @ParagOak Před měsícem

    will it have email reporting ( without Jenkins or any pipeline)?

    • @AJAUTOMATION
      @AJAUTOMATION Před měsícem

      yes, I will try to include that as well so that even we run from our local machine it can send email at the end of the automation execution.

    • @ParagOak
      @ParagOak Před měsícem

      @@AJAUTOMATION thank you

  • @imadsaddik
    @imadsaddik Před měsícem

    Thank you so much

  • @user-in8qf5we3p
    @user-in8qf5we3p Před měsícem

    i need for the selenium 4 and grid for newer versions videos?

    • @AJAUTOMATION
      @AJAUTOMATION Před měsícem

      Will check that, thanks for asking.. 👍

    • @user-in8qf5we3p
      @user-in8qf5we3p Před měsícem

      @@AJAUTOMATION check and please mention me

  • @user-in8qf5we3p
    @user-in8qf5we3p Před měsícem

    please add videos in selenium 4 how to register the grid and the video it?

  • @venkatasaikiran9636
    @venkatasaikiran9636 Před měsícem

    Will jar file write the any file while running from JAR like Extent report generation or PDF generation?

    • @AJAUTOMATION
      @AJAUTOMATION Před měsícem

      I have Not tried this yet but I think it should write.. Need to check this one..

  • @knownlimits2800
    @knownlimits2800 Před 2 měsíci

    Is there a way that if I have multiple projects in git, am I able to pick the project name and it generates the branches for which ever project I pick, to deploy? I want to be able to build the parameters, pick the project name, generate the branches based on project name, then pick whatever branch I want to build to deploy

  • @Clipper__official10
    @Clipper__official10 Před 2 měsíci

    Thanks

  • @UR_Cristiano7_Cr7yT
    @UR_Cristiano7_Cr7yT Před 2 měsíci

    Thanks brother . 🙏

  • @aniket6858
    @aniket6858 Před 2 měsíci

    Sir I cloned one java maven project from git hub, and want to run it in vs code, pls provide steps.

    • @AJAUTOMATION
      @AJAUTOMATION Před 2 měsíci

      You can open the integrated terminal and there run the maven maven commands like mvn clean test

  • @user-rs9fk5ym6z
    @user-rs9fk5ym6z Před 2 měsíci

    Can I set timeout for all jobs in my Jenkins account instance ?

    • @AJAUTOMATION
      @AJAUTOMATION Před 2 měsíci

      I think Jenkins do do not provide any global level timeout option applicable for all jobs, you need to set the timeout individually for each Jenkins job, whether it is a Freestyle job or a Pipeline job

  • @user-kk9jl8dr5d
    @user-kk9jl8dr5d Před 2 měsíci

    your video help me so much! thank you

    • @AJAUTOMATION
      @AJAUTOMATION Před 2 měsíci

      Happy to see that video helped you 🙂👍

  • @user-bb4rg6gp1b
    @user-bb4rg6gp1b Před 2 měsíci

    Please upload more videos related to designing automation framework ❤

    • @AJAUTOMATION
      @AJAUTOMATION Před 2 měsíci

      Yes currently I could create only one, taking time for creating actual frameworks design related videos, all videos will be available in the same Playlist...

  • @hoticedtea7961
    @hoticedtea7961 Před 2 měsíci

    thank you

  • @NotiBinodini9900
    @NotiBinodini9900 Před 2 měsíci

    I used same code but nothing is happening Getting error and terminated not even Chrome browser is opening But same code works for my frnd

    • @AJAUTOMATION
      @AJAUTOMATION Před 2 měsíci

      If driver is opening then Check your driver compatability with current version of the chrome browser on your system

    • @NotiBinodini9900
      @NotiBinodini9900 Před 2 měsíci

      @@AJAUTOMATION yes checked but .har file is getting generated blank

  • @user-sd4wk5fo9h
    @user-sd4wk5fo9h Před 2 měsíci

    Hello sir, Please provide the code in word as well =. if possible

    • @AJAUTOMATION
      @AJAUTOMATION Před 2 měsíci

      Let me check if the code is present in git repo... Will add there if not there...

  • @bufaboymasterpiece8162
    @bufaboymasterpiece8162 Před 2 měsíci

    Thanks a lot

  • @VIVEKANANDROY
    @VIVEKANANDROY Před 2 měsíci

    Please create content on how to run parallel testing with or without TestNG (both) in BDD cucumber framework

  • @CMsuka
    @CMsuka Před 2 měsíci

    Thanks dude for your valuable efforts... awesome explanation