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

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -