Answered question

Transaction are not received in neoload, made by selenium script (executable jar file) any suggestion?

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.

Giriraj B.
Giriraj B.

Giriraj B.

Level
0
4 / 100
points
Alexis N.
Alexis N.

Alexis N.

Level
2
1255 / 2000
points
Team

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.

Did you find this useful ?

No (1)

Yes (3)

75%

75% of users found this answer useful