Hi We are trying to run neoload project using neloload jenkins plugin. Via declarative pipeline.
Sample pipeline syntax we are using as per the documentation in neoload...
You need the install path of Neoload, see the training video link, for example: /opt/Neoload/7.10/bin/NeoloadCmd
Where did you install it? it wont be in the workspace
We want to create a Git Repo for Neoload scripts.What should be the folder structure?And do we maintain a single project for all user paths or multiple?How do we define the test...
Git is supported in Neoload, create the repo in GitHub or Bit Bucket, then in Neoload, create the project. In Neoload change the project settings to be XML storage and then...
Let's assume you have a File variable, but you are not always certain the number of values in it each time. You want to run 2 or more loops using this file variable in each one...
You need to use Javascript logical action and code to parse your File used in the File Variable to get a line count. This line count value can then be used to run your loop...