开发者

How does your web development toolkit looks like?

开发者 https://www.devze.com 2023-01-29 03:59 出处:网络
What are the web development tools you are using. Like firefox and firebug help me a lot wi开发者_C百科th DOM. CVS for managing the code base. debugbar for IE. Can you suggest few of the open source t

What are the web development tools you are using. Like firefox and firebug help me a lot wi开发者_C百科th 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消