# 5.2 CreateTests from Jenkins

Creation of tests in the form of free style projects.

***Steps to create tests***

1. Create new job from Jenkins
2. Navigate to Dashboard Click on New Item

![](/files/-M4S6jGEHLavcYSunmWr)

1. Go to Build section. Select Execute Windows batch command

![](/files/-M4S6jGGBZCopDPW2Ymv)

**Enter the following commands into it**

```
cd C:\Program Files\SmartBear\ReadyAPI-1.9.0\bin
testrunner.bat -FPDF -f "C:\Test\Reports" -R"ProjectReport" C:\Test\<projectName>.xml
```

If you want to rename the report from Project report to a desired name it is not possible directly in soapui ng pro. However, we can create an additional build step in jenkins to rename using the following command wherein the %ReportName% depicts the String parameter used in Jenkins project.

```
cd C:\Test\Reports
rename "ProjectReport.pdf" "%ReportName%.pdf"
```

Save the project.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://n-saikiran.gitbook.io/soapuingpro/continuous-integration/5.2-run-tests-from-jenkins.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
