Category Archives: Tutorial
• 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
29632 Views
20 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
154968 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
166691 Views
12 Min Read
Cypress Best Practices For Test Automation
Cypress is an amazing framework for testing your frontend applications. However, there are mistakes that you can make which can cause you to slow down your development and testing processes.
June 15, 2022
52846 Views
21 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
41233 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
194211 Views
19 Min Read
How To Implement A Continuous Testing Strategy For DevOps
Let us paint a scenario: You’re on a road trip across a war-torn country, and there’s a checkpoint every kilometer. Your luggage is rigorously examined at the checkpoint to verify that you carry no items that could jeopardize the region’s stability.
June 3, 2022
115583 Views
15 Min Read
• Selenium Java • Automation • Tutorial
Selenium with Java Tutorial: A Complete Guide on Automation Testing using Java
While getting started with automation testing, two questions pop up in a tester’s mind. Which framework should be used for automation testing? Which programming language should be preferred? When it comes to the automation testing framework, Selenium is often the first option that comes to our mind.
June 1, 2022
227988 Views
10 Min Read
• Selenium Java • Automation • Tutorial
How To Generate Extent Reports In Selenium
Selenium is a great tool when it comes to reporting, as it provides inbuilt reports using various frameworks like TestNG and JUnit. Though a few built-in reports are available, they do not provide information on the steps executed as part of the test suite.
May 19, 2022
240816 Views
24 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
252208 Views
5 Min Read