AUTOMATION WITH PRIYANKA
AUTOMATION WITH PRIYANKA
  • 92
  • 53 299
Handling AutoSuggestive Dropdown In Selenium
Hello All,
In this video I have discussed about how to handle any autosuggestive or any dynamic bootstrap pattern dropdown.
Hope this will help you!
Happy Learning!
Thanks,
Priyanka Nigade
zhlédnutí: 70

Video

Handling Dropdown Automation In Selenium Using Select Class
zhlédnutí 90Před 21 dnem
Hello All, In this video I disscussed about how to handle any dropdown which is based on select html tag. Selenium WebDriver Provides Select class to handle select based dropdown In Select class some predefined methods are available which will help you to automate dropdown. Hope this will help you! Happy learning! Thanks, Priyanka
ISTQB Preparation Workshop Day-2
zhlédnutí 200Před měsícem
Attention ISTQB Exam Candidates! I’m excited to share that my workshop from March 2024, focused on preparing for the ISTQB certification (version 3), is now not available for you! While the latest version is CTFL 4, the core manual testing concepts remain unchanged and are still highly relevant for your preparation. Feel free to watch the videos and use them as part of your study plan for the e...
ISTQB Preparation Workshop Day-1
zhlédnutí 289Před měsícem
Attention ISTQB Exam Candidates! I’m excited to share that my workshop from March 2024, focused on preparing for the ISTQB certification (version 3), is now not available for you! While the latest version is CTFL 4, the core manual testing concepts remain unchanged and are still highly relevant for your preparation. Feel free to watch the videos and use them as part of your study plan for the e...
The Test Tribe Instagram Live On Automation Testing Roadmap & Best Practices
zhlédnutí 233Před 2 měsíci
Hello everyone, In this video, I discuss my live event held on June 14th, 2024. Thanks to the Test Tribe, I had a wonderful opportunity to engage with QA professionals. It was a great experience interacting with candidates, answering their questions, and providing guidance. I hope you enjoy watching!
Locators In Selenium WebDriver | XPath Session-3
zhlédnutí 143Před 2 měsíci
Hello All, In this video I have discussed about xpath Axies to interact with dynamic elements. Ancestor Parent Child following following-sibling preceding preceding-sibling hope this will help you! Happy learning. Thanks, Priyanka Nigade
Appium Architecture | 2024 Latest Update
zhlédnutí 321Před 2 měsíci
Hello All, I have expained in this video Appium Introduction and Architecture . Appium is node js server which exposes rest api. Appium client sends request to Appium server using WebDriver Protocol and server create session with respective platform and device. commands runs on device and server sends response back to the client. Hope this will help you! Happy Learning! Thanks, Priyanka
Locators In Selenium WebDriver | Xpath Session-2
zhlédnutí 217Před 2 měsíci
Hello All, Sharing new video on xpath locators which covers methods in xpath and how to use these methods for automation webElements. hope this will help you. Happy Learning! Thanks, Priyanka
Locators In Selenium WebDriver Part-6| Xpath Session-1
zhlédnutí 177Před 3 měsíci
Hello Everyone, In this video I have covered bascis of XPath Locator. XPath stands for XML Path Query Language it's a query language used to navigate and query XML documents, including HTML. It allows testers to define expressions that describe a path to the desired XML/HTML node. XPath expressions can select nodes from the DOM, including elements, attributes, and text. It provides a powerful a...
Locators In Selenium WebDriver Part-5
zhlédnutí 155Před 3 měsíci
Hello Everyone, I have explained in this video about CssSelector dynamic locator the purpose and practically how to use along with Advantages. In Selenium, a CSS Selector is a pattern used to select and locate HTML elements on a web page. CSS Selectors are employed by the Selenium WebDriver to identify and interact with elements during test automation. CSS Selectors in Selenium provide a robust...
Difference between findElement() and findElements() in Selenium WebDriver
zhlédnutí 239Před 3 měsíci
Hello All, In this video I have explain difference between findElement() and findElements() in selenium WebDriver 1.findElement() findElement() help to identify one single webelement findElement() return single WebElement Object findElement() throws Exception if Element not found 2.findElements() findElements() help to identify multiple webelements findElements() return List of WebElements Obje...
Page Object Model In Selenium WebDriver Using PageFactory
zhlédnutí 750Před 3 měsíci
Hello All, In this video I covered Page Object Model Using Page Factory. Page Factory is a class provided by Selenium WebDriver to support Page Object Design patterns. It’s an optimized version of the POM for Selenium WebDriver, which follows the separation techniques for handling the object repositories and the test cases. It’s a class that extends from the web driver classes. It allows annota...
Page ObjectModel In Selenium WebDriver using By Locator
zhlédnutí 364Před 4 měsíci
Hello All, In this video I have covered how to create page Object Model for SwagLabs application and its all basics concepts, principles how to follow while designing the same! I hope this will help you! Thanks, Priyanka
Page Object Model In Selenium WebDriver | Introduction
zhlédnutí 345Před 4 měsíci
Hello All, As request in this video I have discussed about Page Object Model which is design patten and Basic introduction about this how it is beneficial in Project and framework design! Hope it will help you! Thanks, Priyanka
Locators In Selenium WebDriver Part-4
zhlédnutí 148Před 4 měsíci
Locators In Selenium WebDriver Part-4
Locators In Selenium WebDriver Part-3
zhlédnutí 151Před 4 měsíci
Locators In Selenium WebDriver Part-3
Locators In Selenium Using SelectorsHub Plugin
zhlédnutí 162Před 4 měsíci
Locators In Selenium Using SelectorsHub Plugin
Locators In Selenium WebDriver Part-2
zhlédnutí 221Před 4 měsíci
Locators In Selenium WebDriver Part-2
Locators In Selenium WebDriver Part-1
zhlédnutí 208Před 4 měsíci
Locators In Selenium WebDriver Part-1
Navigation Commands In Selenium
zhlédnutí 191Před 4 měsíci
Navigation Commands In Selenium
WebDriver Commands In Selenium
zhlédnutí 152Před 4 měsíci
WebDriver Commands In Selenium
How To Write First Automation Script In Selenium
zhlédnutí 397Před 6 měsíci
How To Write First Automation Script In Selenium
Appium Setup On Windows Platform | 2024 Latest Setup
zhlédnutí 8KPřed 8 měsíci
Appium Setup On Windows Platform | 2024 Latest Setup
Selenium Grid Setup Using Docker
zhlédnutí 1,2KPřed 8 měsíci
Selenium Grid Setup Using Docker
Installation Of Jenkins On Windows Platform
zhlédnutí 633Před 8 měsíci
Installation Of Jenkins On Windows Platform
Seleium WebDriver Setup In Maven Project
zhlédnutí 247Před 8 měsíci
Seleium WebDriver Setup In Maven Project
Selenium Latest Update || Selenium Manager || No Need To Setup BrowserDrivers
zhlédnutí 510Před 8 měsíci
Selenium Latest Update || Selenium Manager || No Need To Setup BrowserDrivers
Selenium Version-4 WebDriver Architecture
zhlédnutí 164Před 9 měsíci
Selenium Version-4 WebDriver Architecture
Selenium WebDriver Overcomes Same Origin Policy
zhlédnutí 159Před 9 měsíci
Selenium WebDriver Overcomes Same Origin Policy
Selenium Components Introduction
zhlédnutí 428Před 9 měsíci
Selenium Components Introduction

Komentáře

  • @jaheshsurtikar3110
    @jaheshsurtikar3110 Před 23 dny

    Great mam thanks

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

    Ma'am please make videos on projects

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

    Hello ma'am, I'm following your java lecture playlist n I'm mechanical background student. Nowhere people are saying software testing is not in demand.. What should I do?

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

      Hello Shradha, Software testing will remain always be in demand just remember one thing as long as there is development testing is required without testing we cant deliver any software to our customer. So prepare well and foucs on to build career. All the best!

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

      @@priyankaazitschool Thank you ma'am

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

    Your videos are a game-changer for automation testing beginners like me. Thank you! and This video filled the gaps in my understanding of automation testing. Thanks for the clarity!"

  • @Chetan-Seth
    @Chetan-Seth Před měsícem

    Thank you ma'am for this series ❤

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

    Hii mam How To apply this istqb Exam

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

      Hello Akshay, First prepare for exam properly and then you can reach out any istqb center and book your exam. These videos for version 3 but download dumps and latest syllabus copy from istqb.org site and prepare and refer my videos for understanding concepts. All the best!

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

      @@priyankaazitschool where is centre means I will apply online?

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

      @@akshayvaidya2149 Yes you can apply online ping me on this 9552671595

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

    Priyanka, can you share your code please

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

    Excellent

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

    Hats off to you Priyanka ma'am

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

    thankyou it’s very informative and helpful

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

    Very easy way to understand thanks didi. Please make BDD cucumber frame work

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

    ❤❤❤❤😊

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

    🎉❤

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

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

    is this first first video for mobile testing?

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

    Thank you for doing this course ❤

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

    Please give me details

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

      docs.google.com/forms/d/e/1FAIpQLSdXJQhbMyMcT-TLih5G7w2ycmk0Gxfenzm4pMvHKygFjk02dw/viewform?usp=pp_url

  • @shaileshphatale8159
    @shaileshphatale8159 Před 3 měsíci

    Mam any channel of yours in marathi language

  • @mujahidali5706
    @mujahidali5706 Před 3 měsíci

    Best teacher ❤

  • @saurabhsingh-tj3fw
    @saurabhsingh-tj3fw Před 3 měsíci

    Now testing is losing worth in it industry

  • @saurabhsingh-tj3fw
    @saurabhsingh-tj3fw Před 3 měsíci

    No calls for testing

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

      lot of opportunities are there in testing ...prepare well and apply for the jobs

  • @khushbupatel8393
    @khushbupatel8393 Před 3 měsíci

    Very good teacher, I really like your teaching styles 🙏

  • @vidyapatil25
    @vidyapatil25 Před 3 měsíci

    Great trainer! Hats off to your teaching skills

  • @pushpalatashitole6737
    @pushpalatashitole6737 Před 3 měsíci

    👍

  • @user-no7ub7cg4i
    @user-no7ub7cg4i Před 3 měsíci

    Very good teacher with excellent knowledge...

  • @TheAestheticArt
    @TheAestheticArt Před 3 měsíci

    👍

  • @priyankaazitschool
    @priyankaazitschool Před 3 měsíci

    docs.google.com/forms/d/e/1FAIpQLSdXJQhbMyMcT-TLih5G7w2ycmk0Gxfenzm4pMvHKygFjk02dw/viewform?usp=pp_url

  • @kurnia6414
    @kurnia6414 Před 3 měsíci

    Hi, your video really helpfull. But, can I know your github link in that video to use appium inspector? Thanks very much

  • @paojalasoft
    @paojalasoft Před 3 měsíci

    Hi I having problems with the npm installation how can I solve it "npm WARN deprecated inflight@1.0.6: this module is not supported " can you help me please!

  • @mahmud36500
    @mahmud36500 Před 3 měsíci

    Your presentation is so nice and easy to understand

  • @dilrubarumaisa8380
    @dilrubarumaisa8380 Před 3 měsíci

    Best teacher❤️

  • @toppotuna
    @toppotuna Před 3 měsíci

    Android studio part not fully explained sdk part

  • @user-if7uy5gs6v
    @user-if7uy5gs6v Před 3 měsíci

    Yes Ma'am it is very helpful to us u can explain each and every concept properly to understood both difference.. Thank you🙏

  • @jagsam123
    @jagsam123 Před 3 měsíci

    Thank you priyanka mam ,i got solution from your channel ,i searched lot on google on youtube but didnt get ,finally i get from you thankyou it works

  • @swatitiwari6083
    @swatitiwari6083 Před 3 měsíci

    thank u mam.. Nice explanation.

  • @mahmud36500
    @mahmud36500 Před 3 měsíci

    Priyanka, Your teaching technique is outstanding! Could you create a video on Config Properties and Page Factory with XPath (hidden elements)

  • @mahmud36500
    @mahmud36500 Před 3 měsíci

    Excellent Presentation. I appreciate you.

  • @EdoGDL
    @EdoGDL Před 4 měsíci

    when I try to run appium I get this error: [appium] spawn EINVAL

    • @mansikshirsagar3532
      @mansikshirsagar3532 Před 4 měsíci

      Same here

    • @priyankaazitschool
      @priyankaazitschool Před 3 měsíci

      Try to uninstall and install it again

    • @sunitverma
      @sunitverma Před 3 měsíci

      @@priyankaazitschool after uninstall still i am getting same error. in some site i found we have to Set shell: true but i dont know how. please suggest on this

    • @priyankaazitschool
      @priyankaazitschool Před 3 měsíci

      @@sunitverma Hello If you try now with the command npm install -g appium it will install successfully

  • @danyahsan3958
    @danyahsan3958 Před 4 měsíci

    u look hot mam

  • @laxmipandey2276
    @laxmipandey2276 Před 4 měsíci

    i am grateful for having found your channel. mam create some videos on selenium interview question and answers for beginner and experienced level.

  • @laxmipandey2276
    @laxmipandey2276 Před 4 měsíci

    very helpful session..

  • @laxmipandey2276
    @laxmipandey2276 Před 4 měsíci

    mam you're session is very helpful...

  • @laxmipandey2276
    @laxmipandey2276 Před 4 měsíci

    thank you mam for this video...this is very helped me...

  • @mahmud36500
    @mahmud36500 Před 4 měsíci

    Your presentation is very nice and easy to remember

  • @SLVENTERPRISES-wh5es
    @SLVENTERPRISES-wh5es Před 4 měsíci

    I dont know my next step mam. Please guide me.

  • @SLVENTERPRISES-wh5es
    @SLVENTERPRISES-wh5es Před 4 měsíci

    Dear Priyanka Mam, I am one of the student from Star Agile. That Institute is completely scam. They not given placement and security deposit refund. All are believing you and your classes. Please dont cheat any students for taken classes like this scammers institute. I completed BE CSE 4 years i am searching job. I completed multiple course but am not get job in IT field. I trusted Star Agile Lot. Finally they also scammed my career. Pls tell them to dont spoil any one life. Lot of way is there for earn money mam. But dont work for them that is purely one one painful money.

    • @priyankaazitschool
      @priyankaazitschool Před 3 měsíci

      Hey, Sad to heard this but I am working as freelancer trainer so working with many vendors Staragile is also one of them. I am not a part of any placement or there internal process I am just doing my job, delivering my trainings so from my side no students will cheat or fail! so prepare well if you need any help yes connect with me. Thanks, Priyanka

  • @mahmud36500
    @mahmud36500 Před 4 měsíci

    Priyanka, please take a coding class about Page Factory in detail

  • @dchenamoni7858
    @dchenamoni7858 Před 4 měsíci

    superb explanation mam

  • @mahmud36500
    @mahmud36500 Před 4 měsíci

    Your teaching approach is excellent. I appreciate you.

  • @jeyasakthi8363
    @jeyasakthi8363 Před 4 měsíci

    How to inspect when right click is disabled