2. Testing in SDLC

SDLC, SDLC Phases, SDLC Models, Software Testing, TDD

# Topic covered
* Software Testing
* Type of Software testing
  * Manual, Automation
* Software Testing types based on Levels
  * Unit, Integration, System, Regression
* Test Case design approach
  * AKA - Software Testing Techniques
  * White, Black, Gray box testing
* Test Driven Development (TDD)
  * Shift Left in Software Testing
  * Shift Right in Software Testing
[Read More]

Dual Boot Windows and Ubuntu

Install Ubuntu alongside Windows

Guide to Dual Boot Windows and Ubuntu

  • This guide assumes you are installing Ubuntu 18.04 or later (64 bit version)
  • This guide is an overview. It does not cover a lot of corner cases which often come up while doing the process.
  • Also some points might be confusing to the new user.
  • There are reference links to other resources which explain the steps in further detail. I highly recommend reading them.
  • If your Windows is installed in legacy mode i.e. MBR(Master Boot Record) style partitioning, install Linux in legacy mode
  • If your Windows is installed in UEFI mode i.e. GPT style hard disk partitioning, install Linux in UEFI mode
[Read More]