Steps:-
1) Created a script in selenium using eclipse with transaction.
2) Made a executable jar file.
3) Launched Neo Load and added (java_test_script) with executable jar file path.
4) Start playing that script.
Issue:- Not able to see transaction which was made in selenium script.
Refer attached selenium script for more details.
Thanks in advance.
In order to create a NeoLoad User Path containing your Transactions, the jar need to be launched outside of NeoLoad (but with a NeoLoad opened) in Design mode.
For example in a cmd:
java -jar [jar-name].jar -Dnl.selenium.proxy.mode=Design
The documentation example where the jar is launched inside NeoLoad is for End User Experience.