Fwd: How to automatically test Django apps

77 views
Skip to first unread message

rush

unread,
Dec 16, 2013, 7:54:01 AM12/16/13
to django...@googlegroups.com
 

Furthermore it is not free. According to their price page you have to pay at least 200 euro per year to use it.
 
--
wbr,
rush.
 
 
16.12.2013, 16:48, "Larry Martell" <larry....@gmail.com>:

On Mon, Dec 16, 2013 at 6:37 AM, Michael Herrmann
<michael....@heliumhq.com> wrote:

 Hi everyone,

 I'm working for a startup called BugFree Software. We're launching a new
 Python product for web automation today and, since you are all doing web
 development with Python, I wanted to let you know about it.

 Helium is a library that wraps around Selenium to simplify web automation.
 It does away with many of the technicalities involved with web scripting.
 For example: Here is a Selenium script. Can you guess what it does?
 ff = Firefox()
     ...
 text_area = ff.find_element_by_id("u_0_1q")
 text_area.send_keys("Hello World!")
 button = ff.find_element_by_class_name("_42g-")
 button.click()
 Here is the same script rewritten using Helium:
 start_firefox()
     ...
 write("Hello World!", into="Update Status")
 click("Post")
 Can you now guess what it does? That's right; It updates your Facebook
 status.

 In an extended comparison that we were invited to write for the December
 issue of Professional Tester (professionaltester.com), we found that an
 example script automating Gmail took 66% fewer lines of code and 75% less
 effort using Helium than with Selenium alone.

 You can find more information and download Helium from http://heliumhq.com.
 Any feedback would be highly appreciated.

 Hoping to hear your thoughts and comments,

Is this open source?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACwCsY7xj36vf9pXBELZZ_UNLMbH23%3DA2b3sQ_Br54uSV7Xjgw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

 
-------- End of forwarded message --------
 
 
--
wbr,
rush.

Michael Herrmann

unread,
Dec 17, 2013, 2:26:05 AM12/17/13
to django...@googlegroups.com, dja...@irush.su
On Monday, December 16, 2013 1:54:01 PM UTC+1, rush wrote:
 

Furthermore it is not free. According to their price page you have to pay at least 200 euro per year to use it.

We added a Social License yesterday that is in fact free. :-) Check it out on http://heliumhq.com/purchase

Larry Martell

unread,
Dec 17, 2013, 8:13:43 AM12/17/13
to django...@googlegroups.com, dja...@irush.su
Never heard of a Social License.

bobhaugen

unread,
Dec 17, 2013, 10:00:54 AM12/17/13
to django...@googlegroups.com, dja...@irush.su
That's interesting, but how about making it free for open-source apps who give you a credit on their repos?

Tom Evans

unread,
Dec 17, 2013, 11:32:09 AM12/17/13
to django...@googlegroups.com
On Tue, Dec 17, 2013 at 3:00 PM, bobhaugen <bob.h...@gmail.com> wrote:
> That's interesting, but how about making it free for open-source apps who
> give you a credit on their repos?

Why not just use selenium, then you can use it to test both your open
source sites and ones that you write for a living.

Cheers

Tom

Michael Herrmann

unread,
Dec 19, 2013, 1:48:28 AM12/19/13
to django...@googlegroups.com, dja...@irush.su
On Tuesday, December 17, 2013 4:00:54 PM UTC+1, bobhaugen wrote:
That's interesting, but how about making it free for open-source apps who give you a credit on their repos?

Interesting idea! We'll think about it.

Best,
Michael 
Reply all
Reply to author
Forward
0 new messages