In this Video, We are going to cover How Selenium Webdriver Works and its Architecture and what are all its behind the scene?
This is will enable you to give a better answer to for this question asked inQA Interview.
When the automation script is executed, the following steps happen:
- – For each Selenium command, an HTTP request is created and sent to the browser driver.
- – The browser driver uses an HTTP server for getting the HTTP requests.
- – The HTTP server determines the steps needed for implementing the Selenium command.
- – The implementation steps are executed on the browser – the execution status is sent back to the HTTP server.
- – The HTTP server sends the status back to the automation script.
Contents
- Selenium Webdriver Architecture Diagram
- Selenium Webdriver Working explained.
- Recommend Books : –
- What is Mobile Testing? | Types of Mobile Testing | Mobile Testing Tutorial 1
- 5 Real Time Live Projects Web Automation Projects for Manual Testers
- How To Learn Python For Automation Testing From Scratch – Complete Roadmap
- How to Become Python Automation Tester (Selenium, API Testing, CI/CI) in 3 Months)
- How to Job Search During Recession? | Job Search Strategies and Techniques
- 5 Real Time Live Projects Web Automation Projects for Software Testers
Selenium Webdriver Architecture Diagram
Watch Full tutorial on
Selenium Webdriver Working explained.
Recommend Books : –
Foundations of Software Testing ISTQB Certification – https://amzn.to/2AZf21m
- – Mastering Selenium WebDriver – https://amzn.to/2BXtLeY
- – Selenium Framework Design in Data-Driven Testing –https://amzn.to/2B2MWCu
- – Selenium Design Patterns and Best Practices – https://amzn.to/2BZkYZW
- – Learning Selenium Testing Tools – https://amzn.to/2B1DteU
Join Facebook Group: Software Testing & Automation Discussion https://www.facebook.com/groups/18560…
Blog: https://scrolltest.com
Follow at Quora: https://www.quora.com/profile/Promode-1
Thanks for sharing such a knowledgeable blog on Selenium Testing