The Wait method in QTP/UFT (inherited from VBScript) accepts seconds as a required parameter and milliseconds as an optional parameter. The syntax is Wait(seconds, milliseconds), where milliseconds can be omitted. Option B incorrectly states milliseconds are not supported, while option C incorrectly states they are mandatory.