Category Archives: Tutorial
• Selenium Python • Automation • Tutorial
Selenium with Python Tutorial: How to Get Current URL with Python
If you use Selenium WebDriver, you probably know that there are many methods to perform specific actions or interact with elements on a web page. The Selenium Python module gives you the methods you need to be able to automate many tasks when working with a web browser online.
June 29, 2022
160175 Views
14 Min Read
How To Perform Cypress Accessibility Testing
Accessibility means designing products, devices, services, vehicles, or environments so that they’re accessible to specially-abled people.
June 27, 2022
59390 Views
12 Min Read
• Playwright Testing • Tutorial
Playwright Tutorial: Getting Started With Playwright Framework
Playwright is a framework that I’ve always heard great things about but never had a chance to pick up until earlier this year. And since then, it’s become one of my favorite test automation frameworks to use when building a new automation project.
June 21, 2022
54247 Views
21 Min Read
• Selenium Java • Automation • Tutorial
How To Select Multiple Checkboxes In Selenium WebDriver Using Java?
Have you ever wondered how frustrating it would be if you had to log in each time you wanted to view your Facebook profile? Or in a multiple-choice question where you’d like to mark many options but can’t?
June 20, 2022
173826 Views
15 Min Read
• Selenium C# • Automation • Tutorial
How To Start Running Automated Tests With Selenium C#
The Selenium framework itself is a set of different tools, but the most popular and the most useful to new and experienced testers alike is WebDriver. Selenium WebDriver is a free and open-source tool that allows you to interact with a website for web automation testing.
June 17, 2022
181504 Views
12 Min Read
• Mobile App Testing • Tutorial
Appium Testing Tutorial For Mobile Applications
The count of mobile users is on a steep rise. According to the research, by 2025, it is expected to reach 7.49 billion users worldwide. 70% of all US digital media time comes from mobile apps, and to your surprise, the average smartphone owner uses ten apps per day and 30 apps each month.
June 9, 2022
52913 Views
14 Min Read
• Selenium Ruby • Automation • Tutorial
Getting Started With Automation Testing Using Selenium Ruby
Ruby is a programming language which is well suitable for web automation. Ruby makes an excellent choice because of its clean syntax, focus on built-in library integrations, and an active community.
June 8, 2022
206100 Views
19 Min Read
• Tutorial
How To Perform Modern Web Testing With TestCafe Using JavaScript And Selenium
Whether it is an application or web app, every software requires testing after development to ensure it does what we expect it to do. Software testing involves using manual or automated tools. Test automation tools are the best to use over manual tools because they increase software testing effectiveness, efficiency, and coverage.
May 14, 2022
260516 Views
5 Min Read
Cypress Testing Framework Tutorial: Complete Guide to Test Automation with Cypress
If you are from the automation testing field, you will know that Selenium is one of the leading test automation frameworks in the market. However, as per my experience in test automation, other modern automation frameworks like Cypress testing framework are picking up pace.
May 4, 2022
68782 Views
8 Min Read
• Selenium Java • Automation • Tutorial
How To Use isDisplayed() In Selenium WebDriver
If you use Selenium WebDriver, you are probably aware that there are a number of common ways to loop through and interact with elements on a web page. Among them isDisplayed(), isEnabled(), and isSelected() methods. When a tester needs to ascertain the visibility scope of a web element, they can use these methods.
April 22, 2022
144424 Views
15 Min Read