Category Archives: JavaScript
How To Execute JavaScript In Selenium PHP?
There are cases where test scenarios may fail unexpectedly with Selenium commands (e.g., click operation on the button web element does not result in a click even though the button is enabled).
April 5, 2021
A Comprehensive Guide To JavaScript Design Patterns
Design Pattern is a widely acknowledged concept in the software engineering industry in terms of the benefits it brings to areas of code-reuse and maintainability. As a software developer, you likely stumble upon this term at one point.
March 9, 2021
How To Speed Up JavaScript Testing With Selenium and WebDriverIO?
Automation testing has become an integral part of the Agile way of software development. As the application grows, it becomes crucial to have a reliable testing framework to cope with the development velocity, detect the bugs at an early stage, and ensure quality.
February 22, 2021
Nightwatch Vs Protractor: Which Testing Framework Is Right For You?
Do you know the test automation market is all set to hit $35 billion by 2026? And when it comes to cross browser testing, JavaScript leads from the front? Javascript is probably the best alternative for Selenium automation, considering its protocol transformation to the W3C standard.
December 16, 2020
Running Your First Test With NightWatchJS
In the world of automation testing, Selenium continues to be the most sought after tool. With shorter development cycles and faster releases backed by Agile and DevOps, companies are keen on adopting the right automation testing strategy on par with the development and ensure a high-quality end product.
December 11, 2020
13 Best JavaScript Frameworks For 2020
According to stackoverflowβs developer survey 2020, JavaScript is the most commonly used language for the 8th year straight with 67.7% people opting for it.
June 8, 2020
Jest Tutorial For Selenium JavaScript Testing With Examples
As a developer, I know for a fact that I have to constantly brush up myself with new updates. This means that not only I have to keep learning more about the frameworks and language I work with.
April 2, 2020
Cucumber.js Tutorial with Examples For Selenium JavaScript
The relevance of using a BDD framework such as Cucumber.js is often questioned by our fellow automation testers. Many feel that it is simply adding more work to their table.
March 19, 2020
Best 9 JavaScript Testing Frameworks
We are progressing towards an era of automation. Every company, be a startup or a large-scale enterprise, they are all striving to incorporate automation testing in their release cycles as efficiently as they can.
January 24, 2020
Mocha JavaScript Tutorial With Examples For Selenium Testing
As per StackOverflow insights 2019, JavaScript is the most popular programming language. As the power of web and mobile is increasing day by day, JavaScript and JavaScript frameworks are becoming more and more popular as well. Thus it would not be surprising to hear that JavaScript has become a preference for test automation as well.
January 22, 2020