
Define and document a comprehensive test plan to guide software testing, outlining scope, resources, risks, responsibilities, criteria, and deliverables for stakeholders.
Learn to create and document a test case, including positive and negative scenarios, preconditions, steps, and cross-browser execution for a Google search functionality.
Master functional and regression testing by validating functions against requirements via black box testing of UI, API, database, and security, using manual or automated test cases.
Explore api testing basics and why it matters. Learn to send api calls, validate outputs, and assess functionality, reliability, performance, and security with robot framework.
Rest Client Program Download Link: https://www.postman.com/
Discover how a test automation framework enables reusable code, libraries, and interfaces, with an abstraction layer, a test profile, suites, and integrated reporting.
Explore Robot Framework features, including keyword-driven testing, built-in and external libraries, and installing libraries such as Selenium for web testing and Appium for mobile automation, used via test files.
Download the latest chromedriver to enable Robot Framework to control your browser, with Firefox support. Place the driver in the correct folder and set the path.
learn how to modify the macOS path to include your chrome driver folder, so automation runs from anywhere, using a terminal editor to save changes and restart the shell.
Verify installation on Windows by using the terminal to open the first automation Udemy folder, run the class 01 robot, and confirm the robot framework operates correctly.
Learn how to identify web interface elements using browser inspector tools, including id, name, css selector, and xpath, to create robust test steps for Robot Framework.
Run your Robot Framework suite from the terminal by navigating to your project folder, executing the robot command, and reviewing logs to debug element visibility and localization issues.
Expand your automation perspective with practical samples, explore programming concepts like loops and conditional logic, and demonstrate using libraries in Robot Framework to apply what you learned.
Learn how to review test execution reports and log files in Robot Framework, verify failures, view screenshots, and locate the output and report files in the run directory.
In this course, we will go through all the concepts related to the quality assurance in the software industry. We will navigate all the foundations for a test plan, testing coverage and how to create test cases and bug reports. We will also learn how to jump into automation in the easiest and less complicated way, working with Robot Framework and Selenium Library