Category Archives: Tutorial
• Automation • Selenium Java • Tutorial
FindElement And FindElements In Selenium [Differences]
Finding an element in Selenium can be both interesting and complicated at the same time. If you are not using the correct method for locating an element, it could sometimes be a nightmare.
January 18, 2022
305678 Views
21 Min Read
• Automation • Selenium JavaScript • Tutorial
Angular Testing With Jasmine And Karma Using Selenium [Tutorial]
Software testing is the best way to prevent software defects and plays an important role in the Software Development Life Cycle (SDLC). It is a critical step in software development, and can be achieved using various testing methods.
January 11, 2022
255008 Views
19 Min Read
Complete Guide To Cypress Visual Regression Testing
Sometimes referred to as automated UI testing or visual regression testing, VRT checks software from a purely visual standpoint (taking a screenshot and comparing it against another approved screenshot). Cypress is an emerging test automation framework that enables teams to ship high-quality products faster.
January 11, 2022
73194 Views
15 Min Read
• Automation • Selenium Java • Tutorial
How To Handle Captcha In Selenium
With the rapidly evolving technology due to its ever-increasing demand in today’s world, Digital Security has become a major concern for the Software Industry. There are various ways through which Digital Security can be achieved, Captcha being one of them.
January 6, 2022
259154 Views
16 Min Read
• Selenium Java • Automation • Tutorial
JUnit 5 vs. TestNG: Choosing The Right Framework For Selenium Automation Testing
A framework is a backbone for testing or development activities. It is a set of components that helps frame the tests, execute the tests, and generate the final report of execution. The approach used for designing the test automation framework plays a crucial part in the testing activity.
December 27, 2021
78339 Views
22 Min Read
• Selenium Java • Automation • Tutorial
How To Switch Between iFrames In Selenium Java [Tutorial]
Although automation testing has been around for several years, the tester faces multiple hurdles while performing Selenium automation testing. There are multiple cases that can’t be automated, and there are a few that are hard to implement and have to be handled efficiently. One such case is handling the web pages with iframes.
December 15, 2021
199319 Views
9 Min Read
Implementing SMACSS: A Scalable And Modular Architecture For CSS
When we talk about an application’s scalability, we rarely bring CSS into the picture. Scalability typically raises concerns about the system’s design, resource management, monitoring, and, of course, query time limits.
December 14, 2021
215925 Views
14 Min Read
• Automation • Cypress Testing • Tutorial
How To Fill And Submit Forms In Cypress
Web forms are one of the most common types of forms that you may have encountered when interacting with websites. An example of a simple form is a login page, where the user needs to enter the login credentials to access the relevant features of the platform. On the other hand, complex forms can contain … Continue reading How To Fill And Submit Forms In Cypress
December 3, 2021
157931 Views
18 Min Read
• Automation • Selenium Java • Tutorial
How To Minimize Browsers In Selenium WebDriver Using JUnit
Delivering software with superior UI is one of the key aspects of development, but there are times when you need to test the most complicated functionality. These tests include window resizing or minimizing or maximizing, all of which require interacting with the browser window, and if the number of tests is high, it becomes cumbersome.
November 30, 2021
101660 Views
12 Min Read
• Automation • Selenium WebDriver • Tutorial
Complete Selenium WebDriver Tutorial: Guide to Selenium Test Automation
When it comes to web automation testing, there are a number of frameworks like Selenium, Cypress, PlayWright, Puppeteer, etc., that make it to the ‘preferred list’ of frameworks.
November 23, 2021
414330 Views
32 Min Read