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
Post a Comment