Guide
-
How to report bugs in Appium UI Testing?
By Sanghita Ganguly, Community Contributor - February 6, 2023
Learn how to generate and leverage extent reporting in Appium while testing that will help you use an Appium bug report effectively.
Learn More -
What is Usability Testing? (Methods & Tools)
By Abishek Balakumar, Community Contributor - February 6, 2023
Learn the fundamentals of usability testing, its types, uses, processes, and testing tools that make your software development process simpler.
Learn More -
How to handle Cookies in Selenium WebDriver
By Neha Vaidya, Community Contributor - February 6, 2023
Learn Cookies Handling in Selenium WebDriver with code examples and how to clear the browser cache in Selenium with two easy methods.
Learn More -
Puppeteer vs Selenium: Core Differences
By Neha Vaidya, Community Contributor - February 5, 2023
A detailed comparison between two popular automation frameworks - Puppeteer and Selenium. Which one best fits your needs?
Learn More -
How to Create Object Repository in Selenium
By Jash Unadkat, Technical Content Writer at BrowserStack - February 5, 2023
This guidepost explains the fundamentals of Object repository in Selenium. It also explains how creating a repository using properties file in Selenium can help QAs to optimize their test suites.
Learn More -
How to handle iFrame in Selenium
By Jash Unadkat, Technical Content Writer at BrowserStack - February 5, 2023
Learn how to handle iframe in Selenium with the SwitchTo() method to switch between frames along with code samples.
Learn More -
How to Close a Browser in Selenium
By Neha Vaidya, Community Contributor - February 5, 2023
Step-by-step tutorial on how to close a browser during automated Selenium tests. Run Selenium tests on real devices.
Learn More -
How to set Proxy in Selenium?
By Neha Vaidya, Community Contributor - February 5, 2023
Learn to set up an authenticated or non-authenticated proxy in Selenium with a step-by-step tutorial and code samples included.
Learn More -
How to Scroll Down or Up using Selenium Webdriver
By Jash Unadkat, Community Contributor - February 4, 2023
This guidepost will help you understand how vertical and horizontal scroll operations are implemented using JavaScript executor within the Selenium script.
Learn More -
How to handle multiple windows in Selenium?
By Neha Vaidya, Community Contributor - February 4, 2023
Every website must be tested by putting it through multiple real-world user scenarios. One such scenario is the handling of multiple windows. Learn how to automate this action with Selenium WebDriver.
Learn More