Vineet Nanda has Published 788 Articles

Keyword Driven Testing Framework with Example

Vineet Nanda

Vineet Nanda

Updated on 22-Sep-2021 11:20:32

1K+ Views

Keyword-driven TestingKeyword-driven testing is a functional testing, also called table-driven testing or action-wordbased testing. In this testing, a table format is used, most likely a spreadsheet, to define keywords for a function to be executed.Basically, it is a scripting technique which uses data files to contain keywords that are related ... Read More

Do Testers have to Write Code?

Vineet Nanda

Vineet Nanda

Updated on 22-Sep-2021 11:10:25

3K+ Views

A common query that keeps running in the mind of every IT aspirant is: do software testers have to write or learn code? In this article, we will be discussing the solution to this question. Software testing can be done manually as well as through automation. We will be discussing ... Read More

Cookie Testing: Example Test Cases for Website

Vineet Nanda

Vineet Nanda

Updated on 22-Sep-2021 11:06:54

1K+ Views

The Basics of CookiesWe'll start by discussing what cookies are and how they operate. When you understand how cookies operate, it will be much easier for you to comprehend the test cases for testing cookies. How can cookies end up on your computer's hard drive? Also, how can we change our ... Read More

Backend Testing Tutorial (What is, Tools, Examples)

Vineet Nanda

Vineet Nanda

Updated on 22-Sep-2021 11:01:05

2K+ Views

Backend TestingBacked testing is a method or technique that examines the server of database side of web applications or software. The primary motive of performing this test is to test the application layer or database layer to make the software defect-free, and prevent deadlock, data corruption, or data loss. For ... Read More

What is Requirement Traceability Matrix?

Vineet Nanda

Vineet Nanda

Updated on 30-Aug-2021 07:05:32

1K+ Views

Introduction to Requirement Traceability MatrixA traceability matrix is a table-style document that is used to track requirements in the development of software applications. It can be used to trace backwards (from Coding to requirement) as well as forwards (from Requirements to Design or Coding). Requirement Traceability Matrix (RTM) or Cross ... Read More

What is White Box Testing? Techniques, Example, Types & Tools

Vineet Nanda

Vineet Nanda

Updated on 20-Aug-2021 08:38:11

3K+ Views

Testing in a White BoxWhite Box Testing is a software examining technique that involves testing the product's underlying structure, design, and coding in order to verify input-output flow and improve design, usability, and security. White box testing is also known as Clear box testing, Open box testing, transparent box testing, ... Read More

What is Thread Testing in Software Testing?

Vineet Nanda

Vineet Nanda

Updated on 20-Aug-2021 08:36:44

2K+ Views

Thread testing is client-server-based testing to verify the primary function of an application. It is used to determine whether the application can run a specific task or thread or not.Why Thread Testing is important?Software is split into several threads with each thread running a specific task. When all components of ... Read More

What is Recovery Testing? With Example

Vineet Nanda

Vineet Nanda

Updated on 20-Aug-2021 08:33:05

814 Views

Recovery testing is system-based testing that ensures the system is capable of recovering from a failure. The process involves testing the system recovery process by voluntarily causing system failure. Besides testing the system fault-tolerance capabilities, the testing engineer also checks whether the system can resume itself within a pre-defined time. ... Read More

What is Parallel Testing? (Definition, Approach, Example)

Vineet Nanda

Vineet Nanda

Updated on 20-Aug-2021 08:32:10

649 Views

Most companies, especially the one who develops small-sized applications are still ignorant to parallel testing. However, what these companies don't comprehend is the future is changing dynamically. Nowadays, users want an extensive range of functions in a single application. To cater to users' demands, you are bound to expand your ... Read More

What is Module Testing? (Definition, Examples)

Vineet Nanda

Vineet Nanda

Updated on 20-Aug-2021 08:31:08

3K+ Views

A software application contains an integration of various modules. Modules are programs written in a specific language consisting of subprograms, subroutines, functions, classes, and procedures. Module testing is a process where you need to test each unit of these modules to ensure they adhered to the best coding standards. Unless ... Read More

Advertisements