Forum Discussion
kola
New Contributor
Hi Thank you for your response getting this error message java.lang.NullPointerException
avidCoder
7 years agoSuper Contributor
Null Pointer Exception means there is some problem with your selenium code. I'll show you a demo here. How it works. I have attached a jar file with this answer. Download this jar file and put inside soapui home/bin/ext and then write this line of code in to soap ui :-
import pack.* def b = new Test() def c = b.addition(3,4) log.info c log.info("Hello")
It will print you this:-
- Wed Mar 07 23:06:52 IST 2018:INFO:7
- Wed Mar 07 23:06:52 IST 2018:INFO:Hello
And before creating any jar file please fix the java errors and then export it as jar.
Related Content
- 6 years ago
Recent Discussions
- 15 years ago