Featured post
php - Solutions for testing entire features of an app -
edit: clarify - asking advice on both unit testing and user interface testing.
currently, don't use tdd. while developing application testing working on. testing iteration minor function changes entire models. try not code before test. instant feedback.
of course, experience can see potential problems or bugs occurring i'm coding.
but, after application complete go through entire app on frontend , ensure functions working expected. means literally everything. every add/edit/delete, sort, filter, broken links , such.
this can take lot of time ensure work hardly ever contains bugs after deployment.
however, i'm looking more standard solution. experienced developers do? assume moment single developer , not have testing department etc
do hire beta testers (no if app sensitive public use)?
is viable build series of 'general' unit tests can example test sorting, filter functions. 1 testing add/edit/delete functions.
love hear feedback. changing way develop based on suggestions.
of course david said : unit-testing models , helpers, of course.
and need add selenium
selenium robust set of tools supports rapid development of
test automation web-based applications. selenium provides rich set of testing functions geared needs of testing of web application. these operations highly flexible, allowing many options locating ui elements , comparing expected test results against actual application behavior.
which amazing :
- Get link
- X
- Other Apps
Comments
Post a Comment