
Christina introduces HTML basics for non coding IT professionals, showing how to create and test page content with HTML, and how HTML supports accessibility and automation testing.
Learn that HTML is a markup language, not a programming language, and use it to structure pages; CSS adds style and JavaScript adds behavior, outlining HTML's role in web development.
Explore the html dom and how browsers render a page as a document object model, inspect elements with devtools, and locate tags from head and body for testing.
Master HTML basics with cheat sheets covering html, head, body, headers, paragraphs, links, images, lists, and the separation of structure from CSS.
Explore how to use W3Schools to learn HTML, practice with interactive exercises on elements, attributes, and tags from headings to paragraphs, and build proficiency for QA testing.
Learn to build in CodePen with HTML, CSS, and JavaScript basics, using headers, paragraphs, lists, and inline elements, then style via tags and classes for layout.
Discover web accessibility for qa testers, enabling people with disabilities to use the web, and master seven fundamentals—colors, fonts, zoom, navigation, screen readers, keyboard accessibility, and content structure and semantics.
Explore where to find accessibility standards and testing guidance on the web accessibility initiative, WCAG, and learn to evaluate pages using checklists for alt text, contrast, headers, and keyboard accessibility.
Focus on HTML accessibility for QA testing by inspecting anchors and buttons for text and alt attributes. Test your site's links and images to ensure accessible markup.
Explore how xpath locators connect automation frameworks with web and mobile elements via a driver, using //, tag name or *, and attribute filters to pinpoint precise elements.
Explore how to create XPath locators using devtools, start from the page structure, and locate elements by tag, attribute, id, and class for precise automation.
If you would like to become a successful QA, Business Analyst or Product Owner professional, you need to expand your skills to address demand in development. Understanding development fundamentals and learning how HTML could be beneficial for your day-to-day activity is crucial.
In this course, together, we will go over a high-level overview of web development, we will discover where to learn HTML and what online tools give us an opportunity to practice HTML and CSS live.
After we have learned HTML structure, common tags, and attributes, we will move on to Accessibility testing. Many big companies today comply with accessibility standards and require employers to perform this type of testing. If you never did it before, not a problem. In this course, I am explaining what Accessibility testing is, where to find standards and how to test a web page for accessibility.
And last but not least I will drive you into the world of web locators. We will learn what is XPATH, what are the parts of it, and how to create responsive and custom XPATH by utilizing freshly learned HTML skills. This is the most important part of any automation activity because it provides you with a solid and stable automated test case.
The course is short but very informative! I hope your learning experience will be fun!