From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: f8899,3c634d3864722c74 X-Google-Thread: 10dd18,3c634d3864722c74 X-Google-Thread: f4fd2,3c634d3864722c74 X-Google-Thread: 103376,3c634d3864722c74 X-Google-Attributes: gidf8899,gid10dd18,gidf4fd2,gid103376,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.telenor.com!news.telenor.com.POSTED!not-for-mail NNTP-Posting-Date: Sat, 29 Dec 2007 12:22:11 -0600 Date: Sat, 29 Dec 2007 19:22:01 +0100 Subject: Re: Choosing a new language From: "John Thingstad" Organization: private Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Newsgroups: comp.lang.haskell,comp.lang.python,comp.lang.lisp,comp.lang.ada References: <20071228162351.f29a3ce4.coolzone@it.dk> <477561af$0$36390$742ec2ed@news.sonic.net> <7x4pe1on7y.fsf@ruckus.brouhaha.com> Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera Mail/9.25 (Win32) X-Antivirus: avast! (VPS 071228-0, 28.12.2007), Outbound message X-Antivirus-Status: Clean X-Usenet-Provider: http://www.giganews.com NNTP-Posting-Host: 84.202.158.36 X-Trace: sv3-3LP3Am+QKJbMBhwE7ynDmUlwBYgFJcU9GYoVTXLS6igBrCN/N6+zl2K605kxKjfBvrAKnYr+xQMpEvW!ffK0LYYZ6t6vCXfSBEUgKgyHh0mv5iTXFLb4rsvOwC6y+6ZozD1vFP6P1mIfV3cjWhrU74Fd+iud!bSg= X-Complaints-To: news-abuse@telenor.net X-DMCA-Complaints-To: news-abuse@telenor.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.37 Xref: g2news1.google.com comp.lang.haskell:1008 comp.lang.python:161117 comp.lang.lisp:76475 comp.lang.ada:19066 Date: 2007-12-29T19:22:01+01:00 List-Id: P� Sat, 29 Dec 2007 19:16:09 +0100, skrev Joachim Durchholz : > However, for web applications, I found a far easier variant: I just > reload the page being debugged. (I have to make sure that the backend is > in the same state when reloading, but that's usually easy to accomplish.) > So web pages are one area where code modification during debugging is > less important. > Haveyou looked at selenium? I quote: Selenium is a test tool for web applications. Selenium tests run directly in a browser, just as real users do. And they run in Internet Explorer, Mozilla and Firefox on Windows, Linux, and Macintosh. No other test tool covers such a wide array of platforms. Browser compatibility testing. Test your application to see if it works correctly on different browsers and operating systems. The same script can run on any Selenium platform. System functional testing. Create regression tests to verify application functionality and user acceptance. There is also a Lisp interface cl-selesium though I can't find the code on the net now. -------------- John Thingstad