_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
nmraoCommunity Hero6 years agoIt is not possible to comment unless some one wears your hat.Please explain the issue you are facing.
Recent DiscussionsHow do I create a JSON file?SOAPUI 5.9.1 Still Includes Log4j 2.17.1 — When Will an Updated Version Be Released?20 years of SoapUI - Share your story