Testing
Test connectivity for the web service[edit]
Test connectivity for the web service
user client node[edit]
browser & device issue[edit]
- Browser version: Check Browser Compatibility & Validation service or Validator: Check Markup or CSS syntax
- Multiple screen resolution test: 不同螢幕解析度檢視網頁
- Mobile friendliness tool
- Disable all extensions
- Clear browser cache by Bypass your cache (繞過瀏覽器快取)
- Client temporary files
- Google Chrome: How to Disable Cache
- Clear server cache ex: Smarty Caching
Online IDE[edit]
Programming online (Online IDE)
browser plug-ins issue[edit]
- Test your Adobe Flash Player installation
- Adobe - Test Adobe Shockwave Player
- test java: How do I test whether Java is working on my computer?
e-mail testing issue[edit]
monitoring the status or changes of files or registry[edit]
- FileMon for Windows / Filemon v7.04 - 檔案即時監控 :: 綠色工廠 Easylife Blog
- RegMon for Windows / RegMon v7.04 - 註冊表監控 :: 綠色工廠 Easylife Blog
monitoring or generating the HTTP request sent to the server[edit]
HTTP request and response data tool
domain name issue[edit]
Modify the following files if you want to test the domain name before the mapping of domain name and ip was changed really
- C:\WINDOWS\system32\drivers\etc\hosts for Win XP, Win7[1], Win 10 & Windows Server 2008 R2 Standard
- On Windows 2003 server: edit the file located at C:\WINNT\system32\drivers\etc\hosts
- On Linux , input the command sudo vi /etc/hosts
127.0.0.1 localhost # ip domain.com
- On Mac , input the command sudo vi /private/etc/hosts [2]
Clear the DNS cache
- How Do I Clear My DNS Cache on Windows? | Support | No-IP for Win
- Reset the DNS cache in OS X - Apple Support for Mac
more on DNS checking
handling form data[edit]
before submit the form data
- (1)Use the Web Developer plugin for Firefox and (2)Menu -> Forms -> Display form details
after submit the form data
- PHP var_dump $_POST 或 $_GET
- .serialize() | jQuery API Documentation
login issues into different accounts[edit]
If you need to clear the cookie frequently for the testing account issue
- Using the privacy browsing for Firefox & Chrome . Each time you turning on the privacy browsing, the logged status and cookie will not saved.[3]
- Manually clear cookie and temporary files of browser
file upload[edit]
- Generate a File - Fake File Generator allow to specify the filesize
excel format compatibility[edit]
Using Microsoft Excel Viewer to check the excel format compatibility. It's not save to check the excel file only by using the old version of Excel.
database issue[edit]
- SQL
- SQL Fiddle support MySQL, MS SQL, Oracle, PosgreSQL, SQLite ...
server environment[edit]
local server node (if you has permission to log in the server via SSH or Remote desktop service)[edit]
check the server/service logs
OS[edit]
Microsoft Windows[edit]
- XP / Vista: 控制台 --> 系統管理工具 --> 事件檢視器
- 事件和錯誤訊息中心: 基本搜尋
Web server[edit]
Apache[edit]
Apache HTTP server log: /etc/httpd/logs (location was set up in the configuration file /etc/httpd/conf/httpd.conf)
- access.log
- error.log - record when the apache service restarted/stopped
Using grep command to search the logs: grep -ir "string to search" /path/to/directory. More on Search text in files
IIS[edit]
Microsoft Internet Information Services (IIS) log (記錄檔)[4]
- C:\WINDOWS\system32\LogFiles\
Database server[edit]
MySQL[edit]
- step1: verify the system variable[5]
mysql> SHOW VARIABLES LIKE '%general_log%'; mysql> SHOW GLOBAL VARIABLES LIKE '%general_log%';
- step2: enable logging /var/log/mysql.log (location was set up in the configuration file /etc/my.cnf or my.ini) [6]
[mysqld] ## includes all SQL queries/commands # general_log = 1 # general_log_file="general_log_file.log" log-error=/var/log/mysql/error.log log-slow-queries = /var/log/mysql/mysql-slow.log #another syntax #slow_query_log_file = mysql-slow.log long_query_time = 1 log-long-format
- step3: restart MySQL service
Microsoft SQL Server[edit]
- ExpressProfiler includes all SQL queries/commands
- SQL Server Error Log / 檢視 SQL Server 錯誤記錄 "contains user-defined events and certain system events ..." quoted from SQL Server Error Log ex: X:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\Log\ERRORLOG
- Logging ALL Queries on a SQL Server 2008 Express Database? - Stack Overflow not tested
Other[edit]
PHP[edit]
Java[edit]
System.out.println("Boston, We Have A Problem" + variable); //output to Tomcat consile out.println("Boston, We Have A Problem" + variable); //output to JSP webpage
or using NetBeans IDE - Debugger and Profiler to setup the breakpoints.
console command[edit]
//write the console output to the file command > log.txt //append to the same file command >> log.txt
find match string[edit]
- Desktop search: Search text in files
- If the message text or code snippets was not found in the plain text files, it may stored in the database.
[edit]
- Comment Syntax
- 設定中斷點
related terms
- functional testing
templates
References[edit]
- ↑ Azan 黃贊臣 » 在Windows 7 或 Vista 中修改hosts檔的方法
- ↑ How to Edit the Hosts File on Mac OS X - TekRevue
- ↑ Private Browsing - Browse the web without saving information about the sites you visit | Firefox Help
- ↑ (ASP.NET)從Log追蹤錯誤 - gipi的學習筆記-職場規劃、專案管理、雲端運算部落格- 點部落
- ↑ MySQL :: MySQL 5.7 Reference Manual :: 13.7.5.39 SHOW VARIABLES Syntax
- ↑ 找出 MySQL 哪些 Query 速度較慢 | Tsung's Blog
further reading
- Troubleshooting browser issues with Trello - Trello Help [Last visited: 2017-03-28]
- Supported browsers and troubleshooting steps for Asana | Product guide · Asana [Last visited: 2017-03-28]
- ngrok - secure introspectable tunnels to localhost [Last visited: 2020-02-20]
Web site design and development process
- Information gathering: Research surveys
- Planning: Before you start to build a website, Content development strategy | Register domain name, Choose web hosting | Information architecture | Data model: Data type, Data flow | Documentation: Request For Proposal | Licensing
- Design: CSS tools, Free fonts, Free photos, Emoji & icons
- Testing & delivery: Usability test, check browser compatibility | Web testing | Speed up websites: Web Ping, Software acceptance test plan | Promote your web
- Maintenance: Site backup & restore test, Software update (OS patch or CMS security update)
- Need help? Community, I need inspiration, Web design glossary