PrepAway - Latest Free Exam Questions & Answers

what should be the result of running this script?

set response “This line contain the number 200 OK” set code “100” if { ![ regexp “([0-9]+)” $response match code ] }{ puts “error” exit 5001 } puts “Response matches $code” The CSM platform uses TCL script. Looking at the TCL script above, what should be the result of running this script?

PrepAway - Latest Free Exam Questions & Answers

A.
error

B.
Response matches 200 OK

C.
Response matches 200

D.
Response matches This line contain the number 200 OK

E.
Response matches 100


Leave a Reply