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 - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -