What does Digital Transformation from Legacy to Cloud mean?

Digital Transformation is a large topic. That is not the focus here. Rather the focus is transforming digital applications from legacy to cloud solution. Lets understand what each of the word means: AWS (cloud), legacy, transformation. AWS – Traditionally, organizations used to have on-premises servers and would host all applications internally. That means organization had…

Basic Selenium Automation in 30 Minutes

The main hurdle with Selenium automation is identifying the element on the web page. Once that is done, the rest is just performing actions on the element. Since you do not know how a web page is developed, you cannot expect the developers to follow the same standard. For example, in some web pages, elements…