All posts by Bonnie
• Automation • Tutorial
How to Use Node.js Test Runner: A Detailed Guide
The JavaScript test runner or Node.js test runner helps automate the testing process for websites and web applications by enabling a range of testing techniques, including unit, integration, and end-to-end testing.
October 30, 2024
179475 Views
11 Min Read
• Selenium JavaScript • Automation • Tutorial
Using React Virtual DOM To Improve Web Application Performance
If you don’t know, HTML is the most widely used markup language for creating web pages supported by all major browsers like Google Chrome, Mozilla Firefox, and Safari.
May 15, 2023
174700 Views
35 Min Read
• Tutorial
TestCafe Tutorial: How To Select Page Elements Using TestCafe Selectors
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Testcafe Tutorial. Let’s assume you want to build or create a web page as a web developer. First, you will create an HTML file that comprises semantic and non-semantic elements (e.g. < header >, < section … Continue reading TestCafe Tutorial: How To Select Page Elements Using TestCafe Selectors
September 27, 2022
231651 Views
29 Min Read
• Tutorial
How To Perform Modern Web Testing With TestCafe Using JavaScript And Selenium
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Testcafe Tutorial. 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 … Continue reading How To Perform Modern Web Testing With TestCafe Using JavaScript And Selenium
May 14, 2022
262652 Views
5 Min Read