about summary refs log tree commit diff
path: root/usth/ICT2.7/P4L3 White-Box Testing Subtitles/28 - Review 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/P4L3 White-Box Testing Subtitles/28 - Review Quiz - lang_en_vs4.srt
parentdc6f57c3af35f599abab2c4bac950654282cb519 (diff)
downloadcp-8a7dfa0972c83fd811a4296e7373574bea4a28d0.tar.gz
[usth/ICT2.7] Remove Udacity transcribes
Diffstat (limited to 'usth/ICT2.7/P4L3 White-Box Testing Subtitles/28 - Review Quiz - lang_en_vs4.srt')
-rw-r--r--usth/ICT2.7/P4L3 White-Box Testing Subtitles/28 - Review Quiz - lang_en_vs4.srt31
1 files changed, 0 insertions, 31 deletions
diff --git a/usth/ICT2.7/P4L3 White-Box Testing Subtitles/28 - Review Quiz - lang_en_vs4.srt b/usth/ICT2.7/P4L3 White-Box Testing Subtitles/28 - Review Quiz - lang_en_vs4.srt
deleted file mode 100644
index d6dd40a..0000000
--- a/usth/ICT2.7/P4L3 White-Box Testing Subtitles/28 - Review Quiz - lang_en_vs4.srt
+++ /dev/null
@@ -1,31 +0,0 @@
-1

-00:00:00,290 --> 00:00:03,220

-Now let's do another quiz considering a slightly different piece

-

-2

-00:00:03,220 --> 00:00:05,050

-of code. In this case we have five layers of

-

-3

-00:00:05,050 --> 00:00:08,684

-code. We have a variable i, a variable j. Variable

-

-4

-00:00:08,684 --> 00:00:11,620

-j is read from the input. And then based on

-

-5

-00:00:11,620 --> 00:00:14,500

-this predicate, we either print the value of i or

-

-6

-00:00:14,500 --> 00:00:16,850

-simply exit. And what I want to know from you is

-

-7

-00:00:16,850 --> 00:00:19,990

-whether you can create a test suite to achieve statement

-

-8

-00:00:19,990 --> 00:00:22,660

-coverage for this simple piece of code. Yes or no?