Free online coursePostman API Testing in Hindi: From Basics to Automation, Newman and Jenkins
Duration of the online course: 14 hours and 31 minutes
New
Build job-ready API testing skills with this free Postman course in Hindi—create collections, validate JSON, automate with Newman, and publish reports via Jenkins.
In this free course, learn about
API testing fundamentals and API’s role in client-server communication
Core HTTP concepts: methods (GET/POST/PUT/PATCH), headers, params, status codes
Installing and using Postman; key terminology and interface basics
Creating and organizing Collections; running requests in sequence (workflow/runner)
Passing data in requests: query parameters, path params, body, and file upload
Using variables: global vs environment scope; dynamic variables for unique test data
Writing Pre-request Scripts and Test scripts; correct execution order
Validating JSON responses with assertions and JSON Schema validation
Data-driven testing in Postman (iterating through datasets)
Mock Servers in Postman for simulating APIs and testing without a backend
Authorization in Postman: Basic, Bearer token, API Key, OAuth 2.0
Working with cookies: viewing Set-Cookie in responses and testing cookie behavior
Running collections via Newman CLI; adding needed flags for globals; HTML reports
CI/CD integration: running Newman in Jenkins and publishing HTML reports; GitHub sync
Course Description
APIs आज हर ऐप और वेबसाइट की रीढ़ हैं, इसलिए API testing की मांग तेज़ी से बढ़ रही है। यह free online course आपको Hindi में Postman के जरिए API testing की मजबूत foundation देता है, ताकि आप real-world projects में requests भेजना, responses समझना और reliable validations लिखना confidently कर सकें। Beginner हों या manual testing से automation की तरफ बढ़ना चाहते हों, यह training आपको step-by-step practical workflow के साथ आगे ले जाती है।
आप शुरुआत करेंगे API basics, client-server communication और essential terminology से, फिर Postman setup करके collections बनाना सीखेंगे। इसके बाद आप response codes, data-driven approaches और request के साथ data pass करने के common तरीकों पर काम करेंगे। जैसे-जैसे practice बढ़ेगी, आप variables, environment और global scope को सही तरीके से इस्तेमाल करना, pre-request scripts के जरिए dynamic data generate करना और test scripts के माध्यम से response assertions लिखना सीखेंगे। JSON data पर validations और JSON schema validation आपको APIs की quality को measurable और repeatable बनाना सिखाएंगे।
कोर्स में workflow building पर भी फोकस है, ताकि multiple requests को सही sequence में चलाकर end-to-end scenarios create किए जा सकें। साथ ही mock server concepts, query parameters, cookies handling और different authorization methods जैसे Basic auth, Bearer token, API key और OAuth 2.0 के साथ testing practices कवर होती हैं—जो modern APIs में अक्सर जरूरी होते हैं। आप file upload जैसी common requirements के लिए Postman को कैसे उपयोग करना है, यह भी सीखेंगे, जिससे आपका hands-on exposure और मजबूत होगा।
आगे चलकर आप Postman collections को Newman के साथ command line से automate करना सीखेंगे, HTML reports generate करेंगे और Jenkins integration के जरिए CI pipeline में automated API tests चलाने और reports publish करने की capability विकसित करेंगे। GitHub के साथ workflow का touch आपको collaboration mindset देगा, और CRUD operations, PUT vs PATCH differences, और tests को selectively skip करने जैसे topics आपकी day-to-day testing maturity बढ़ाएंगे। अंत में, आपके पास ऐसा skillset होगा जो QA, SDET और automation-focused roles के लिए practical value create करता है, खासकर जब आप Hindi में सीखकर जल्दी execute कर पाते हैं।
Course content
Video class: Postman - API Testing Tool in Hindi Session#01- Basics of API testing31m
Exercise: क्लाइंट-सर्वर संचार में API की मुख्य भूमिका क्या बताई गई है?
Video class: Postman - API Testing Tool in Hindi Session#02- Basic Terminology And Postman Tool Installation48m
Exercise: API Testing में GET request का मुख्य उपयोग क्या होता है?
Video class: Postman - API Testing Tool in Hindi Session#03- Create Collection45m
Video class: Postman - API Testing Tool in Hindi Session#04- Response code And Data Driven Testing29m
Exercise: Postman + Newman + Jenkins का सबसे सही उपयोग क्या है?
Video class: Postman - API Testing Tool in Hindi Session#05 - Variables, Environment Variables, Global Variables24m
Exercise: Postman में Environment Variable और Global Variable के scope में सही अंतर क्या है?
Video class: Postman - API Testing Tool in Hindi Session#06 - Passing Data With Your Request30m
Exercise: GET request में URL के अंदर data pass करने के लिए आमतौर पर कौन सा तरीका use किया जाता है?
Video class: Postman - API Testing Tool in Hindi Session#07 - Pre-request Script53m
Exercise: Postman में Pre-request Script और Test Script के execution का सही क्रम क्या है?
Video class: Postman - API Testing Tool in Hindi Session#08 - Dynamic Variables56m
Exercise: Postman में Dynamic Variables का मुख्य उपयोग क्या है?
Video class: Postman - API Testing Tool in Hindi Session#09 - How To Build Workflow44m
Exercise: Postman में Collection के अंदर multiple requests के execution order को क्या कहते हैं?
Video class: Postman - API Testing Tool in Hindi Session#10 - Advance Test Cases51m
Exercise: Postman में रिस्पांस आने के बाद JSON डेटा पर validation (assertion) लिखने के लिए कौन-सा टैब इस्तेमाल किया जाता है?
Video class: Postman - API Testing Tool in Hindi Session#11 - Mock Server | Dynamic Variable | Query Parameter35m
Exercise: Postman में Mock Server का मुख्य उपयोग क्या है?
Video class: Postman - API Testing Tool in Hindi Session#12 - Authorization | Basic Authorization | Bearer Token24m
Video class: Postman - API Testing Tool in Hindi Session#13 - Authorization | API Key | OAuth 2.026m
Video class: Postman - API Testing Tool in Hindi Session#14-Cookies | Manage Cookies | Execute Tests On Cookies25m
Exercise: Postman में जब server cookies भेजता है, तो response में cookie information आमतौर पर कहाँ दिखाई देती है?
Video class: Postman - API Testing Tool in Hindi Session#15 - API Testing Using Newman Tool52m
Video class: Postman - API Testing Tool in Hindi Session#16 - Newman HTML Reporter16m
Exercise: Newman से collection run करते समय अगर request में Global Variable use हो रहा हो, तो सही कमांड में क्या add करना जरूरी है?
Video class: Postman - API Testing Tool in Hindi Session#17 - Postman Integration With Jenkins46m
Exercise: Jenkins में Newman के जरिए Postman collection run करने के लिए Job के Build section में कौन-सा option select किया जाता है?
Video class: Postman - API Testing Tool in Hindi Session#18 - Generate And Publish Newman Reports On Jenkins41m
Exercise: Jenkins में Newman की HTML रिपोर्ट पब्लिश करने के लिए कौन-सा प्लगइन चाहिए होता है?
Video class: Postman - API Testing Tool in Hindi Session#19 -Postman - GitHub46m
Video class: Postman - API Testing Tool in Hindi Session#20 -Postman - How To Upload File13m
Video class: Postman - API Testing Tool in Hindi Session#21 -How To Create Your Own API25m
Exercise: CRUD ऑपरेशन्स में डेटा Create करने के लिए Postman में कौन-सा HTTP request method इस्तेमाल होता है?
Video class: Postman - API Testing Tool in Hindi Session#22 -How To Skip Tests In Postman Tool15m
Exercise: Postman में किसी टेस्ट केस को execute होने से रोकने (skip) के लिए किस method का उपयोग किया जाता है?
Video class: Postman - API Testing Tool in Hindi Session # 23 -Put Vs Patch HTTP Request23m
Exercise: API Testing में PUT और PATCH request का मुख्य अंतर क्या है?
Video class: Postman - API Testing Tool in Hindi Session # 24 - JSON Schema Validation59m