Tag: artificial intelligence

Artificial Intelligence (AI) and machine learning (ML) are advancing at a rapid pace. Companies like Apple, Tesla, Google, Amazon, Facebook and others have started investing more into AI to solve different technological problems in the areas of healthcare, autonomous cars, search engines, predictive modeling and much more. Applying AI is real. It’s coming fast. It’s…

One of the best practices of writing automated tests is creating reusable components that can be used in different parts of our test suite. Why is this important? Creating reusable components is important because it Helps to increase the readability of the automated tests Saves effort by not repeating the same set of steps in…

Authoring and Execution of tests is an important aspect of test automation. Tests should be simple to write, understand and execute across projects. The automation framework or tool chosen should give the flexibility to record and playback tests as well as, write custom code to extend the functionalities of the automation framework. This is where…