protractor

Getting Started With Protractor A Test Automation Framework

About Protractor It is a test automation framework that is used for automating web application testing. It combines technologies such as Jasmine, Selenium Web driver, and Node.js. Using a protractor, we can automate both Angular and non-Angular applications. Some Features of Protractor Supports...

Read more...
Microservice Architecture

Microservice Architecture – Devstringx

Prior to Microservices architecture, Monolithic architecture was in practice in which all the software components are grouped together into a single package (code for different features remains on the same server). Microservice architecture is a design pattern for Service-Oriented Architecture...

Read more...