Vineet Nanda has Published 704 Articles

Top Software Testing Interview Questions & Answers

Vineet Nanda

Vineet Nanda

Updated on 20-Dec-2021 08:57:49

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

Unit Testing Tutorial for Beginners (Concepts, Types, Tools)

Vineet Nanda

Vineet Nanda

Updated on 17-Dec-2021 13:17:26

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

Mccabe's Cyclomatic Complexity: Calculate with Flow Graph

Vineet Nanda

Vineet Nanda

Updated on 17-Dec-2021 13:14:32

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

What is Monkey & Gorilla Testing? Examples, Difference

Vineet Nanda

Vineet Nanda

Updated on 17-Dec-2021 11:57:25

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

What is Loop Testing? (Methodology with Examples)

Vineet Nanda

Vineet Nanda

Updated on 17-Dec-2021 11:54:51

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

What is Data-Driven Testing? Learn to Create a Framework

Vineet Nanda

Vineet Nanda

Updated on 17-Dec-2021 11:42:48

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

What is Black Box Testing? (Techniques, Example, Types)

Vineet Nanda

Vineet Nanda

Updated on 17-Dec-2021 11:38:50

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

What is Alpha Testing? Process, Example

Vineet Nanda

Vineet Nanda

Updated on 17-Dec-2021 11:17:56

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

What is Adhoc Testing? (Types, Examples)

Vineet Nanda

Vineet Nanda

Updated on 17-Dec-2021 11:16:15

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

What is a Test Script and how do I write one?

Vineet Nanda

Vineet Nanda

Updated on 17-Dec-2021 11:11:29

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

Advertisements