# Advanced Topics

## How to Execute a JMeter Test Plan in ZebraTester <a href="#advancedtopics-howtoexecuteajmetertestplaninzebratester" id="advancedtopics-howtoexecuteajmetertestplaninzebratester"></a>

A **JMeter Test Plan** describes a series of steps JMeter will execute when run. A complete test plan will consist of one or more Thread Groups, logic controllers, sample generating controllers, listeners, timers, assertions, and configuration elements. These test plans are saved as a “.JMX” file and ZebraTester can execute these **JMeter Test Plan** files natively.

## [JUnit testing](https://apica-kb.atlassian.net/wiki/spaces/DAZT/pages/390070344) <a href="#advancedtopics-junittesting" id="advancedtopics-junittesting"></a>

**JUnit** is an open-source Unit **Testing** Framework for JAVA. It is useful for Java Developers to write and run repeatable **tests**. ... As the name implies, it is used for Unit **Testing** of a small chunk of code. Developers who are following **test**-driven methodology must write and execute unit **tests** first before any code.

ZebraTester supports executing JUnit test cases.


---

# 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://docs.apica.io/platform-docs/zebratester-scripting/zebratester-user-guide/advanced-topics.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.
