manishkhanna3002@gmail.com

Software Testing Life Cycle (STLC)

Software testing life cycle is nothing but the software testing process adopted during software development. No matter which software development model is adopted in the project, the phases of software testing as described below remains same: 1. Requirements analysis 2. Test planning 3. Test Case development 4. Test Environment Setup 5. Test Execution 6. Test […]

Software Testing Life Cycle (STLC) Read More »

Difference between Regression testing and Retesting

Whenever a software developer releases the code for testing after bug fixes or feature enhancement, it becomes the responsibility of the tester to test the application thoroughly to find defects. Generally what could happen is that if the developer worked on a particular feature then they unknowingly could have created bugs in other features of

Difference between Regression testing and Retesting Read More »

Software Development Life Cycle (SDLC)

In real time any software is developed using a process called as software development life cycle (SDLC). There are many stages of software development life cycle such as: 1. Requirements gathering 2. Designing 3. Coding 4. Testing 5. Deployment and 6. Maintenance Each software follows all the stages mentioned above. Let’s discuss in more detail

Software Development Life Cycle (SDLC) Read More »

Hard skills versus Soft skills (Information Technology industry perspective)

Hard skills According to Investopedia.com, hard skills are learned abilities acquired and enhanced through practice, repetition and education. In my own words, any task that you perform requires you to have some skills like coding if you are a developer, documenting the bugs if you are a tester, collecting requirements from clients if you are

Hard skills versus Soft skills (Information Technology industry perspective) Read More »

What is Performance Testing and its types

Performance testing is a type of non-functional testing because when we perform the performance testing we do not test the functionality of the software under test instead we assume that the functionality of the software is already gone through the functional testing phase and it is working fine. There are numerous types of performance testing

What is Performance Testing and its types Read More »