latham187
14 years agoOccasional Contributor
Cannot invoke method compareToIgnoreCase() on null object
Hi,
I've been creating test cases for REST web services for the past several months. Recently I've started testing SOAP web services and I am encountering the following error when trying to run my test cases:
ERROR [errorlog] java.lang.NullPointerException: Cannot invoke method compareToIgnoreCase() on null object
java.lang.NullPointerException: Cannot invoke method compareToIgnoreCase() on null object
All of the test cases are failing. However, when I run each test step manually they all pass. Any suggestions?
-Matt
I've been creating test cases for REST web services for the past several months. Recently I've started testing SOAP web services and I am encountering the following error when trying to run my test cases:
ERROR [errorlog] java.lang.NullPointerException: Cannot invoke method compareToIgnoreCase() on null object
java.lang.NullPointerException: Cannot invoke method compareToIgnoreCase() on null object
All of the test cases are failing. However, when I run each test step manually they all pass. Any suggestions?
-Matt