Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

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 :

  1. watch 2 min intro http://seleniumhq.org/movies/intro.mov
  2. how selenium works
  3. testing phpunit , selenium

Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -