fbpx

Microsoft Internet Explorer is dead- A look back

Microsoft has decided to shutdown Internet explorer ,after 27 years of service. Infact, it’s being a long and bumby way for the legacy of webbrowsers and it’s slightly a burstout of the nostalgia for the youngster’s in 90’s. Later, Microsoft focused on proprietary technologies and was least focused on the web standards. That may be … Read more

Install Hyper Terminal on windows

Before installing hyperterminal you should install git. Go to the link    https://git-scm.com/download/win to install git Download and execute the application file To install hyperterminal click the below link https://hyper.is/ After installing hyper terminal , open the hyperterminal  and go to the top left three bar icon then click edit >>> preferences Remove all existing … Read more

Node installation procedure on mac

1.Download the Mac installer from the Nodes.js® web site. (https://nodejs.org/en/download/) 2.Choose the LTS version that’s shown on the left. Go to the link  https://nodejs.org/en/download/ 3.Run the installer (double-click on the .pkg file you downloaded in the previous step.) NOTE: If you are running macOS Catalina 10.15, you might get a warning  like below: To solve this issue, … Read more

Node Installation Procedure on Windows

Installation on Windows Method 1 : DownLoad LTS version from official website Here the user can download a desired version and install Method 2 : Using node version manager(NVM) Here the user can install  more than one node versions on same system and can switch from one to another. The professionals should practice the method … Read more

Node Installation Procedure on Ubuntu

Method 1 Install nodeJs using ubuntu official repository Here user can Install the default version of the installed ubuntu version Step 1: Open your terminal or press Ctrl + Alt + T Step 2: To install node.js use the following command: sudo apt install nodejs Step 3: Once installed, verify it by checking the installed … Read more

How to create new folder in Bookmark Library

Bookmark Manager Bookmark section in the Google Chrome browser facilitates to list the bookmarked links in seprerate folders,which makes our browsing more easy. For making a new folder Go To Bookmarks->Select Bookmark Manager The Bookmarke manager page will get opened here with all the Folders and Bookmark links we have created so far. The Left … Read more

The scope of Manual Testing

iNTRODUCTION Manual Testing is a kind of Software Testing where the testers manually evaluates the performance and quality of a software/application developed. Even if a lot of automation testing tools are available Manual Testing has its own space because the certain test phases cannot perform well without the manual testers. BENEFITS The performance evaluation can … Read more

Acceptance Testing

Introduction The Acceptance Testing is the  software testing technique performed to ensure the software system has reached the requirement specifications.In effect ,what the acceptance testing doing is that it confirms the system to meet the required criteria for the delivery of the software.Acceptance Testing  is performed just after the System Testing and  ensures the system … Read more