angularjs - Can protractor be used for Test Driven Developement? -


can protractor used test driven developement ? want know whether can use protractor tdd. if yes ,please share example.

tdd refers unit testing, can achieved using karma. protractor wraps selenium intended functional testing - makes sure views on app working expected. wouldn't use these kind of tests drive development process can't test actual input/output of methods, want doing in tdd workflow.


Comments

Popular posts from this blog

html - Cut text on left side inside button while centering -

plugins - CodeIgniter support on netbeans 8.0 -

php - Selecting items from MySQL for a status update feed efficiently while accounting for possible spam -