GoOnAndLearn
GoOnAndLearn
  • 76
  • 39 056
What is a static keyword in Java? What is the use of static method in Java?
What is a static keyword in Java?
What is the use of static method in Java?
Why do we use static keyword in main method in Java?
The static keyword is a non-access modifier used for methods and attributes. Static methods/attributes can be accessed without creating an object of a class.
มุมมอง: 0

วีดีโอ

What is a super keyword in Java?
มุมมอง 32 ชั่วโมงที่ผ่านมา
Super keyword in java. The java super keyword is used to refer the immediate parent class object.
What are the differences between AI, ML, DL, and GenAI?
มุมมอง 114 ชั่วโมงที่ผ่านมา
AI is the big brain, Machine Learning is its learning process, Deep Learning is the intricate wiring, and Generative AI is the creative spark. From spam filters to face recognition and deep fakes, these technologies are shaping our digital world AI is a computer algorithm which exhibits intelligence through decision making. ML is an AI algorithm which allows system to learn from data. DL is a M...
How to Sort an Array in Java ? Without Using the sort Method and Using the for Loop ?
มุมมอง 117 ชั่วโมงที่ผ่านมา
Sort Array in Ascending Order The ascending order arranges the elements in the lowest to highest order. It is also known as natural order or numerical order. We can perform sorting in the following ways: Using the sort() Method Without using the method Using the for Loop Using the User Defined Method I explained about Sorting Without Using the Method Using the for Loop
How to Setup and Configure Selenium WebDriver with Eclipse and What is Selenium in Eclipse?
มุมมอง 177 ชั่วโมงที่ผ่านมา
Prerequisites for Installation and Set up: Selenium WebDriver This section will show how we can configure Selenium with Eclipse. Pre-requisites: Download and Install Java Set up the Environment Variables Install WebDrivers Download and Install Eclipse
Classes and Objects in Java and Student Class in Java
มุมมอง 307 ชั่วโมงที่ผ่านมา
Properties of Java Classes Class is not a real-world entity. It is just a template or blueprint or prototype from which objects are created. Class does not occupy memory. Class is a group of variables of different data types and a group of methods. A Class in Java can contain: Data member Method Constructor Nested Class Interface
What is encapsulation in Java? What is encapsulation with an example?
มุมมอง 169 ชั่วโมงที่ผ่านมา
Encapsulation in Java refers to integrating data (variables) and code (methods) into a single unit. In encapsulation, a class's variables are hidden from other classes and can only be accessed by the methods of the class in which they are found.
Java While Loop : Loops can execute a block of code as long as a specified condition is reached
มุมมอง 199 ชั่วโมงที่ผ่านมา
Loops are handy because they save time, reduce errors, and they make code more readable.
What Is And Why Do We Need Selenium Framework - Part 2
มุมมอง 4512 ชั่วโมงที่ผ่านมา
What is Selenium Framework? So, what actually is the Selenium framework? Test automation frameworks are a set of rules and corresponding tools that are used for building test cases.
How to create Test Scenarios? (with Examples)
มุมมอง 2114 ชั่วโมงที่ผ่านมา
A test scenario, sometimes called a scenario test, is the documentation of a use case. In other words, it describes an action the user may undertake with a website or app. It may also represent a situation the user may find themselves in while using that software or product. Why create Test Scenarios? How to create a Test Scenario? Step 1: Understand the Requirements Review the functional speci...
What is Agile and the various Agile frameworks that implement the Agile methodology
มุมมอง 521 ชั่วโมงที่ผ่านมา
This video on ‘Agile Methodology’ will discuss What is Agile and the various Agile frameworks that implement the Agile methodology. This tutorial on Agile Methodologies covers below topics: 1. Why do we need Agile? 2. What is Agile? 3. Key terms of Agile 4. Advantages of Agile 5. How to implement Agile? 6. Various Agile Frameworks 7. Story Points 8. Estimates on Story Points
An End-to-End Guide to API Testing
มุมมอง 48วันที่ผ่านมา
What is an API? (Application Programming Interface) as “a set of rules that allows programmers to develop software for a particular operating system without having to be completely familiar with that operating system”. API Testing Types and Their Purposes Types of API Protocols While there are multiple types of API protocols, I’ll focus on a couple of the most common ones for a quick overview. ...
TestNG Annotations and Parameters
มุมมอง 27วันที่ผ่านมา
TestNG Annotations and Parameters In TestNG, annotations and parameters are used to organize, execute, and manage test methods and data: Annotations Code identifiers that define the behavior of test methods, classes, and suites. Annotations can be used to prioritize, parallelize, and parameterize tests. Some examples of annotations include: @Test(enabled = false): Temporarily disables a test me...
FindElement And FindElements In Selenium [Differences]
มุมมอง 9วันที่ผ่านมา
Difference Between findElement() and findElements() in Java Difference Between FindElement And FindElements Methods Understanding the Basics Before we dive into the differences, let's establish a fundamental understanding of these two methods: findElement() findElement() is a method provided by the WebDriver interface in Selenium. It is used to locate the first element that matches a specified ...
How to handle iFrame in Selenium
มุมมอง 47วันที่ผ่านมา
Test iFrames on Real Devices & Browsers What are iframes in Selenium? Difference between frame and iframe in Selenium How to identify a Frame on a Page? Using the SwitchTo().frame function Switching Frames in Selenium using Index Switching Frames using Name or ID Switching back to Main Page
Introduction to database testing
มุมมอง 35วันที่ผ่านมา
Introduction to database testing
Object Oriented Concepts in Java
มุมมอง 98วันที่ผ่านมา
Object Oriented Concepts in Java
Java Variables
มุมมอง 23วันที่ผ่านมา
Java Variables
Method overloading
มุมมอง 22วันที่ผ่านมา
Method overloading
Page Object Master in Selenium Framework - Part 1
มุมมอง 33วันที่ผ่านมา
Page Object Master in Selenium Framework - Part 1
Batch38 MT 9Mar
มุมมอง 422 หลายเดือนก่อน
Batch38 MT 9Mar
Common First Round Interview Questions | How to Answer
มุมมอง 593 หลายเดือนก่อน
Common First Round Interview Questions | How to Answer
Cypress Commands in Cypress with Javascript
มุมมอง 893 หลายเดือนก่อน
Cypress Commands in Cypress with Javascript
Cypress Folder Structure - Learn Cypress
มุมมอง 203 หลายเดือนก่อน
Cypress Folder Structure - Learn Cypress
Cypress Basic Difference compared to Selenium Automation Testing Tool
มุมมอง 323 หลายเดือนก่อน
Cypress Basic Difference compared to Selenium Automation Testing Tool
Testing in detail
มุมมอง 795 หลายเดือนก่อน
Testing in detail
Software Testing Life Cycle
มุมมอง 1008 หลายเดือนก่อน
Software Testing Life Cycle
Test Case Execution and defects
มุมมอง 1478 หลายเดือนก่อน
Test Case Execution and defects
How To Write TEST CASES In Manual Testing | Software Testing
มุมมอง 4778 หลายเดือนก่อน
How To Write TEST CASES In Manual Testing | Software Testing
How To Write TEST Scenario In Manual Testing | Test Scenario Create
มุมมอง 7508 หลายเดือนก่อน
How To Write TEST Scenario In Manual Testing | Test Scenario Create

