All Posts

MicroStrategy – Attribute Creation
MicroStrategy – Attribute Creation
VimalMay 31, 20203 min read

In Data Warehouse, the data are stored in a structured tabular form where each column provides some useful values. In MicroStrategy, the data values are represented by the objects called facts. But data values alone…

browser, web, www
Open new tab and window in Chrome browser using Selenium 4 and JAVA
GokulMay 30, 20203 min read

Many times we thought why selenium doesn’t have options to open new tab or window through code. Now, the wait is over. This feature is added in Selenium 4. Lets see how to work on…

Invoke app in real android device using APPIUM and Python
Invoke app in real android device using APPIUM and Python
GokulMay 1, 20202 min read

Versions used while doing this blog post,Appium server version : 1.16.0Appium Python client version : 0.48 As we know, Appium is capable of automating Web, native and hybrid apps in android. In this post, lets…

Linear Regression
Linear Regression
VimalApr 19, 20203 min read

What is Linear Regression? Linear Regression is a one type of regression technique that determines the linear relationship between a dependent variable and one or more independent variables. It can be classified into simple(one independent…