Guide
-
What is Code Review?
By Sandra Felice, Community Contributor - September 28, 2023
Learn what is code review, its importance, types of code review, steps of code review along with advantages, limitations & best practices with this guide
Learn More -
How to test React App using Jest
By Mohit Joshi, Community Contributor - September 27, 2023
Learn how to test React App using Jest with examples using this detailed guide. Also, know the best practices for React Jest for effective testing.
Learn More -
Understanding Sibling Selectors in CSS
By Mohit Joshi, Community Contributor - September 27, 2023
Know different types of CSS Selectors: Descendant Selector, Child Selector, Adjacent Selector, & General Sibling Selector with examples & best practices
Learn More -
Relative Locators in Selenium
By Sonal Dwivedi, Community Contributor - September 27, 2023
Know different Relative Locators in Selenium 4 such as above(), below(), toLeftOf(), toRightOf(), and near with examples along with Chaining Relative Locators
Learn More -
Understanding Puppeteer Headless
By Sourojit Das, Community Contributor - September 25, 2023
Learn all about Puppeteer Headless, how to scrape a website using Puppeteer headless using Chrome, Firefox and Edge headless browsers with examples
Learn More -
Understanding Firefox Headless
By Arjun M. Shrivastava, Community Contributor - September 25, 2023
Learn everything about Firefox Headless browser, what it is, how to use it, advantages and limitations to use it effectively for testing website at speed
Learn More -
Cypress API Testing: A Comprehensive Guide
By Siddharth Murugan, Community Contributor - September 25, 2023
Learn how to perform Cypress API testing with the help of assertions, advanced techniques, best practices, and a real world example.
Learn More -
Best Automation Mobile Testing Tools and Frameworks
By Arnab Roy Chowdhury, Community Contributor - September 24, 2023
With the increase in smartphone penetration and time spent on mobile devices, ensuring a seamless mobile app experience is critical. To achieve this, teams must adopt the right testing framework.
Learn More -
What is Browser Compatibility? (With Best Practices)
By Anubha Das, Community Contributor - September 23, 2023
Understand browser compatibility basics to validate the website or app functionality as intended in different device-browser-OS combinations.
Learn More -
How to perform XCode UI testing?
By Vivek Mannotra, Community Contributor - September 23, 2023
Learn to perform code based UI component testing inside the Xcode IDE and extend the testing set up to integrate other features.
Learn More