Types of Testing Explained with Examples

Manual vs Automation  Fig. 1 — Manual Testing relies on human judgment. Automation relies on scripts. You need both. My first week in testing, a senior QA engineer dropped a printed sheet on my desk. Twenty-something terms, zero context. “Learn these,” he said, and walked off. So I did what any beginner would do — […]

Handling Frames in Selenium WebDriver

Selenium WebDriver is most widely used tool for automating web applications.While automating real-world applications Selenium WebDriver is unable to locate elements in certain situations like : elements inside frames or iframes , elements inside shadow DOM ,dynamic elements.This article helps you understand what are frames, how to handle frames. What is Frame?Embedding one page into […]