about summary refs log tree commit diff
path: root/usth/ICT2.7/P4L3 White-Box Testing Subtitles/20 - B&C Coverage 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/20 - B&C Coverage 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/20 - B&C Coverage Quiz - lang_en_vs4.srt')
-rw-r--r--usth/ICT2.7/P4L3 White-Box Testing Subtitles/20 - B&C Coverage Quiz - lang_en_vs4.srt35
1 files changed, 0 insertions, 35 deletions
diff --git a/usth/ICT2.7/P4L3 White-Box Testing Subtitles/20 - B&C Coverage Quiz - lang_en_vs4.srt b/usth/ICT2.7/P4L3 White-Box Testing Subtitles/20 - B&C Coverage Quiz - lang_en_vs4.srt
deleted file mode 100644
index 6f5c9a1..0000000
--- a/usth/ICT2.7/P4L3 White-Box Testing Subtitles/20 - B&C Coverage Quiz - lang_en_vs4.srt
+++ /dev/null
@@ -1,35 +0,0 @@
-1

-00:00:00,130 --> 00:00:02,969

-So let's have another quiz using the example that we just

-

-2

-00:00:02,969 --> 00:00:06,660

-used. This one is about achieving 100% branch and condition coverage. So

-

-3

-00:00:06,660 --> 00:00:08,850

-let me bring back the two tests cases that we just saw,

-

-4

-00:00:08,850 --> 00:00:11,420

-and as we saw a few minutes ago, these tests cases do

-

-5

-00:00:11,420 --> 00:00:15,540

-not achieve 100% branch and condition coverage despite the fact that they

-

-6

-00:00:15,540 --> 00:00:19,430

-achieve 100% condition coverage. So both conditions are both true and false,

-

-7

-00:00:19,430 --> 00:00:21,820

-for these test cases. So what I want you to do is

-

-8

-00:00:21,820 --> 00:00:25,630

-to add a test case, to achieve 100% branch and condition coverages.

-

-9

-00:00:25,630 --> 00:00:29,740

-So specify the test case by writing here the value for x, and the value for y.