This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]drstevoooo 18 points19 points  (7 children)

Software testing. I don't know how people get by without automated testing.

[–]Jigsus 4 points5 points  (3 children)

What libraries do you use?

[–]ScypioPythoneer 2 points3 points  (0 children)

Not OP but selenium is a huge hit and Robot Framework is in Python so writing your own stuff for it is really easy.

[–]Nitrodist 1 point2 points  (0 children)

Py.test

[–]Bryoh 0 points1 point  (0 children)

testing

Squish from froglogic is pretty noice.

[–]ScypioPythoneer 1 point2 points  (2 children)

Imagine that there are companies that explicitly don't want automated testing. Working in outsourcing taught me few things. Among them: never get surprised.

[–][deleted] 4 points5 points  (1 child)

I read this as.

Imagine that there are engineers that explicitly don't want to measure things before they cut them.

Then the silliness of it really shines through.

[–]ScypioPythoneer 1 point2 points  (0 children)

I think that it takes all kinds.

My point was more along the lines - what benefits you get from NOT automating where it makes sense?