-
SaaS Testing Using Cloud: An Emerging Discipline
Introduction More than a decade ago, in the era when technology evolved to bring in virtualization in the mode of cloud computing, a funny reply came from the owner of an organization when one of his subordinates shared a thought...
-
What’s The Worst Advice we’ve ever heard about Test Automation Tool Comparison?
The worst advice you can hear on Automated Testing Tools comparison is “There isn’t any need for using the tools trial version.” In this article, we will explain why a trial is essential when doing an Automated Testing Tools comparison...
-
Using Implicit and Explicit Wait in Selenium
Explicit Implicit wait selenium is an important command. They are used while running automation scripts created using Selenium Web Driver. Implicit and Explicit Wait in Selenium is primarily used to handle the different load times of elements on the web...
-
Make Your Testing Run Faster with Protractor
Protractor is an E2E test framework for AngularJS app testing. It is a Node.js program that works on top of WebDriverJS. Protractor was developed by the Angular team for testing Angular. It recognizes Angular’s processes and waits for them to complete. As a result,...
-
3 Myths of Test Automation
Let’s be clear, “3 Myths of Test Automation” is not about bashing test automation. If you are a tester frustrated at having to do test automation (or generally unhappy!), reading “3 Myths of Test Automation” will not bring you any...
-
How to Select the Right Test Automation Tool
Test Automation tool selection is a headache. But fear not, we have the cure for your ailment. At the outset let me congratulate you. By choosing to go for Test Automation you have made a very judicious decision. But if...
-
Test Automation ROI Calculator
Test Automation ROI calculation is difficult. There are so many unquantifiable benefits to test automation. It is almost impossible to map these benefits to direct dollar savings. However, in order to make a business decision, it is important to know the test...
-
4 Leading Test Automation Tools
Test Automation has come a long way. The new automation testing tools of software automation now allow things unimaginable in the past. It is now possible to think of a situation in which you open your IPad and start running...
-
10 Common Selenium Automation Testing Commands for Newbies
Before we come to the Selenium Automation testing commands, let me relate to you an interesting anecdote on the christening of Selenium. Jason Huggins (the creator of Selenium) worked at ThoughtWorks. One day he got really irked with their Competitor “Mercury” (owned by HP)....
-
Benefits of Test Automation
Benefits of Test Automation Saving time spent on test execution Increase in Test Coverage Sustained reliability despite repeated runs Reduced dependency on the QA team To understand these benefits of test automation let us see how Test Automation helps its...
-
RequireJS with AngularJS
What is RequireJS? RequireJS is a JavaScript file loader or module loader. As the name suggests, requirejs helps us to load the JavaScript files, modules, libraries, or plugins (along with their dependencies) only when we require them. Why RequireJS? Normal...
-
How to develop Cloud App Using Microservices Architecture
Cloud-based Apps developed using Microservices architecture are a radical change from our present-day Monolithic, on-premise applications. These next-generation applications are providing the software with the robustness and agility it requires in today’s world. These applications are also much cheaper to...