Vineet Nanda has Published 704 Articles

How to Write Test Cases?

Vineet Nanda

Vineet Nanda

Updated on 13-Jul-2021 11:14:23

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

How to Perform Regression Testing?

Vineet Nanda

Vineet Nanda

Updated on 13-Jul-2021 10:50:13

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

What is Sandwich Testing (Definition, Types, Examples)?

Vineet Nanda

Vineet Nanda

Updated on 13-Jul-2021 10:46:35

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

Testing Documentation in Software Testing

Vineet Nanda

Vineet Nanda

Updated on 13-Jul-2021 08:36:30

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

What is a Test Scenario?

Vineet Nanda

Vineet Nanda

Updated on 13-Jul-2021 08:30:34

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

What is Defect Density? Formula to calculate with Example

Vineet Nanda

Vineet Nanda

Updated on 13-Jul-2021 08:23:17

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

What is SDET? Explain Full-Form, Meaning, Role, and Responsibilities

Vineet Nanda

Vineet Nanda

Updated on 13-Jul-2021 07:55:54

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

What is Test analysis (Test Basis) in Software Testing?

Vineet Nanda

Vineet Nanda

Updated on 13-Jul-2021 07:47:59

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

What is Use Case Testing, Technique & Example?

Vineet Nanda

Vineet Nanda

Updated on 13-Jul-2021 07:43:57

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

10 Best Exploratory Testing Tools

Vineet Nanda

Vineet Nanda

Updated on 13-Jul-2021 07:33:08

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

Advertisements