-
Power BI – A Visualization Tool which is easy to understand and develop
DATE:Power BI is a tool used for generating business intelligence reports, charts and graphs, that incorporate easy to understand visuals. It is a self-service BI tool that is particularly useful for data analysts who create and distribute BI reports throughout the organization. With moderate knowledge of SQL, one can develop simple power BI visuals after …
Power BI – A Visualization Tool which is easy to understand and develop Read More »
-
Few tips to help you get better at building app features through Unit Testing
DATE:At MetaSys, we place great importance on writing unit tests, as it leads to faster development and reduces the time it takes for software to get to the production stage.Unit testing is the first step of software testing, where individual units/components of a software are verified. A unit refers to the smallest module of any …
Few tips to help you get better at building app features through Unit Testing Read More »
-
Automation Testing- Process and Tools
DATE:Automation Testing is a software testing method in which an automation tool is configured to execute tests and compare the actual outcome with the expected outcome defined in the scripts. In this article, I will explain the benefits of automation testing, outline the process of automation testing, and finally list some of the tools on …