ความคิดเห็น

  • @akshay2984
    @akshay2984 12 วันที่ผ่านมา

    Pls make videos in hindi language.

  • @SammySlayer
    @SammySlayer หลายเดือนก่อน

    Mam Need Videos on Automation Selenium Java 🥰

  • @Krishnaveni-qc2qr
    @Krishnaveni-qc2qr 3 หลายเดือนก่อน

    I have a doubt can you please reply me

  • @shubhamthakare9190
    @shubhamthakare9190 3 หลายเดือนก่อน

    How to connect with you

    • @goonandlearn3749
      @goonandlearn3749 3 หลายเดือนก่อน

      you can email on ishita@edutva.com

  • @mayurinidebane8353
    @mayurinidebane8353 4 หลายเดือนก่อน

    Mam how to give the priority and severity to defect in jira tool while creating defect option is not showing there

  • @ahtesham1614
    @ahtesham1614 8 หลายเดือนก่อน

    nice mam very helpful pls shere excek sheet pls

  • @kamalk4u
    @kamalk4u 8 หลายเดือนก่อน

    Hi mam I am interesting to online classes ple let me know the timings

    • @goonandlearn3749
      @goonandlearn3749 8 หลายเดือนก่อน

      Ok sure, Share your details on this email goonandlearn@gmail.com

  • @koyyalamudiyakobu6682
    @koyyalamudiyakobu6682 10 หลายเดือนก่อน

    your teaching is very gorgeous and beautifully

  • @Jaisriram2024
    @Jaisriram2024 11 หลายเดือนก่อน

    Explain in a very good way ❤

  • @_almascollection_1157
    @_almascollection_1157 ปีที่แล้ว

    give the proper playlist

  • @SusmithaMydam
    @SusmithaMydam ปีที่แล้ว

    clean explanation mam thank you ☺️ it was very helpful

  • @darshanpatil5724
    @darshanpatil5724 ปีที่แล้ว

    Can u make a video ? like how we get tickets and how we can update status in jira.

  • @darshanpatil5724
    @darshanpatil5724 ปีที่แล้ว

    Very nice

  • @becomeatradingbeast3414
    @becomeatradingbeast3414 ปีที่แล้ว

    nice explaining ma'am thank you . i hope you will teach us python selenium auto machine testing i am waiting for that vdos

  • @becomeatradingbeast3414
    @becomeatradingbeast3414 ปีที่แล้ว

    one of the Dimond vdo

  • @padmayadav4820
    @padmayadav4820 ปีที่แล้ว

    Very nice explanation

  • @kumuthusandeepa8045
    @kumuthusandeepa8045 ปีที่แล้ว

    I'm from SriLAnka .Your video is very usefull madam.Thank you very much.

    • @goonandlearn3749
      @goonandlearn3749 ปีที่แล้ว

      Thanks a lot, please subscribe to my channel for more such videos

  • @pushparajkumaraguru5435
    @pushparajkumaraguru5435 ปีที่แล้ว

    Very nicely explained thank you 😅

  • @prerana7631
    @prerana7631 ปีที่แล้ว

    Mam Which testing is done first time ?

    • @goonandlearn3749
      @goonandlearn3749 ปีที่แล้ว

      The First Testing - Unit Testing, Developer does once it is given Build (project code )to QA for testing, smoke Testing is done to check build is stable, later QA will execute all test cases (Positive & Negative)designed for new module developed(which needs to be tested)

  • @prerana7631
    @prerana7631 ปีที่แล้ว

    Thank you ❤❤

  • @punithgowda3182
    @punithgowda3182 ปีที่แล้ว

    Danyavadagalu 🎉

  • @fakeersaheb-s7y
    @fakeersaheb-s7y ปีที่แล้ว

    please explain how to write manual test cses,thanu

    • @goonandlearn3749
      @goonandlearn3749 ปีที่แล้ว

      I am taking youtube live class, it is free training on TH-cam very soon

  • @PriyaTestEngineer
    @PriyaTestEngineer ปีที่แล้ว

    Nice Session, Details and complete easy to understand

  • @meena2889
    @meena2889 ปีที่แล้ว

    Your teaching was great..... Thank u so much

    • @goonandlearn3749
      @goonandlearn3749 ปีที่แล้ว

      Thanks for feedback. Please see other videos : th-cam.com/video/w-JGYGT-OPI/w-d-xo.html

  • @sagargupta2027
    @sagargupta2027 ปีที่แล้ว

    thank you mam for lecture

    • @goonandlearn3749
      @goonandlearn3749 ปีที่แล้ว

      Thanks for your support, check other videos for such information

  • @kishoresrinivas2104
    @kishoresrinivas2104 ปีที่แล้ว

    Very nicely explained how bugs travel and close the bug

  • @chocolatebrownychill
    @chocolatebrownychill ปีที่แล้ว

    Thank you for sharing this! It’s very helpful and easy to understand the process of bug reporting in Jira.

    • @goonandlearn3749
      @goonandlearn3749 ปีที่แล้ว

      Thanks for your feedback, We are happy to help

  • @DeepakD-r5n
    @DeepakD-r5n ปีที่แล้ว

    kindly do more videos on Automation testing. Your videos were easy to understand and quick to learn.

    • @goonandlearn3749
      @goonandlearn3749 ปีที่แล้ว

      We have more videos please visit the channel and subscribe for more Share it with friends who are learning Automation Testing

    • @goonandlearn3749
      @goonandlearn3749 ปีที่แล้ว

      Thanks for sharing the feedback

  • @shivmuthe1220
    @shivmuthe1220 ปีที่แล้ว

    Each concept explained in detailed. Thank u 🙏

    • @goonandlearn3749
      @goonandlearn3749 ปีที่แล้ว

      Thanks for sharing your feedback Please subscribe to channel and view other videos

  • @tmtrinesh
    @tmtrinesh ปีที่แล้ว

    Very nicely explained .Thank you so much for your effort Priya madam

    • @goonandlearn3749
      @goonandlearn3749 ปีที่แล้ว

      Thanks for the Feedback. Please see other videos th-cam.com/video/w-JGYGT-OPI/w-d-xo.html

  • @andrewavellinoaldous875
    @andrewavellinoaldous875 ปีที่แล้ว

    Also need screenshoot when reporting bugs in jira to validate the result

  • @Future979
    @Future979 ปีที่แล้ว

    Good job

  • @ExploringWorld100
    @ExploringWorld100 ปีที่แล้ว

    Excellent teaching

  • @bhargavim5658
    @bhargavim5658 2 ปีที่แล้ว

    Nice session rajani