shutch
6 years agoNew Contributor
Error java.lang.NullPointerException: Connot invoke method get() on null object error at line: 14
Hello,
I am getting the following error when trying to run tests on my Production environment:
Error java.lang.NullPointerException: Connot invoke method get() on null object error at line: 14
The weird part is I can run these tests succufully on my Dev, QA and UAT environments without an issue. The other strange thing is I am using this Test Step in multiple testcases. I have around 100 tests in my stuite, and roughly 15 are failing on the same TestStep in Production environment only. The tests are GET calls. I have attached the error message and code.
Thanks!