Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38735
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!eweka.nl!hq-usenetpeers.eweka.nl!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <gslindstrom@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | UNSURE 0.252 |
| X-Spam-Level | ** |
| X-Spam-Evidence | '*H*': 0.50; '*S*': 0.00; 'automate': 0.07; 'tabs': 0.16; 'appropriate': 0.20; 'displayed': 0.22; 'testing': 0.24; 'thanks!': 0.26; 'guess': 0.27; 'message-id:@mail.gmail.com': 0.27; 'websites.': 0.29; "i'm": 0.29; 'turns': 0.33; 'to:addr :python-list': 0.33; 'received:google.com': 0.34; 'so,': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'anything': 0.36; 'test': 0.36; 'should': 0.36; 'display': 0.36; 'received:209': 0.37; 'to:addr:python.org': 0.39; 'hello,': 0.39; 'google': 0.39; 'where': 0.40; 'stand': 0.61; 'customer': 0.61; 'information': 0.63; 'request.': 0.64; 'our': 0.65; 'concerns': 0.65; 'wanting': 0.65; 'presented': 0.72; 'site?': 0.84; 'subject:Testing': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=9QcFxEPw8qTqQEo06dUiNHB0XIOZ3Rmebzz4q334Nwc=; b=sV7Tm4HX8740UHkFXmReKjMgbkYjWI60WCwKheGd4tbnOnuoOJVdzGR7VOKXWOuXOa knbfiZNgcGMKH9YbIeXfLZVDcmAZngog413oNcC4JlBd2fVV2V22ajTviZUZuWgxGyjl gHeugOWW8BxuFH5XJ7Yc/QQYDiVRu00IDukHdiLLXOLdD3GHayLbbC9/lX2Tkq1QO5/6 zHrGBUT+9ybkMb04aDH+XlugDB7HcV39dkoNmW+xUuOD9SqtSyYl/tdIFhHGB8CnXZMJ ZySW83wH8LPkvBptfwjDYslOYDTpY4SJk60v2VPtwWkUrmxYGqb7wr8t0QWPx1uKWjum t7Uw== |
| MIME-Version | 1.0 |
| X-Received | by 10.58.219.6 with SMTP id pk6mr19176937vec.41.1360595683789; Mon, 11 Feb 2013 07:14:43 -0800 (PST) |
| Date | Mon, 11 Feb 2013 09:14:43 -0600 |
| Subject | Web Testing Frameworks |
| From | Greg Lindstrom <gslindstrom@gmail.com> |
| To | python-list@python.org |
| Content-Type | multipart/alternative; boundary=60eb69fdf3256a4a6204d5745e02 |
| X-Mailman-Approved-At | Tue, 12 Feb 2013 08:58:41 +0100 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1689.1360655922.2939.python-list@python.org> (permalink) |
| Lines | 47 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1360655922 news.xs4all.nl 6846 [2001:888:2000:d::a6]:57347 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:38735 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
Hello, I'm not wanting to start anything here, but I am wanting to automate testing of my Django-based websites. A quick search on Google turns up a number of packages and I would like to know if any stand out from the others? Our main sites are used to display a customer dashboard, so my concerns are is the site up and assessable, are the proper navigational tabs displayed and is the appropriate information presented when I fill out a request. My guess is that is pretty standard for testing a web site? So, 1. What framework(s) should I look at? 2. Where can I get information/documentation/training on how to test a web site? Thanks! --greg
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Web Testing Frameworks Greg Lindstrom <gslindstrom@gmail.com> - 2013-02-11 09:14 -0600 Re: Web Testing Frameworks John Gordon <gordon@panix.com> - 2013-02-12 15:10 +0000
csiph-web