Remove 2000 Remove Azure Remove Code Remove Performance Testing
article thumbnail

What is Non-Functional Testing? – All you need to know

Testlodge

Non-functional testing is a form of white-box testing, meaning the tester operates from the basis of knowing how the system operates internally or structurally. There are many types of non-functional tests, and their particular significance will depend upon the project. . Performance Testing Tools.

Testing 74
article thumbnail

Matching Supply With Demand — Solutions, Part 1

SQL Performance

Use the following code to create the table and populate it with a small set of sample data: DROP TABLE IF EXISTS dbo. ( ID INT NOT NULL IDENTITY ( 1 , 1 ) CONSTRAINT pk_Auctions PRIMARY KEY CLUSTERED , Code CHAR ( 1 ) NOT NULL. Auctions ( ID , Code , Quantity ) VALUES. ( Auctions. (

Code 116