Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Rest API Testing (Automation) from Scratch -RestAssured Java, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:12:09
    Course FAQ's/Syllabus (** Must Watch****)
  • Урок 2. 00:08:35
    How to reach Trainer for Doubts in the course?(**Must Watch**)
  • Урок 3. 00:11:06
    Introduction to REST API
  • Урок 4. 00:08:18
    Understanding how REST API architecture works
  • Урок 5. 00:12:38
    What is BaseURL, Resources in REST API?
  • Урок 6. 00:10:15
    Understanding GET,POST,PUT,DELETE requests
  • Урок 7. 00:06:50
    What are headers and cookies in rest request?
  • Урок 8. 00:11:01
    Understanding google place Search API for scripting
  • Урок 9. 00:16:00
    Introduction to POSTMAN -Manual testing client for REST API
  • Урок 10. 00:12:53
    Adding new place in Google Maps with google API
  • Урок 11. 00:11:56
    Validating responses with POSTMAN client
  • Урок 12. 00:09:11
    Introduction on Test API's
  • Урок 13. 00:08:44
    Setting up Test Project with RestAssured API's
  • Урок 14. 00:15:07
    Understanding given tag for passing requests
  • Урок 15. 00:17:01
    Validating the body of first Json response
  • Урок 16. 00:14:48
    Examples on validating response headers and statuscodes
  • Урок 17. 00:18:07
    Understanding query parameters on sending request
  • Урок 18. 00:06:58
    Automating POST request with payload
  • Урок 19. 00:11:46
    Grabbing the response body into String for Advance validations
  • Урок 20. 00:08:39
    Passing the response values into subsequent requests
  • Урок 21. 00:12:40
    Optimizing the scripts by centralizing the data
  • Урок 22. 00:08:58
    Datadriven testing best practises
  • Урок 23. 00:15:36
    Validating Advanced xml responses
  • Урок 24. 00:13:58
    Shortcut methods to convert Rawdata to xml/Json
  • Урок 25. 00:13:54
    Parsing Json response to extract values
  • Урок 26. 00:12:15
    Logging feature to debug automation scripts
  • Урок 27. 00:07:45
    Why Dynamic Json payloads are important to understand
  • Урок 28. 00:05:56
    Introduction to Library API
  • Урок 29. 00:10:50
    Rest Assured Test for Library API Add Book http method
  • Урок 30. 00:17:09
    Sending parameters to payload from Test
  • Урок 31. 00:11:01
    Understanding TestNg Data provider for parameterization
  • Урок 32. 00:07:15
    Example on Parameterization of API Tests with multiple data sets
  • Урок 33. 00:12:52
    How to handle with static json payloads
  • Урок 34. 00:11:04
    How Jira API Works?
  • Урок 35. 00:16:26
    Cookie Authentication API for Jira requests
  • Урок 36. 00:14:10
    Jira GET,POST API Scripting for creating bugs
  • Урок 37. 00:16:02
    End to end Solved examples on automating Jira API
  • Урок 38. 00:14:35
    Adding comment API using POST and PUT
  • Урок 39. 00:07:02
    Jira API scripting examples with response validations
  • Урок 40. 00:12:25
    Introduction to OAuth 2.0 and different Grant types
  • Урок 41. 00:20:03
    Understand Grant Type Authorization flow with real time example
  • Урок 42. 00:25:13
    Flow procedure in achieving OAuth 2.0 Authentication mechanism
  • Урок 43. 00:10:23
    Details on Practise OAuth 2.0 project to retrieve Courses list
  • Урок 44. 00:12:13
    Shortcut to generate Access token through Postman OAuth 2.0 Authentication
  • Урок 45. 00:15:19
    Building up Rest Assured Automation Test for the OAuth Project
  • Урок 46. 00:12:24
    Integration Web UI Automation to generate Authorization code
  • Урок 47. 00:08:27
    Formatting URL String to retrieve code using java methods
  • Урок 48. 00:12:37
    How to deal with Client Credentials Grant type for OAuth flow
  • Урок 49. 00:15:13
    What is Serialization and Deserialization in Rest Assured
  • Урок 50. 00:12:01
    Libraries needed to support Serialization in Rest Assured
  • Урок 51. 00:18:42
    Strategies in Parsing Complex nested Json using POJO classes
  • Урок 52. 00:17:22
    Creating POJO classes for the real time Nested Array Json
  • Урок 53. 00:13:25
    Solving Complex Queries from Json with simple POJO methods -Part 1
  • Урок 54. 00:12:32
    End to end Automation examples using POJO Deserialization
  • Урок 55. 00:15:44
    Solving Complex Queries from Json with simple POJO methods-Part 2
  • Урок 56. 00:09:47
    Learning Plan
  • Урок 57. 00:02:43
    Important Note
  • Урок 58. 00:10:59
    Importance of Maven in Framework development
  • Урок 59. 00:11:05
    Installing and configuring Maven
  • Урок 60. 00:15:54
    Understanding Terminologies of Maven
  • Урок 61. 00:11:05
    Creating Maven Project and importing into eclipse
  • Урок 62. 00:13:11
    Understanding POM.xml file and its dependencies
  • Урок 63. 00:13:09
    Importance of surefirePlugin in executing Tests
  • Урок 64. 00:12:29
    Integration of Testng with Maven
  • Урок 65. 00:10:42
    Switching the Tests with Maven profiling
  • Урок 66. 00:10:43
    Importance of Jenkins in Test frameworks
  • Урок 67. 00:10:46
    Install and configure Jenkins
  • Урок 68. 00:12:19
    Configuring Jenkin Settings and Workspace
  • Урок 69. 00:17:13
    Testng Reporting Plugin into Jenkin jobs
  • Урок 70. 00:09:02
    What is log4j? its usage in Rest API framework
  • Урок 71. 00:14:30
    Importing log4j into Eclipse project
  • Урок 72. 00:10:53
    Importance of log4j xml file
  • Урок 73. 00:14:52
    Understanding the xml file to control logging in Testcase
  • Урок 74. 00:16:30
    Testcase logging with log4j example-1
  • Урок 75. 00:06:37
    Testcase logging with log4j example continued...
  • Урок 76. 00:13:49
    Converting Project to TESTNG framework
  • Урок 77. 00:10:35
    Creating Maven REST API test Project
  • Урок 78. 00:12:04
    End to end testing API's on Maven Project
  • Урок 79. 00:12:14
    Generating reports and creating BAT file
  • Урок 80. 00:13:51
    Integrating Log4j into Rest API Tests
  • Урок 81. 00:13:54
    Configuring and generating log file for the tests
  • Урок 82. 00:16:47
    Importance of Global environment variables in Framework
  • Урок 83. 00:15:15
    Creating Modules to drive the data into Tests
  • Урок 84. 00:11:12
    Organizing files and folders as per test structure
  • Урок 85. 00:15:06
    Extent Reports in generating Test execution results
  • Урок 86. 00:11:14
    Integrating Rest API tests into JENKINS CI tool
  • Урок 87. 00:10:10
    what is Apace POI API & Download Instructions
  • Урок 88. 00:15:19
    Strategy to Access Excel Data
  • Урок 89. 00:15:17
    Getting rows and its cells from Sheet
  • Урок 90. 00:08:49
    Retrieving Data from Excel based on condition
  • Урок 91. 00:11:46
    Practise Exercise- Excel Driven testing -1
  • Урок 92. 00:11:00
    Practise Exercise- Excel Driven testing -2
  • Урок 93. 00:10:01
    Practise Exercise- Excel Driven testing -3
  • Урок 94. 00:07:49
    Introducion to Library API
  • Урок 95. 00:10:57
    Library APi Postman and Rest Assured examples
  • Урок 96. 00:14:12
    Conversion of HashMap into Json
  • Урок 97. 00:15:23
    Excel Integration with Rest Assured Test
  • Урок 98. 00:03:47
    Introducion to TestNg Framework
  • Урок 99. 00:04:27
    Environment setup in eclipse
  • Урок 100. 00:11:35
    TestNG Annotations basics
  • Урок 101. 00:13:10
    Annotations discussion continued..
  • Урок 102. 00:25:13
    TestNg Annotations conclusion
  • Урок 103. 00:07:47
    Prioritizing the testcases with TESTNG
  • Урок 104. 00:06:27
    Enabling and disabling the scripts with testng controls
  • Урок 105. 00:08:16
    Importance of TESTNG xml file
  • Урок 106. 00:08:35
    Java first program basics
  • Урок 107. 00:08:33
    Java program principles
  • Урок 108. 00:17:54
    Classes,objects in Java
  • Урок 109. 00:15:55
    Strings in Java
  • Урок 110. 00:09:23
    String Practise exercises
  • Урок 111. 00:11:23
    What is Interface?
  • Урок 112. 00:10:11
    How Java classes can take advantage of Interface?
  • Урок 113. 00:10:59
    Usage of Inheritance in Java
  • Урок 114. 00:11:46
    Understanding google place Search API for scripting
  • Урок 115. 00:07:05
    Practical examples on types of inheritances
  • Урок 116. 00:08:57
    Introduction to Arrays
  • Урок 117. 00:12:38
    Single dimensional and Multidimensional arrays usage