Sunday, 15 March 2015

Automated testing to check the value in a table cell - Django. -



Automated testing to check the value in a table cell - Django. -

my django app in need of automated testing.

many of views produce tabular info (from generic list view). have created fixtures test of more complex cases have been causing subtle bugs.

what should using test value in specific table cell (or column)?

there seems lot of testing tools / libraries out there django-test client, selenium, nose. lot of things seem aimed @ unit testing (while not finding many bugs @ level). looking more integration testing. reading documentation libraries going take while find want.

so can advise libraries / tools should utilize check final output values in list view's tabular output? give url, , confirm page returned has value in particular row / column equal expected value.

there seems lot of testing tools / libraries out there django-test client, selenium, nose. lot of things seem aimed @ unit testing (while not finding many bugs @ level). looking more integration testing.

it works integration testing. maybe have found out if had tried ? maybe it's time (re?) read right hacker attitude

also, i've been having loads of fun ghost.py

reading documentation libraries going take while find want.

it's work research well. believe or not took me 5 hours check solutions yesterday , decide go ghost.py , work nicely django (hence gist upload !).

but yeah, if don't want larn new you're stuck @ "not knowing out integration testing". if want larn "how create integration testing" have research. there's no secret friend :)

django testing integration

No comments:

Post a Comment