Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #38735 > unrolled thread

Web Testing Frameworks

Started byGreg Lindstrom <gslindstrom@gmail.com>
First post2013-02-11 09:14 -0600
Last post2013-02-12 15:10 +0000
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  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

#38735 — Web Testing Frameworks

FromGreg Lindstrom <gslindstrom@gmail.com>
Date2013-02-11 09:14 -0600
SubjectWeb Testing Frameworks
Message-ID<mailman.1689.1360655922.2939.python-list@python.org>

[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

[toc] | [next] | [standalone]


#38753

FromJohn Gordon <gordon@panix.com>
Date2013-02-12 15:10 +0000
Message-ID<kfdm0g$10m$1@reader1.panix.com>
In reply to#38735
In <mailman.1689.1360655922.2939.python-list@python.org> Greg Lindstrom <gslindstrom@gmail.com> writes:

> 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

Have you looked at using the built-in django test client?

-- 
John Gordon                   A is for Amy, who fell down the stairs
gordon@panix.com              B is for Basil, assaulted by bears
                                -- Edward Gorey, "The Gashlycrumb Tinies"

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web