Aguezz

Unit Test Koreksi

Oct 16th, 2021 (edited)
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.67 KB | None | 0 0
  1. calculateResult()
  2. test for each type
  3. test jenis pil
  4. if answer key = "A"
  5. ✓ should correct with answer = "A" (5 ms)
  6. ✓ should incorrect with answer = "B" (1 ms)
  7. ✓ should incorrect with answer = "C" (1 ms)
  8. ✓ should incorrect with answer = "D"
  9. ✓ should incorrect with answer = "E"
  10. ✓ should incorrect with answer = "F" (1 ms)
  11. if answer key = "B"
  12. ✓ should incorrect with answer = "A"
  13. ✓ should correct with answer = "B"
  14. ✓ should incorrect with answer = "C"
  15. ✓ should incorrect with answer = "D"
  16. ✓ should incorrect with answer = "E" (1 ms)
  17. ✓ should incorrect with answer = "F"
  18. if answer key = "C"
  19. ✓ should incorrect with answer = "A"
  20. ✓ should incorrect with answer = "B" (1 ms)
  21. ✓ should correct with answer = "C"
  22. ✓ should incorrect with answer = "D" (1 ms)
  23. ✓ should incorrect with answer = "E"
  24. ✓ should incorrect with answer = "F"
  25. if answer key = "D"
  26. ✓ should incorrect with answer = "A" (1 ms)
  27. ✓ should incorrect with answer = "B"
  28. ✓ should incorrect with answer = "C"
  29. ✓ should correct with answer = "D" (1 ms)
  30. ✓ should incorrect with answer = "E"
  31. ✓ should incorrect with answer = "F"
  32. if answer key = "E"
  33. ✓ should incorrect with answer = "A" (1 ms)
  34. ✓ should incorrect with answer = "B"
  35. ✓ should incorrect with answer = "C" (1 ms)
  36. ✓ should incorrect with answer = "D"
  37. ✓ should correct with answer = "E"
  38. ✓ should incorrect with answer = "F" (1 ms)
  39. if answer key = "F"
  40. ✓ should incorrect with answer = "A"
  41. ✓ should incorrect with answer = "B" (1 ms)
  42. ✓ should incorrect with answer = "C"
  43. ✓ should incorrect with answer = "D"
  44. ✓ should incorrect with answer = "E" (1 ms)
  45. ✓ should correct with answer = "F"
  46. test jenis mlt
  47. if answer key = "ACE"
  48. ✓ should correct "1" with answer = "A" (1 ms)
  49. ✓ should correct "1" with answer = "C"
  50. ✓ should correct "1" with answer = "E" (1 ms)
  51. ✓ should correct "2" with answer = "AC"
  52. ✓ should correct "3" with answer = "ACE"
  53. ✓ should correct "2" with answer = "ABCE"
  54. ✓ should correct "2" with answer = "ACED"
  55. ✓ should correct "1" with answer = "ABC"
  56. ✓ should correct "0" with answer = "ABCD" (1 ms)
  57. ✓ should correct "0" with answer = "B"
  58. ✓ should correct "0" with answer = "D"
  59. ✓ should correct "0" with answer = "BD"
  60. ✓ should correct "0" with answer = "BDF" (1 ms)
  61. test jenis isi
  62. if answer key = "Joni|Om Jon|joni"
  63. ✓ should correct "0" with answer = "" (1 ms)
  64. ✓ should correct "0" with answer = " "
  65. ✓ should correct "0" with answer = " | | " (1 ms)
  66. ✓ should correct "0" with answer = "Joni| | " (1 ms)
  67. ✓ should correct "0" with answer = " |Om Jon| "
  68. ✓ should correct "0" with answer = " | |joni"
  69. ✓ should correct "1" with answer = "Joni|Om Jon| " (1 ms)
  70. ✓ should correct "1" with answer = "Joni| |joni"
  71. ✓ should correct "1" with answer = " |Om Jon|joni" (1 ms)
  72. ✓ should correct "3" with answer = "Joni|Om Jon|joni"
  73. ✓ should correct "1" with answer = "Joni|om jon|joni"
  74. ✓ should correct "0" with answer = "joni|om jon|joni"
  75. ✓ should correct "0" with answer = "joni|Om Jon|Joni"
  76. test jenis drag
  77. if answer key = "123|456|789"
  78. ✓ should correct "0" with answer = "" (1 ms)
  79. ✓ should correct "0" with answer = " " (1 ms)
  80. ✓ should correct "0" with answer = " | | " (1 ms)
  81. ✓ should correct "0" with answer = "123| | "
  82. ✓ should correct "0" with answer = " |456| " (1 ms)
  83. ✓ should correct "0" with answer = " | |789"
  84. ✓ should correct "1" with answer = "123|456| "
  85. ✓ should correct "1" with answer = "123| |789" (1 ms)
  86. ✓ should correct "1" with answer = " |456|789"
  87. ✓ should correct "3" with answer = "123|456|789"
  88. ✓ should correct "0" with answer = "123|789|456"
  89. ✓ should correct "0" with answer = "789|123|456"
  90. test jenis als
  91. if answer key = "AB"
  92. ✓ should correct with answer = "A" (1 ms)
  93. ✓ should correct with answer = "B"
  94. ✓ should incorrect with answer = "C" (1 ms)
  95. ✓ should incorrect with answer = "D"
  96. ✓ should incorrect with answer = "E"
  97. ✓ should incorrect with answer = "F" (1 ms)
  98. if answer key = "CD"
  99. ✓ should incorrect with answer = "A"
  100. ✓ should incorrect with answer = "B"
  101. ✓ should correct with answer = "C" (1 ms)
  102. ✓ should correct with answer = "D"
  103. ✓ should incorrect with answer = "E"
  104. ✓ should incorrect with answer = "F" (1 ms)
  105. if answer key = "EF"
  106. ✓ should incorrect with answer = "A"
  107. ✓ should incorrect with answer = "B"
  108. ✓ should incorrect with answer = "C" (1 ms)
  109. ✓ should incorrect with answer = "D" (1 ms)
  110. ✓ should correct with answer = "E"
  111. ✓ should correct with answer = "F"
  112. test jenis cck
  113. if answer key = "B|S|B"
  114. ✓ should correct "0" with answer = "" (1 ms)
  115. ✓ should correct "0" with answer = " "
  116. ✓ should correct "1" with answer = "B "
  117. ✓ should correct "1" with answer = " S "
  118. ✓ should correct "1" with answer = " B" (1 ms)
  119. ✓ should correct "2" with answer = "BS " (1 ms)
  120. ✓ should correct "2" with answer = "B B"
  121. ✓ should correct "2" with answer = " SB"
  122. ✓ should correct "3" with answer = "BSB"
  123. ✓ should correct "2" with answer = "BBB" (1 ms)
  124. ✓ should correct "2" with answer = "SSB"
  125. ✓ should correct "2" with answer = "BSS"
  126. ✓ should correct "1" with answer = "SSS" (1 ms)
  127. ✓ should correct "0" with answer = "SBS" (1 ms)
  128. test jenis sort
  129. ✓ should correct with answer = "1" (1 ms)
  130. ✓ should correct with answer = "2" (1 ms)
  131. ✓ should correct with answer = "3"
  132. ✓ should correct with answer = "4"
  133. ✓ should correct with answer = "5" (1 ms)
  134. ✓ should correct with answer = "6"
  135. ✓ should correct with answer = "123"
  136. ✓ should correct with answer = "321"
  137. ✓ should incorrect with answer = "" (1 ms)
  138. ✓ should incorrect with answer = " " (1 ms)
  139. test jenis lik
  140. ✓ should correct with answer = "A" (1 ms)
  141. ✓ should correct with answer = "B"
  142. ✓ should correct with answer = "C" (1 ms)
  143. ✓ should correct with answer = "D"
  144. ✓ should correct with answer = "E"
  145. ✓ should correct with answer = "F" (1 ms)
  146. ✓ should incorrect with answer = "" (1 ms)
  147. ✓ should incorrect with answer = " " (1 ms)
  148. test jenis sjt
  149. ✓ should correct with answer = "A"
  150. ✓ should correct with answer = "B"
  151. ✓ should correct with answer = "C" (1 ms)
  152. ✓ should correct with answer = "D" (1 ms)
  153. ✓ should correct with answer = "E"
  154. ✓ should correct with answer = "F"
  155. ✓ should incorrect with answer = "" (1 ms)
  156. ✓ should incorrect with answer = " "
Add Comment
Please, Sign In to add comment