Automation Testing
-
How to Share Variables Between Tests in Cypress
This guide discusses the necessity of variables for Cypress and explains how to share variables between tests in Cypress with example.
Learn More -
How to install GeckoDriver for Selenium Python?
Learn how to install Geckodriver for Selenium Python, launching Firefox using GeckoDriver in Selenium Python, common exceptions, and more.
Learn More -
How to handle Captcha in Selenium
Step-by-step tutorial on how to run Selenium tests on a website with Captcha enabled. Code sample included. Test websites on real browsers & devices.
Learn More -
How to handle dropdown in Selenium Python?
Learn this step-by-step tutorial on handling dropdown in Selenium Python using select option and learn how BrowserStack can enhance your Selenium tests.
Learn More -
WordPress Testing: Tools, Challenges, and Approach
Learn in detail about wordpress testing covering the importance, different ways to test Wordpress sites, top tools, best practices and more.
Learn More -
Headless Browser Testing With Selenium Python
Learn what is headless browser testing with Selenium Python, and how to perform them, the benefits and limitations of headless browser testing and more.
Learn More -
Cross-Site Scripting (XSS) Testing to Prevent XSS attacks
Learn in detail about Cross-Site Scripting (XSS) attacks, their types, how to test your websites for XSS, and how to resolve them effectively.
Learn More -
How to perform End to End Testing in Angular
Learn E2E testing in Angular Apps using Protractor, NightwatchJS and Cypress frameworks. Read tutorial to create, run, and perform Angular end-to-end test.
Learn More -
React Native and Appium Tutorial
Learn how to test React Native Apps on Appium along with the prerequisites. Also, know why you should test React Native apps on real devices.
Learn More -
How to change Cypress baseURL in test?
Learn what the baseURL is in Cypress, how to set the base URL dynamically, and how to avoid page reloads using the baseUrl along with the best practices.
Learn More