Companies Home Search Profile

REST Assured API Testing (Automation) - REST Assured Java

Focused View

EDUCBA Bridging the Gap

10:42:39

17 View
  • 1. Introduction to Course.mp4
    06:29
  • 2. What is REST Assured Java.mp4
    09:38
  • 3. Installation of REST Assured Java.mp4
    06:02
  • 4. Writing a Simple Test Case using REST Assured Java.mp4
    07:01
  • 5. Writing a Simple Test Case using REST Assured Java Continue.mp4
    08:35
  • 6. Reading JSON Data.mp4
    08:00
  • 7. Reading JSON Data Continue.mp4
    04:57
  • 8. Validating Response Status.mp4
    07:44
  • 9. Validating Response Headers.mp4
    10:08
  • 10. Passing Query in REST Assured Java.mp4
    10:23
  • 11. Passing Query in REST Assured Java Continue.mp4
    06:26
  • 1. Introduction to Course.mp4
    05:01
  • 2. GET Request Example.mp4
    08:03
  • 3. POST Request Example.mp4
    12:07
  • 4. PUT Request Example.mp4
    10:45
  • 5. DELETE Request Example.mp4
    08:21
  • 6. PATCH Request Example.mp4
    09:47
  • 7. Serialization and Deserialization Basics.mp4
    13:19
  • 8. DE serialize JSON Data.mp4
    12:18
  • 9. Authorization in REST Assured Java.mp4
    10:35
  • 1. Introduction to Course.mp4
    05:47
  • 2. POM File.mp4
    09:26
  • 3. Project Information.mp4
    07:38
  • 4. End to End Testing Part 1.mp4
    09:35
  • 5. End to End Testing Part 2.mp4
    07:17
  • 6. End to End Testing Part 3.mp4
    10:33
  • 7. End to End Testing Part 4.mp4
    09:23
  • 8. End to End Testing Part 5.mp4
    09:12
  • 9. End to End Testing Part 6.mp4
    11:40
  • 10. Introduction to Cucumber.mp4
    06:00
  • 11. API Testing using Cucumber Framework.mp4
    11:22
  • 12. API Testing using Cucumber Framework Continue.mp4
    10:06
  • 13. Convert JSON request to POJO Part 1.mp4
    11:38
  • 14. Convert JSON request to POJO Part 2.mp4
    09:52
  • 15. Convert JSON request to POJO Part 3.mp4
    09:51
  • 1. Introduction to Project.mp4
    05:06
  • 2. Creating JSON Data.mp4
    03:54
  • 3. Adding Dependencies.mp4
    06:14
  • 4. Employee Details Part 1.mp4
    06:00
  • 5. Employee Details Part 2.mp4
    08:28
  • 6. Employee Details Part 3.mp4
    07:29
  • 7. Add Employee Details.mp4
    09:51
  • 8. Update Employee Details.mp4
    05:38
  • 9. Delete Employee Details.mp4
    04:18
  • 10. Output of the Project.mp4
    03:00
  • 1. Introduction to Project.mp4
    05:16
  • 2. Maven Project.mp4
    04:28
  • 3. Base Entity.mp4
    07:27
  • 4. Named Entity Class.mp4
    08:40
  • 5. Visit Modal Class.mp4
    04:39
  • 6. Creating Repositories.mp4
    06:55
  • 7. Creating Repositories Continue.mp4
    07:44
  • 8. Creating Owner.mp4
    09:11
  • 9. Pet Type JPA.mp4
    09:43
  • 10. Creating Visit.mp4
    08:35
  • 11. Specialty JPA.mp4
    09:13
  • 12. Rest Exception Classes Part 1.mp4
    07:03
  • 13. Rest Exception Classes Part 2.mp4
    06:26
  • 14. Rest Exception Classes Part 3.mp4
    07:02
  • 15. Rest Exception Classes Part 4.mp4
    08:03
  • 16. Serializer.mp4
    07:56
  • 17. Serializer Continue.mp4
    07:37
  • 18. Deserialize Class.mp4
    12:12
  • 19. Creating REST Controller Part 1.mp4
    09:21
  • 20. Creating REST Controller Part 2.mp4
    10:03
  • 21. Creating REST Controller Part 3.mp4
    06:05
  • 22. Creating Services.mp4
    07:56
  • 23. Creating Services Continue.mp4
    14:26
  • 24. Output of the Project.mp4
    02:53
  • 1. Introduction to Project.mp4
    03:18
  • 2. Creating a Project and Adding Dependencies.mp4
    09:42
  • 3. Creating Department Class.mp4
    05:57
  • 4. Creating Employee Class.mp4
    05:36
  • 5. Department Repositories.mp4
    02:34
  • 6. Department Service.mp4
    09:43
  • 7. Employee Service.mp4
    09:43
  • 8. Department Controller.mp4
    08:48
  • 9. Department Controller Continue.mp4
    04:27
  • 10. Employee Controller.mp4
    09:37
  • 11. Main File.mp4
    02:48
  • 12. Properties File.mp4
    06:35
  • Description


    Rest Assured API Automation framework. Mastering REST Assured framework from scratch to expert using Java

    What You'll Learn?


    • Become an Expert in REST API automation using REST Assured
    • You will get complete knowledge on REST API Automation testing using Rest Assured Java
    • Become confident and lead the API Automation effort in your project from scratch
    • You will be able to design structured API automation framework with REST Assured

    Who is this for?


  • This is a beginner friendly course hence anyone who is interested in learning API can join this course.
  • Automation QAs who wants to learn enterprise level Api automation with RestAssured
  • What You Need to Know?


  • Basic understanding of Java will definitely help
  • No programming experience required
  • More details


    Description

    Did you know REST is an abbreviation that stands for REpresentational State Transfer! This type of architectural style was developed to source out a solution for a hypermedia system, an extension of hypertext providing multimedia facilities. Let us get some more resemblance of what REST APIs look like. Suppose you search for “EduCBA” on Google, and you would be replied with a list of search results matching the term EduCBA. The REST API works in the same fashion of getting a result back upon searching. API is nothing but an interface that allows programs to talk to each other through a common platform. API is very similar to a translator for people from 2 different countries unaware of each other’s language. REST is a set of rules followed by developers when API is created and in that one such rule mentions that the user should be able to get the piece of data when “requested”. The request is the URL that is linked and the reply you get back is the response. There is another thing which is kind of confusing for learners and that people intend to think that HTTP and REST are the same. But, mind you! They are not the same. Simply put, REST is a way HTTP is used.

    We have tried to carefully craft our courses in a way that would enable you to get resources from top-notch faculties right at your fingertips. We would handhold our learners who are just starting in the area of API through imbibing confidence as a major skill in them to start apprehending REST API in such a way that they can use them in day-to-day work in professional life. As a part of this REST API Training, we would make you go through the elements required to be the best API developer who can swim through rough tides easily. As a part of the course, we make sure that you would have exposure to immense detailed programming techniques that would hone your skills to have in-depth programming skills and knowledge. The way the course is designed, the way of efficient communication would be clearer as you start unveiling new methodologies in API development. With the different methodologies used during our course, you would sharpen your skill of deep understanding of the stack. And lastly, with the effective way of code, like readiness and reusability of code written, you would gain a major skill set during the course.

    Who this course is for:

    • This is a beginner friendly course hence anyone who is interested in learning API can join this course.
    • Automation QAs who wants to learn enterprise level Api automation with RestAssured

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    EDUCBA Bridging the Gap
    EDUCBA Bridging the Gap
    Instructor's Courses
    EDUCBA is a leading global provider of skill based education addressing the needs of 1,000,000+ members across 70+ Countries. Our unique step-by-step, online learning model along with amazing 5000+ courses and 500+ Learning Paths prepared by top-notch professionals from the Industry help participants achieve their goals successfully. All our training programs are Job oriented skill based programs demanded by the Industry. At EDUCBA, it is a matter of pride for us to make job oriented hands-on courses available to anyone, any time and anywhere. Therefore we ensure that you can enroll 24 hours a day, seven days a week, 365 days a year. Learn at a time and place, and pace that is of your choice. Plan your study to suit your convenience and schedule.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 81
    • duration 10:42:39
    • Release Date 2024/01/13