I have the following script with 1 thread and 2 iterations. 
Debug in Switch is not called. The second Google in the first iteration and the second Yahoo in the second iteration are not executed. Why?
Thank you for the help.
I added the image of Switch Controller.

Google and Yahoo are Simple Controllers with one HTTP Request Sampler.



Remove spaces in the
Domains.csvfile in the second column. As of nowaction= Googleis checked instead ofaction=Google. so the behaviour.Domains.csv
Note: As you are using
Switch Controller, it executes only matching element inside of it.Debug Sampler in Switchelement will never be matched as you are looking for eitherGoogleorYahoo.As
Edi Prayitnomentioned, you can keep it inside the Simple Controller, if you want to executeDebug Sampler in Switchevery time.