_ivanovich_Frequent Contributor6 years agoHow to write if statement with multiple operators ? Hi, is there a better way to re-write this statement? a ='1a' b ='2a' c = '3a' d= '4a' e ='5a' if (a=='1a' || b == '2a' || c =='3a') && (d == '4a'){ assert e =='5a' Thank you Show More
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 ContentMultiple sql statements in one JDBC step with OracleIf-else statementDuplicate gherkin statements