
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
1K+ Views
We've collected a list of the most often requested software testing questions and answers to familiarize you with the types of software tester interview questions that an examiner may ask you during your interview. We have addressed all often posed basic and advanced testing interview questions with extensive answers in ... Read More

Vineet Nanda
2K+ Views
What is the definition of unit testing?Unit Testing is a sort of software testing that examines individual software units or components. The goal is to ensure that each unit of software code works as intended. Unit testing is carried out by developers throughout the development (coding) phase of an application. ... Read More

Vineet Nanda
5K+ Views
Software MetricMeasurement provides a quantitative idea or indication of the size, dimension or capacity of a feature or an attribute of a software product or process. Software metric can be defined as a quantitative measure of an attribute of a software related to its cost, quality, size and schedule.For example ... Read More

Vineet Nanda
1K+ Views
Monkey TestingMonkey Testing is a software testing approach wherein the tester inserts any arbitrary inputs into the software application without prepared test scenarios and observes the software program's behavior to determine whether or not it collapses. The goal of monkey testing is to use innovative ways to uncover faults and ... Read More

Vineet Nanda
8K+ Views
What is Loop Testing, and how does it work?Loop Testing is a form of software testing that focuses only on the correctness of loop structures. It's a component of Control Structure Testing (path testing, data validation testing, condition testing).White box testing is loop testing. This method is used to test ... Read More

Vineet Nanda
733 Views
Data-Driven TestingData Driven Testing is a type of software testing wherein testing data is maintained in table or spreadsheet form. Data driven testing enables testers to provide a singular test script that may perform tests for all test data from a table and expects the test results to be returned ... Read More

Vineet Nanda
9K+ Views
What is black box testing, and how does it work?Black box testing is a software testing approach in which the functionality of the SUT (Software Under Test) is tested without regard for its implementation specifics, internal route knowledge, or internal code structure.This type of testing is entirely dependent on the ... Read More

Vineet Nanda
1K+ Views
Alpha TestingAlpha testing is the initial end-to-end testing of a product to confirm that it fulfils company requirements and performs properly. It is often carried out by staff members in a lab/stage setting. An alpha test confirms that the product actually functions and performs what it is designed to do. ... Read More

Vineet Nanda
4K+ Views
Adhoc testing is frequently carried out to break the system in unusual ways. Adhoc testing's most remarkable aspect is that it lacks any test design approach for creating test cases.The procedure is generally used to identify software flaws. Because adhoc testing lacks test cases, it is often carried out without ... Read More

Vineet Nanda
5K+ Views
What is a Test Script, and how does it work?Test scripts are a line-by-line description of the system transactions that must be done in order to verify the application or system under test. Each step should be included in the test script, along with the intended outcomes.Test scripts are a ... Read More