Articles on Trending Technologies

Technical articles with clear explanations and examples

What is Functional Testing (Types & Examples)?

Vineet Nanda
Vineet Nanda
Updated on 09-Jun-2021 2K+ Views

What is Functional Testing?Functional Testing is a form of software testing in which the software system is validated against the functional requirements/specifications. The goal of functional testing is to test each feature of a software program by giving adequate data and comparing the outcome to the Functional requirements.Functional testing is particularly concerned with black-box testing and is unconcerned with the application's source code. This testing examines the Application Under Test's User Interface, APIs, Database, Security, Client/Server connection, and other features. Testing can be performed automatically or manually.What do you test in Functional Testing?The primary goal of functional testing is to ...

Read More

What is Storage Testing Tutorial with Type & Concepts?

Vineet Nanda
Vineet Nanda
Updated on 09-Jun-2021 915 Views

Storage TestingStorage testing is a form of software testing which is used to ensure that the software program under test saves necessary data in the correct folders and has adequate capacity to avoid unanticipated cancellations due to a lack of storage capacity. Storage Performance Testing is another name for it.Why Storage Testing?Slow storage causes slower responsiveness, longer query times, and worse application availability.Poor memory adds to the cost of server infrastructure upkeep.It aids in determining its actual storage limits prior to implementation.It is beneficial to comprehend how the system behaves when a fresh hardware device is installed or updated.Types of ...

Read More

What is Continuous Testing in DevOps(Definition, Benefits, Tools)?

Vineet Nanda
Vineet Nanda
Updated on 09-Jun-2021 634 Views

Continuous TestingContinuous testing in DevOps is a kind of software testing that entails testing the program at each phase of the software development cycle. The purpose of continuous testing is to evaluate the software quality at each stage of the Continuous Delivery Process by checking promptly and frequently.In DevOps, the Continuous Testing phase encompasses participants such as Developers, DevOps, QA, and the operational system.This article will teach you −What is Continuous Testing?How is Continuous Testing different?How Is Continuous Testing Different from Test Automation?How to do Continuous TestingContinuous testing toolsBenefits of Continuous testingChallenges of continuous testingHow is Continuous Testing different?The traditional ...

Read More

What is Software Testing Metrics with Types & Example?

Vineet Nanda
Vineet Nanda
Updated on 09-Jun-2021 1K+ Views

Software Testing metrics are quantitative steps taken to evaluate the software testing process's quality, performance, and progress. This helps us to accumulate reliable data about the software testing process and enhance its efficiency. This will allow developers to make proactive and precise decisions for upcoming testing procedures.What is a metric in software testing metrics?A Metric is a degree to which a system or its components retains a given attribute. Testers don't define a metric just for the sake of documentation. It serves greater purposes in software testing. For example, developers can apply a metric to assume the time it takes ...

Read More

What is Agile Testing? (Process, Strategy, Test Plan, Life Cycle Example)

Vineet Nanda
Vineet Nanda
Updated on 09-Jun-2021 2K+ Views

What is Agile Testing?Agile Testing is a method of testing that adheres to the rules and concepts of agile software development. Unlike the Waterfall technique, Agile Testing may commence at the beginning of a project with continuous integration of testing and development. The agile testing approach is not chronological (in the sense that it is only conducted after the coding process), but rather consistent.In this article, we will talk about −Agile Test PlanAgile Testing StrategiesThe Agile Testing QuadrantQA challenges with agile software developmentRisk of Automation in Agile ProcessAgile Test PlanThe kind of test performed in that iteration are included in ...

Read More

Design Verification & Validation Process in Software testing

Vineet Nanda
Vineet Nanda
Updated on 09-Jun-2021 6K+ Views

You will learn the following in this article −What is Design Verification?Difference between Design Verification and ValidationDesign Verification ProcessDesign Validation ProcessAdvantages of Design Validation and VerificationDesign ValidationDesign Validation is the process of testing a software product to ensure that it meets the specific needs of the customer or partners. The goal of design validation is to check the software product after it has been developed to confirm that it fits the criteria for implementations in the user's environment.Validation is focused on establishing the design's accuracy and reliability in relation to the user's demands. This is the step in which you ...

Read More

How to set the background color of a ttk.Combobox in tkinter?

Dev Prakash Sharma
Dev Prakash Sharma
Updated on 08-Jun-2021 10K+ Views

Tkinter supports ttk widget which is used to change the style and properties of any widget in a tkinter application. We can set the background color, foreground color, and other attributes of the Combobox widget by visiting the configure function in ttk and passing 'TCombobox' as the first parameter.ExampleIn this example, we will set the background color of the Combobox widget by defining its values in the ttk widget.# Import the required libraries from tkinter import * from tkinter import ttk # Create an instance of tkinter frame win = Tk() # Set the size of the tkinter ...

Read More

What is Scareware?

PranavBhardwaj
PranavBhardwaj
Updated on 07-Jun-2021 514 Views

While browsing the Internet, many users might have received a pop-up alerting them of a virus attack on their system and asking for downloading an application to remove that virus. In anticipation of removing the virus, users download that application which is, in fact, a malicious program known as Scareware.Let us talk more about Scareware and learn how to deal with it.What is ScarewareScareware, also known as Fraudware, are malicious computer applications that pretend to be helpful to the user. As it is clear, the word Scareware is the combination of two terms, Scare and Software. It is basically the ...

Read More

What is Rootkit?

PranavBhardwaj
PranavBhardwaj
Updated on 07-Jun-2021 2K+ Views

There are certain malware programs that are more dangerous than the others because of the level of havoc they create and the difficulty in detecting them. Other than the Ransomware and Trojans, most organizations are afraid of the Rootkits.Let us understand what Rootkit is, why it is considered one of the most dangerous cyberattacks, how it can be utilized, and how to prevent a Rootkit attack on your system.What is RootkitA Rootkit is a malicious computer program that provides the root level, i.e., the admin-level privileges, to the attacker behind it. The term Rootkit is derived from two words, Root ...

Read More

What is Riskware?

PranavBhardwaj
PranavBhardwaj
Updated on 07-Jun-2021 466 Views

On the Internet, you will find many legitimate programs whose functionalities are misused by intruders to carry out malicious activities. Such applications are known as Riskware.Let us discuss more on Riskware and how to prevent their attack.What is RiskwareThe term Riskware is coined using two words Risk and Software. Riskware is a legal program, but its functionalities and weakness can be exploited by cybercriminals for carrying out illicit activities. The attackers can use it to their advantage to delete, edit, block and perform other modifications on the files and applications of your system. It can also slow down your network ...

Read More
Showing 49471–49480 of 61,299 articles
Advertisements