about summary refs log tree commit diff
path: root/usth/ICT2.7/P4L2 Black-Box Testing Subtitles/4 - Overview Quiz - lang_en_vs4.srt
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-07-19 20:34:40 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-07-19 20:34:40 +0700
commit8a7dfa0972c83fd811a4296e7373574bea4a28d0 (patch)
tree16d37247e8b909ce5f885affd2b2473faab891fd /usth/ICT2.7/P4L2 Black-Box Testing Subtitles/4 - Overview Quiz - lang_en_vs4.srt
parentdc6f57c3af35f599abab2c4bac950654282cb519 (diff)
downloadcp-8a7dfa0972c83fd811a4296e7373574bea4a28d0.tar.gz
[usth/ICT2.7] Remove Udacity transcribes
Diffstat (limited to 'usth/ICT2.7/P4L2 Black-Box Testing Subtitles/4 - Overview Quiz - lang_en_vs4.srt')
-rw-r--r--usth/ICT2.7/P4L2 Black-Box Testing Subtitles/4 - Overview Quiz - lang_en_vs4.srt35
1 files changed, 0 insertions, 35 deletions
diff --git a/usth/ICT2.7/P4L2 Black-Box Testing Subtitles/4 - Overview Quiz - lang_en_vs4.srt b/usth/ICT2.7/P4L2 Black-Box Testing Subtitles/4 - Overview Quiz - lang_en_vs4.srt
deleted file mode 100644
index dda3144..0000000
--- a/usth/ICT2.7/P4L2 Black-Box Testing Subtitles/4 - Overview Quiz - lang_en_vs4.srt
+++ /dev/null
@@ -1,35 +0,0 @@
-1

-00:00:00,740 --> 00:00:02,780

-So, now I want to do a little quiz about

-

-2

-00:00:02,780 --> 00:00:05,530

-identifying testable features. Let's consider

-

-3

-00:00:05,530 --> 00:00:07,700

-this simple problem called printSum.

-

-4

-00:00:07,700 --> 00:00:09,680

-We won't see the implementation because we are doing black-box

-

-5

-00:00:09,680 --> 00:00:12,780

-testing. And all we need to know is that printSum takes

-

-6

-00:00:12,780 --> 00:00:15,550

-two integers, a and b, and prints the sum of

-

-7

-00:00:15,550 --> 00:00:17,540

-these two numbers. So what I want to ask, is

-

-8

-00:00:17,540 --> 00:00:20,700

-how many independently testable features do we have here? Do

-

-9

-00:00:20,700 --> 00:00:24,860

-we have one, two, three features? Or more than three features?