Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38735
| Date | 2013-02-11 09:14 -0600 |
|---|---|
| Subject | Web Testing Frameworks |
| From | Greg Lindstrom <gslindstrom@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1689.1360655922.2939.python-list@python.org> (permalink) |
[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