about summary refs log tree commit diff
path: root/usth/ICT2.7/P4L2 Black-Box Testing Subtitles/7 - Overview Quiz Solution - lang_en_vs4.srt
diff options
context:
space:
mode:
Diffstat (limited to 'usth/ICT2.7/P4L2 Black-Box Testing Subtitles/7 - Overview Quiz Solution - lang_en_vs4.srt')
-rw-r--r--usth/ICT2.7/P4L2 Black-Box Testing Subtitles/7 - Overview Quiz Solution - lang_en_vs4.srt71
1 files changed, 71 insertions, 0 deletions
diff --git a/usth/ICT2.7/P4L2 Black-Box Testing Subtitles/7 - Overview Quiz Solution - lang_en_vs4.srt b/usth/ICT2.7/P4L2 Black-Box Testing Subtitles/7 - Overview Quiz Solution - lang_en_vs4.srt
new file mode 100644
index 0000000..88e7cd5
--- /dev/null
+++ b/usth/ICT2.7/P4L2 Black-Box Testing Subtitles/7 - Overview Quiz Solution - lang_en_vs4.srt
@@ -0,0 +1,71 @@
+1

+00:00:00,190 --> 00:00:03,030

+In this case there's not really a right answer because there's

+

+2

+00:00:03,030 --> 00:00:05,750

+many, many features that you could identify in a piece of

+

+3

+00:00:05,750 --> 00:00:08,655

+software as complex as a, a spreadsheet. So I'm just going

+

+4

+00:00:08,655 --> 00:00:11,900

+to give you three examples. So one could be the cell merging

+

+5

+00:00:11,900 --> 00:00:14,950

+operation. So the operation in which we merge two cells in

+

+6

+00:00:14,950 --> 00:00:18,550

+the spreadsheet. Another example could be chart creation, so I might want

+

+7

+00:00:18,550 --> 00:00:21,370

+to test the feature that allows you to create charts in

+

+8

+00:00:21,370 --> 00:00:23,310

+your spreadsheets. Yet another example could

+

+9

+00:00:23,310 --> 00:00:25,540

+be the test of statistical functions,

+

+10

+00:00:25,540 --> 00:00:29,350

+so the function that allows you to do various statistical calculations on

+

+11

+00:00:29,350 --> 00:00:32,650

+the numbers in your cells. And as I said there's many, many

+

+12

+00:00:32,650 --> 00:00:35,900

+more example that we could use. But the key thing I want

+

+13

+00:00:35,900 --> 00:00:38,770

+to convey here is the fact that there is no way you

+

+14

+00:00:38,770 --> 00:00:42,020

+can look at a spreadsheet with all the functionality that it provides

+

+15

+00:00:42,020 --> 00:00:44,160

+and just go and test it. The first step, what you need

+

+16

+00:00:44,160 --> 00:00:47,430

+to do first, is to identify which ones are the pieces of

+

+17

+00:00:47,430 --> 00:00:50,620

+functionality that I can test individually. So that's why this is the

+

+18

+00:00:50,620 --> 00:00:52,310

+first step in black-box testing.