Software Testing

Sunday, December 9, 2007

Server Setup Scripts

›
Two cases must be tests: One is to set up databases from scratch and, other to set up databases when they already exist. Minimum list of are...
4 comments:

Integration tests of Server

›
Integration tests should be performed after ' Database schema testing ', ' Stored procedure test ' and ' Trigger test ...
10 comments:
Friday, December 7, 2007

Trigger Test

›
“EACH AND EVERY TRIGGER AND TRIGGER ERROR MUST BE TESTED AT LEAST ONCE!!!” 1.1 Updating triggers Verify the following things and compare the...
2 comments:

Stored Procedure Test

›
“EACH AND EVERY STORED PROCEDURE MUST BE TESTED AT LEAST ONCE!!!” 1.1 Individual procedure tests Verify the following things and compare the...
4 comments:

Database Schema Testing

›
“EACH AND EVERY ITEM IN SCHEMA MUST BE TESTED AT LEAST ONCE!!!” 1.1 Databases and devices Verify the following things and find out the diffe...
Thursday, December 6, 2007

Why back end testing is so important?

›
A back end is the engine of any client/server system. If the back end malfunctions, it may cause system deadlock, data corruption, data loss...

Http and Https

›
Hypertext Transfer Protocol (http) is a system for transmitting and receiving information across the Internet. Http serves as a request and ...
5 comments:
Thursday, November 29, 2007

Delete Vs Truncate Statement

›
* Delete table is a logged operation, so the deletion of each row gets logged in the transaction log, which makes it slow. * Truncate table ...
Friday, November 23, 2007

Normal Forms

›
The database community has developed a series of guidelines for ensuring that databases are normalized. These are referred to as normal form...
Thursday, November 22, 2007

Normalization

›
Normalization is a technique for designing relational database tables to minimize duplication of information and, to safeguard the database...
1 comment:
›
Home
View web version
Powered by Blogger.