
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Vineet Nanda has Published 704 Articles

Vineet Nanda
998 Views
What is a Test Case?A test case is a set of criteria that a tester uses to verify whether or not a software application is meeting the customer's requirements. Preconditions, case name, input conditions, and intended result are all included in the test case design. A test case is a ... Read More

Vineet Nanda
801 Views
In this article, we will learn what is regression testing, how to do it, when it is required and its types.What is Regression Testing?Regression testing is also known as black box testing. It is used to verify that a software code modification does not affect the product's existing functionality. Regression ... Read More

Vineet Nanda
3K+ Views
Integration testing is a specific phase in software testing where testers combine and test all standalone modules into one entity. In this phase, testers test each module of the interface and communication. These tests are conducted using two approaches- top-down and bottom-up integration testing. Sandwich Testing, aka Hybrid integration testing, ... Read More

Vineet Nanda
1K+ Views
The documentation of objects written before or during software testing is known as test documentation. It aids the research team in decreasing commitment to testing, test coverage, resource monitoring, and implementation development, among other things. It's a comprehensive set of documents that lets you define and track test preparation, test ... Read More

Vineet Nanda
892 Views
Any capability that may be tested is defined as a TEST SCENARIO. It's also known as Test Possibility or Test Condition. As a tester, you should put yourself in the shoes of the end user and determine the Application Under Test's real-world scenarios and use cases.In liner statements, a test ... Read More

Vineet Nanda
10K+ Views
Software is tested based on its quality, scalability, features, security, and performance, including other essential elements. It's common to detect defects and errors in a software testing process. However, developers must ensure they are taken care of before launching it to the end-users. This is because fixing an error at ... Read More

Vineet Nanda
869 Views
SDET or software Development Engineer in Test is a role appointed to a person skilled in both quality engineering and software development. Microsoft invented the Term SDET for the first time. After that, it becomes a repetitive term among major companies like Google, Adobe, Amazon, etc. The role of an ... Read More

Vineet Nanda
4K+ Views
Introduction to Software TestingSoftware testing is an examination that is carried out to offer information to stakeholders regarding the quality of the software product or service being tested. Program testing can also give a corporation with an objective, unbiased picture of the software, allowing them to grasp and comprehend the ... Read More

Vineet Nanda
941 Views
What is Use Case in TestingIt is the brief description of a particular use of the software application by the users. Basically, it is made on basis of user action. It is widely used in developing test cases at acceptance level.What is Use CaseUse Case is a list of action ... Read More

Vineet Nanda
541 Views
Exploratory testing tools allow automating exploratory testing through features like annotating feedback and capturing screenshots during test sessions. Testers often combine exploratory testing with automated testing to increase their test coverage, which improves the extrinsic and intrinsic value of the software.It is used for testing, designing and test execution that ... Read More