Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Objective: test against data integrity
Example: Ensuring unique patient IDs:
Here, the system wouldn’t take two IDs that were duplicates from two different inputs.
Proving that the IDs must be unique for the system to accept them.
Example: Verify that default value for nationality is Jordanian:
Here, I left the nationality blank, and the database automatically filled it with the default value “Jordanian”
Example: Verify that patient ID is an integer
Here, the I input random letters ‘hgg’ into the patient ID place, and they weren’t converted.
This proves that the database will not take any input that isn’t an integer.