Learn Robot Framework (Selenium) from Industry Expert|22+hr
Learn Robot Framework (Selenium) from Industry Expert|22+hr, available at $74.99, has an average rating of 4.63, with 228 lectures, 3 quizzes, based on 1384 reviews, and has 8275 subscribers.
You will learn about Able to perform End to End automation of Web Application using Robot Framework & Python Basic to Expert level knowledge of Python programming with Interview Questions Ready to write user defined keywords using Python Programming Ready to Automation Window/Desktop based, API and Angular JS application Able to Write Automation Framework from scratch Ready to face automation testing interviews of Robot Framework This course is ideal for individuals who are Manual testers looking opportunity in Python automation or Automation testers looking to integrate Robot framework with their existing framework It is particularly useful for Manual testers looking opportunity in Python automation or Automation testers looking to integrate Robot framework with their existing framework.
Enroll now: Learn Robot Framework (Selenium) from Industry Expert|22+hr
Summary
Title: Learn Robot Framework (Selenium) from Industry Expert|22+hr
Price: $74.99
Average Rating: 4.63
Number of Lectures: 228
Number of Quizzes: 3
Number of Published Lectures: 228
Number of Published Quizzes: 3
Number of Curriculum Items: 231
Number of Published Curriculum Objects: 231
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- Able to perform End to End automation of Web Application using Robot Framework & Python
- Basic to Expert level knowledge of Python programming with Interview Questions
- Ready to write user defined keywords using Python Programming
- Ready to Automation Window/Desktop based, API and Angular JS application
- Able to Write Automation Framework from scratch
- Ready to face automation testing interviews of Robot Framework
Who Should Attend
- Manual testers looking opportunity in Python automation
- Automation testers looking to integrate Robot framework with their existing framework
Target Audiences
- Manual testers looking opportunity in Python automation
- Automation testers looking to integrate Robot framework with their existing framework
Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD). It has easy-to-use tabular test data syntax and it utilizes the keyword-driven testing approach.
Its testing capabilities can be extended by test libraries implemented either with Python or Java, and users can create new higher-level keywords from existing ones using the same syntax that is used for creating test cases.
We are going to cover,
1. Basic environment setup
2. Automation test cases in different browser
3. Waits
4. Architecture
5. Resource Files
6. User defined keywords
7. Code Management
8. Integration with Jenkins
9. Data Driven Framework
10. Python Programming
Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD). It has easy-to-use tabular test data syntax and it utilizes the keyword-driven testing approach.
Its testing capabilities can be extended by test libraries implemented either with Python or Java, and users can create new higher-level keywords from existing ones using the same syntax that is used for creating test cases.
We are going to cover,
1. Basic environment setup
2. Automation test cases in different browser
3. Waits
4. Architecture
5. Resource Files
6. User defined keywords
7. Code Management
8. Integration with Jenkins
9. Data Driven Framework
Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD). It has easy-to-use tabular test data syntax and it utilizes the keyword-driven testing approach.
Its testing capabilities can be extended by test libraries implemented either with Python or Java, and users can create new higher-level keywords from existing ones using the same syntax that is used for creating test cases.
We are going to cover,
1. Basic environment setup
2. Automation test cases in different browser
3. Waits
4. Architecture
5. Resource Files
6. User defined keywords
7. Code Management
8. Integration with Jenkins
9. Data Driven Framework
Course Curriculum
Chapter 1: Robot Framework Basics | Robot Framework with Pycharm
Lecture 1: Introduction to Robot Framework
Lecture 2: Test Libraries
Lecture 3: *** Course Architecture : Must for Everyone ***
Chapter 2: Setup Instrctions on Windows Machine
Lecture 1: Installation Roadmap
Lecture 2: Intellibot Plugin URL
Lecture 3: Setup Python on Windows Machine
Lecture 4: Setup Pycharm: Editor for Python Programming
Lecture 5: Install Intellibot Plugin on Pycharm
Lecture 6: Package Installation Manager : PIP
Lecture 7: Install Robot Framework and Selenium Package
Chapter 3: Write First Code in Robot Framework
Lecture 1: Create Project Structure
Lecture 2: Start Writing Test Case
Lecture 3: Plugin for AutoComplete Suggestions
Chapter 4: Working with Element Locators
Lecture 1: What is Element Locator
Lecture 2: Understand basics of HTML
Lecture 3: Locate Element By Id
Lecture 4: Locate Element By Name
Lecture 5: Locate Element by Link
Lecture 6: Locate Element using CSS – Syntax 1
Lecture 7: Locate Element using CSS – Syntax 2
Lecture 8: Locate Element using CSS – Syntax 3
Lecture 9: Locate Element using CSS – Syntax 4
Lecture 10: Locate Element using CSS – Syntax 5
Lecture 11: Locate Element by Xpath – Syntax 1
Lecture 12: Locate Element by Xpath – Syntax 2
Lecture 13: Locate Element by Xpath – Syntax 3
Lecture 14: Locate Element by Xpath – Syntax 4
Lecture 15: Locate Element by Xpath – Syntax 5
Lecture 16: Locate Element by Xpath – Syntax 6
Lecture 17: Locate Element by Xpath – Syntax 7
Lecture 18: Locate Element by Xpath – Syntax 8
Lecture 19: Locate Element by Xpath – Syntax 9
Lecture 20: Locate Element by Xpath – Syntax 10
Lecture 21: Locate Element by Xpath – Syntax 11
Chapter 5: Work on Different Elements
Lecture 1: Work on TextBox
Lecture 2: Work on Radio Button | Checkbox | Link | Button
Lecture 3: Work on List or Dropdown
Lecture 4: Write Keywords in Test Case – With Argument | Without Argument
Chapter 6: Writing Code in Robot File
Lecture 1: Define and Display Variables
Lecture 2: Define and Use List
Lecture 3: Running a For Loop
Lecture 4: Conditionally RunKeyword
Chapter 7: Waits & Timeouts
Lecture 1: Set Selenium Speed & Sleep
Lecture 2: Set & Get Selenium Timeout
Lecture 3: Implicitly Wait
Chapter 8: Miscellaneous Keywords
Lecture 1: Take Screenshot at Runtime
Lecture 2: Close All Browsers
Lecture 3: Goto | Go Back | Get Location
Lecture 4: Execute JavaScript at Runtime
Lecture 5: Perform Mouse Operaions
Lecture 6: Perform Keyboard Operations
Lecture 7: Wait Keyword Commands
Chapter 9: Multi Window Handling
Lecture 1: Handle Multiple Browser
Lecture 2: Handle Multiple Tabs
Chapter 10: Apply Validations
Lecture 1: Page Contains & Page should not contains
Lecture 2: Page should contains element
Lecture 3: Validate Checkbox
Lecture 4: Validate Text on Element
Lecture 5: Validate Title / Element Enable / Visible
Chapter 11: Create Resource Files
Lecture 1: User defined Keyword without Argument
Lecture 2: User defined Keyword with Argument
Lecture 3: User defined Keyword with Argument & Return Value
Chapter 12: Details with Keyword and TestCases
Lecture 1: Add Documentations
Lecture 2: Add Timeouts
Lecture 3: Setup & TearDown
Lecture 4: Generate Relative Path for Files
Lecture 5: Test Suites in Robot Framework
Lecture 6: Write Before Suite & After Suite for Folder/Sub Folder (Test Suite)
Chapter 13: Tags & Control Execution using Tags
Lecture 1: Add Tags to Test Cases
Lecture 2: Default & Forced Tags
Lecture 3: Execute Test Cases by Tags
Lecture 4: Execute Test Cases by Tags – Advance Options
Lecture 5: Set Output Folder | Report Folder | Log Folder
Chapter 14: Python Basic | Important for Writing User Defined Keyword |
Lecture 1: First Python Code
Lecture 2: Take User Input
Lecture 3: How to Declare and use Variables in Python
Lecture 4: Constants and Type Casting in Python
Lecture 5: Standard datatypes
Lecture 6: Condition Handling using If – Handle Single Condition
Lecture 7: Condition Handling using If – Handle 2 Conditions
Lecture 8: Condition Handling using If – Handle Multiple Conditions
Lecture 9: Condition Handling using – Nested Conditions
Lecture 10: Condition Handling with Logical OR and Logical AND
Instructors
-
Testing World Infotech
Working Professional, Having 9 Yrs of Experience -
Testing World
Director of Testing World
Rating Distribution
- 1 stars: 28 votes
- 2 stars: 39 votes
- 3 stars: 163 votes
- 4 stars: 510 votes
- 5 stars: 644 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple