#1 Introduction to jQuery and Selectors

Oct 02,2020

QA Box Let's Test

2020-07-17T07:34:12.330566Z

jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.
$(‘CSS-Selector’)  Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.

Master XPath for UI Automation Testing: https://www.youtube.com/playlist?list=PLMZdod-kiMhJnRl689MsoOzgbBpUGvSzz

JAVASCRIPT
https://www.youtube.com/playlist?list=PLMZdod-kiMhK7q5R6W-owyNhxHUJ3pf1Y

FRAMEWORK, ASSERTION, REPORT
https://www.youtube.com/playlist?list=PLMZdod-kiMhLl5y1G14nzXk-PUEs4mmyx

ELEMENT LOCATOR
jQuery -
https://www.youtube.com/playlist?list=PLMZdod-kiMhL-b0OqCEt4Ld6faDtOVeGZ
CSS SELECTOR
https://youtu.be/7iZwZ1xhnVw
XPath
https://www.youtube.com/playlist?list=PLMZdod-kiMhJnRl689MsoOzgbBpUGvSzz

Nodejs Basics https://www.youtube.com/playlist?list=PLMZdod-kiMhKBxYSWwp7uqHc7zJZbFnRf

WEB & API CONCEPTS

Important API Testing Concepts - API TESTING 101
https://www.youtube.com/playlist?list=PLMZdod-kiMhKBIhtVbIzGSzne0z4BtKCT

Cypress Tutorial - : https://www.youtube.com/playlist?list=PLMZdod-kiMhKiRztQX_rng7EfcI5OteMR

Learn API Testing using Postman: https://www.youtube.com/playlist?list=PLMZdod-kiMhIQW5u6umysHexnQjUpYAXf

cypress selectorsjquery selectorsjquery for testersjquery for qa