Skip to content

Instantly share code, notes, and snippets.

@jceloi
Last active January 24, 2017 14:31
Show Gist options
  • Save jceloi/3bfdb1b1ef88c71ea4b9233a09be265a to your computer and use it in GitHub Desktop.
Save jceloi/3bfdb1b1ef88c71ea4b9233a09be265a to your computer and use it in GitHub Desktop.
SOAPUI Prompt et stockage en property
import com.eviware.soapui.suport.*
def alert = com.eviware.soapui.support.UISupport
def trainId = alert.prompt("ID Train", "Initialisation")
testCase.setPropertyValue("trainId", trainId)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment