ramatoNew Contributor15 years ago[Resolved] Truncating property stringI have a project property that I need to shorten. I am guessing I might do it in a groovy script through some string manipulation. Project Property projSerialNumber 123-123-44456 Lets say I want...Show More
ramatoNew Contributor15 years agoString sn = context.expand( '${#Project#projSerialNumber}' )sn.substring(0,11);
Recent DiscussionsSoapUI 5.9.0 Installer.app does not open on macOS Ventura 13.7.5Missing wsi-test-tools in SoapUI 5.9.0How to escape ampersand in Property Expansion?
Related Contentjava.sql.DataTruncation: Data truncation errorDisable warning about text being truncatedTesting for truncation