39
Шаптала Максим | Компьютерная академия Шаг Тестирование ПО

Mva stf module 2 - rus

Embed Size (px)

Citation preview

PowerPoint Presentation

|

1

01 | 1.1 1.2 1.3 1.4 04 | 4.1 4.2 Agile 4.3

02 | 2.1 2.2 2.3 05 | 5.1 5.2 5.3 03 | 3.1 3.2 3.3 3.4 3.5 Appropriately Scoped Test Cases06 | 6.1 6.2 6.3 6.4

2

02 |

Click to edit Master subtitle style

3

2.1 2.2 2.3

4

02 |

2.1

5

:

. : , , .

6

?

?

?

7

: . . - ., . .

8

(, Microsoft Test Manager Microsoft Visual Studio) . ( ).Microsoft Test Manager .

9

; . ; . , , , . , (.. ), . / .

10

(Black box) / . . , . . :, . ( , , ). . .

11

(White Box) , . . , . : . .

12

http://channel9.msdn.com/Series/Visual-Studio-2012-Premium-and-Ultimate-Overview-RUS/Visual-Studio-Ultimate-2012-Easily-reproducing-issues-through-manual-testing-RUS

13

? ? ?

15

2.2 02 |

16

:

17

, ?

?

?

18

(Unit Testing) , , , . , , . . ( ) . , .

Unit tests are automated tests that verify functionality at the component, class, method, or property level.The primary goal of unit testing is to take the smallest piece of testable software in the application, isolate it from the remainder of the code, and determine whether it behaves exactly as you expect.Each unit is tested separately before integrating them into components to test the interfaces between units.Unit tests should be written before (or very soon after) a method is written. Often, developers building the class or method designs the unit test themselves.

19

, () . , (, 56). ., ., , , , , .

20

, . , , . ( ). . , .

21

, , .

, , .

22

?

?

?

23

2.3 02 |

24

:

:

25

?

?

?

26

. .

, : , .

27

, - , , , , . . , . . .

28

, , , / , . , , (lag) . ( , ), , .

29

VisualStudio

http://channel9.msdn.com/Series/Visual-Studio-2012-Premium-and-Ultimate-Overview-RUS/Visual-Studio-Ultimate-2012-Load-testing-applications-in-Visual-Studio-RUS

30

. , , .

32

, .: . .

33

, .

, , , . /. ( , ..).

34

. :: ?: ?: ?: ? .

35

http://channel9.msdn.com/Series/Visual-Studio-2012-Premium-and-Ultimate-Overview-RUS/Visual-Studio-Ultimate-2012-Easily-testing-user-interfaces-with-Coded-UI-tests-RUS

36

?

?

?

38

MSDN Software Testing ResourcesTesting Process for Application Blockshttp://msdn.microsoft.com/en- us/library/ff649517.aspxBlack Box & White Box Testing for Application Blockshttp://msdn.microsoft.com/en- us/library/ff649503.aspxPatterns and Practices: Manual System Testshttp://msdn.microsoft.com/en- us/library/jj159334.aspxTest Early and Oftenhttp://msdn.microsoft.com/en- us/library/vstudio/ee330950.aspxUnit Testinghttp://msdn.microsoft.com/en- us/library/aa292197.aspxUnit Testing: Testing the Insidehttp://msdn.microsoft.com/en- us/library/jj159340.aspx Integration Testing http://msdn.microsoft.com/en- us/library/aa292128.aspx Unit testing, component level testing and UI testing, what to use and whenhttp://blogs.msdn.com/b/raulperez/archive /2010/04/29/unit-testing-component- level-testing-and-ui-testing-what-to-use- and-when.aspxRegression Testinghttp://blogs.msdn.com/b/narendra_parihar s_blog/archive/2012/04/20/regression- testing.aspxPerformance and Stress Testinghttp://msdn.microsoft.com/library/dd2935 40.aspxSecurity Testinghttp://msdn.microsoft.com/en- us/library/aa292190.aspx Localization Testinghttp://msdn.microsoft.com/en- us/library/aa292138.aspxTesting a User Interface (UI)http://msdn.microsoft.com/en- us/library/windows/desktop/ff728827.aspx

39