简体   繁体   中英

How does your web development toolkit looks like?

What are the web development tools you are using. Like firefox and firebug help me a lot with DOM. CVS for managing the code base. debugbar for IE. Can you suggest few of the open source tools that you have been using.

For Firefox, I find tamperdata very valuable in addition to firebug. It lists exactly what URLs the browser is hitting along with the HTTP headers.

For code i use VIM, for testing phpunit, for functional testing Selenium RC. sometimes use firebug. Very seldom. Because all what i need tested by Selenium. Also always i have under my hands phpshell. Selenium-RC is the solution for tests that need more than simple browser actions and linear execution.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM