Testing: Difference between revisions
Jump to navigation
Jump to search
(→remote node: add Validator) |
|||
| Line 1: | Line 1: | ||
== remote node == | == remote node == | ||
=== browser === | |||
* connect to <nowiki>http://ip:80 </nowiki> | * connect to <nowiki>http://ip:80 </nowiki> | ||
=== Validation service === | |||
[[Validator]]: Check Markup or CSS syntax | |||
== 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 15:11, 14 August 2009
remote node
browser
- connect to http://ip:80
Validation service
Validator: Check Markup or CSS syntax
local node (if you can login the server via SSH or Remote desktop service)
check the service port
telnet
- telnet localhost 80
- get (get & space)
netstat ex: find MySQL 3306 port
- netstat -a | find "3306"