A typical UI test environment-
Unit Test [Dev] - jasmine
End 2 End Test [Dev, Advance QA who has some basic UI background]
- protractor
Manual Test [QA]
Feature File [QA] - Feature File could be suffice with e2e or manually
depending upon the test suites. Normally the CSS related issue could not be
done via e2e.

On Fri, Jan 9, 2015 at 1:01 PM, Raul Vieira <[email protected]> wrote:

> 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].
> 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.
>
>
>  --
> 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.
>



-- 
*Rishi Tandon*
Pearson Learning Technology Group

Mobile: (310) 926-9032

Pearson
Always Learning
Learn more at www.pearson.com

-- 
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.

Reply via email to