Unanswered question

Can I view results from a command-line run in NeoLoad GUI?

I am planning to run load tests from various computers, most of which I will only have command-line access to.

Is it possible to save the results of a load test executed from the command line and load them on NeoLoad GUI? Or any other way I can analyze those results?

Theodore T.
Theodore T.

Theodore T.

Level
0
23 / 100
points

Answers

NEIL W.
NEIL W.

NEIL W.

Level
0
43 / 100
points

Hi, there are several answers to this. My first question would be is the project under source control (ie. stored on the Neotys Team Server), via the command line you can check out the project and run the test and check in the results which can then be accessed from the any connected Neoload GUI. Reports can be generated from the command line (HTML/PDF, etc). Results can be pushed to Neoload Web and finally, as your question suggests there will be copies of the project spread across multiple machines, the results can be copied off each machine and placed back into a central project.

Theodore T.
Theodore T.

Theodore T.

Level
0
23 / 100
points

I do not have the project under source control on the Neotys Team Server and I do not use NeoLoad Web at the moment.

So it looks like your last suggestion is what I am looking for.

Could you please clarify what is the command for saving the results, where can I find them (location, folder/file names) and how I can load them to NeoLoad GUI after I have copied them to my own computer?

Thanks

NEIL W.
NEIL W.

NEIL W.

Level
0
43 / 100
points

Okay, so the last 2 options are... when you launch your test with NeoloadCmd, you can include the -report switch and pick the type and location of the reports.
E.G...
-report /var/lib/jenkins/workspace/neoload-report/report.html,/var/lib/jenkins/workspace/neoload-report/report.xml -SLAJUnitResults /var/lib/jenkins/workspace/neoload-report/junit-sla-results.xml

Alternatively, you can physically copy the results folder off and place into another consolidation project
E.G...
C:\Users\Administrator\Documents\NeoLoad Projects\CourseFeb\results

Theodore T.
Theodore T.

Theodore T.

Level
0
23 / 100
points

OK, thanks. Can I load a report file in NeoLoad GUI?