This is a good question. Our team believes the tests, both unit and end-to-end, belong with the code base and not in a separate system like QTP. The reason being it keeps us agile by giving us continuous feedback - the tests that run on a developers machine will be those that run on a build server. Putting this in an out-of-band process reduces the feedback. QA contributes by doing more exploratory testing and if there skill set supports it they can be write the end-to-end tests.
I hope that helps. Raul > On Jan 9, 2015, at 12:18 PM, Jeremy Heckathorn <[email protected]> > wrote: > > I am attempting to bridge the gap between the testing done by the QA team and > the Dev team. > > Currently I do unit testing with Jasmine. > > I like what I see with Protractor and I think that is my next step. > > My question is, how can I incorporate QA? Is there a way that they can > contribute (given they are not codes). > > For example. I get a user story form the project manager. QA currently writes > tests in another application for expected functionality. When DEV rewrites > those same tests, plus others, in our code. > > I would love for non-codes to be able to contribute tests so I don't have to > rewrite them again. > > Big thanks in advance for any suggests / comments. > > > > -- > You received this message because you are subscribed to the Google Groups > "AngularJS" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/angular > <http://groups.google.com/group/angular>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
