Testing: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
(→‎remote node: add Validator)
mNo edit summary
Line 5: Line 5:
=== Validation service ===
=== Validation service ===
[[Validator]]: Check Markup or CSS syntax
[[Validator]]: Check Markup or CSS syntax
== user client node ==
* browser issue
** browser version
** browser cache
* clear server cache ex: [http://www.smarty.net/manual/en/caching.php Smarty Caching]


== local node (if you can login the server via SSH or Remote desktop service) ==
== local node (if you can login the server via SSH or Remote desktop service) ==

Revision as of 11:49, 8 September 2009

remote node

browser

  • connect to http://ip:80

Validation service

Validator: Check Markup or CSS syntax


user client node

  • browser issue
    • browser version
    • browser cache
  • clear server cache ex: Smarty Caching

local node (if you can login the server via SSH or Remote desktop service)

check the service port

telnet

  1. telnet localhost 80
  2. get (get & space)

netstat ex: find MySQL 3306 port

  1. netstat -a | find "3306"


check the server/service logs

  • Apache log: /etc/httpd/logs (location was set up in the configuration file /etc/httpd/conf/httpd.conf)
  • MySQL log: /var/log/mysql.log (location was set up in the configuration file /etc/my.cnf or my.ini)
  • PHP log: check the configuration file: /etc/php.ini