Category Archives: Automation
• Automation • Selenium Python • Tutorial
How to Use Python URL Decode() Method In Selenium
URLs play a crucial role in ensuring the functionality and reliability of online platforms, yet the importance of managing URLs is often overlooked.
May 10, 2024
129149 Views
23 Min Read
• Automation • Selenium Java • Tutorial
How to Use ThreadLocal in Java With Selenium WebDriver
ThreadLocal in Java is a powerful tool for managing thread-specific data, and its application in Selenium testing can significantly enhance test stability and efficiency.
May 7, 2024
88577 Views
19 Min Read
A Beginner’s Guide To Unix Shell Scripting
Imagine spending hours on repetitive tasks on your operating system, like copying files, backing up data, compiling the same code, or testing any software. What if you could automate these processes with a few lines of command?
May 2, 2024
88519 Views
8 Min Read
Use Case vs Test Case: Key Differences
The terms Use Case and Test Case are two of the most critical concepts in any Software Development Life Cycle (SDLC) and play an important role in ensuring the functionality and reliability of software products. However, these terms are often misunderstood.
April 29, 2024
85170 Views
26 Min Read
Top 20 Desktop Automation Tools For 2024
Desktop applications require installation, configuration, and execution on a desktop operating system, such as Windows, macOS, or Linux.
April 29, 2024
76456 Views
27 Min Read
• Automation • Selenium Python • Tutorial
How to Use pytest Skip Test And XFail in Selenium
While performing automated testing with pytest, you may need to skip test execution due to the ongoing refactoring of functionalities, which may lead to instability or alignment with current project requirements.
April 29, 2024
89825 Views
20 Min Read
• Selenium Java • Automation • Tutorial
How to Use Thread.sleep() in Selenium
When performing Selenium automation testing, you might encounter a NoSuchElementException() when the element you’re trying to interact with isn’t found.
April 25, 2024
207126 Views
20 Min Read
35 Best Test Automation Frameworks for 2024
Bеforе softwarе application is madе availablе to the general public; it must undеrgo comprеhеnsivе tеsting. This tеsting phasе plays a pivotal role in thе dеvеlopmеnt cyclе, еnsuring thе dеlivеry of high-quality software products—almost all organizations prioritizе tеsting, with a growing trend towards favoring automation tеsting ovеr manual mеthods.
April 23, 2024
282275 Views
39 Min Read
• Automation • Selenium Java • Tutorial
How to Handle Shadow Root in Selenium Java
When automating tests using Selenium, there may be a scenario where you can’t find an element on a web page even though it seems to be in the Document Object Model (DOM).
April 22, 2024
139863 Views
19 Min Read
• Automation • Cross Browser Testing • Selenium Tutorial
Selenium Grid Tutorial and Its Advantages
Automated testing plays a pivotal role in modern-day release cycles, as it speeds up the entire process of cross browser compatibility.
April 16, 2024
389977 Views
37 Min Read