orta / pragmatic-testing

Pragmatic testing ebook
541 stars 39 forks source link

Update types_of_testing.md #17

Closed DivineDominion closed 8 years ago

DivineDominion commented 8 years ago

I corrected a few typos and re-formulated a few sentences to better match how I understand them. This could be wrong, of course :)

I also expanded the topic overviews a bit to frame the following explanations.


@orta I'd love to include a few words on the difference between Unit Testing and Functional Testing/Integration Tests, but I'm not sure if understanding the difference is important for a pragmatic book.

orta commented 8 years ago

WRT:

I'd love to include a few words on the difference between Unit Testing and Functional Testing/Integration Tests, but I'm not sure if understanding the difference is important for a pragmatic book.

Pragmatically, it's XCTest vs UITesting

I covered this a bit in Integration Testing - but am definitely open to adding more around the mental model differences 👍

orta commented 8 years ago

And now that I've read the diff - I think this is a great improvement! Thanks @DivineDominion