Need a UUID for use in SOAPUI?

Create a property using a Groovy Script test step with the following line :

def property = java.util.UUID.randomUUID()

or let SOAPUI parse it in-line :

${=java.util.UUID.randomUUID()}

How to Check for the Mac OSX Flashback Trojan

Trojans and viruses are generally something Mac users don’t have to worry about, but there’s a lot of hubub about the so-called Flashback trojan that has apparently infected a several hundred thousand Macs worldwide. The trojan takes advantage of a vulnerability in an older version of Java that allows it to download malware which then “modifies targeted webpages displayed in the web browser.”


http://osxdaily.com/2012/04/05/how-to-check-for-the-flashback-trojan-in-mac-os-x/