Testen der Verfügbarkeit von einzelnen Funktionen des T-Online Hompageproduktes
Testfall | Quellcode | Wert | Historie | Zeit (ms) | Status |
---|---|---|---|---|---|
Externer Zugriff per HTTP | getimagesize("http://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Wikipedia-logo.png/20px-Wikipedia-logo.png"); | array('0' => 20, '1' => 20, '2' => 3, '3' => 'width="20" height="20"', 'bits' => 8, 'mime' => 'image/png') | ~Test-Dateizugriff-001.csv | 446 | SLOW |
Interner Zugriff per HTTP | getimagesize("http://test.yet-another-bloody-acronym.info/availability/image.bmp"); | array('0' => 60, '1' => 50, '2' => 6, '3' => 'width="60" height="50"', 'bits' => 32, 'mime' => 'image/x-ms-bmp') | ~Test-Dateizugriff-002.csv | 169 | Fehler |
Interner relativer Zugriff per FILE | getimagesize("image.bmp"); | array('0' => 60, '1' => 50, '2' => 6, '3' => 'width="60" height="50"', 'bits' => 32, 'mime' => 'image/x-ms-bmp') | ~Test-Dateizugriff-003.csv | 0 | Fehler |
Interner absoluter Zugriff per FILE | getimagesize("/home/www/public_html/availability/image.bmp"); | getimagesize(/home/www/public_html/availability/image.bmp): failed to open stream: No such file or directory | ~Test-Dateizugriff-004.csv | 1 | Fehler |
617 | 1 / 4 |
Testfall | Quellcode | Wert | Historie | Zeit (ms) | Status |
---|---|---|---|---|---|
SQL Connect | mysql_connect(MYSQL_HOST,MYSQL_USER,MYSQL_PASS); | mysql_connect(): mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_existing_password'). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file | ~Test-Datenbank-001.csv | 1 | Fehler |
SQL Select | mysql_select_db(MYSQL_DATABASE); | mysql_select_db(): A link to the server could not be established | ~Test-Datenbank-002.csv | 0 | Fehler |
SQL NAMES utf8 | mysql_query("SET NAMES utf8",$verbindungDB); | mysql_query() expects parameter 2 to be resource, boolean given | ~Test-Datenbank-003.csv | 0 | Fehler |
SQL Close | mysql_close($verbindungDB); | mysql_close() expects parameter 1 to be resource, boolean given | ~Test-Datenbank-999.csv | 0 | Fehler |
2 | 0 / 4 |
Dieser Test wurde von Heiko Dassow erstellt, um die Verfügbarkeit der mit dem Produkt "Homepage Basic" von T-Online erstellten Webseite Photo World Online zu testen.