# Mender Test Procedure Document

**URL:** https://hub.mender.io/t/mender-test-procedure-document/224
**Category:** General Discussions
**Created:** [February 18, 2019, 8:10am UTC](https://hub.mender.io/t/mender-test-procedure-document/224 "2019-02-18T08:10:17Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![pei.cei](https://avatars.discourse-cdn.com/v4/letter/p/77aa72/32.png) [@pei.cei](https://hub.mender.io/u/pei.cei)
#### Post date: [February 18, 2019, 8:10am UTC](https://hub.mender.io/t/mender-test-procedure-document/224/1 "2019-02-18T08:10:17Z")

</div>

Hello,

```
I am looking for the test document for mender back-end or some procedure to run the tests written in python. I am especially looking to test micro-services. 

```

Cheers!  
Pei

---

<div class="post-metadata">

### Author: ![kacf](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/kacf/32/146_2.png) [@kacf](https://hub.mender.io/u/kacf)
#### Post date: [February 18, 2019, 8:40am UTC](https://hub.mender.io/t/mender-test-procedure-document/224/3 "2019-02-18T08:40:42Z")

</div>

There is no written document to do this, but the two types of tests we do are the ones that reside in each microservice, as well as end-to-end tests in our “integration” repository. It’s quite a lengthy script, but you can see how we run it in our test farm in [the build script in “mender-qa”](https://github.com/mendersoftware/mender-qa/blob/master/scripts/jenkins-yoctobuild-build.sh).

Sorry it isn’t documented better, but these tests are not really adapted to end users.

---

<div class="post-metadata">

### Author: ![pei.cei](https://avatars.discourse-cdn.com/v4/letter/p/77aa72/32.png) [@pei.cei](https://hub.mender.io/u/pei.cei)
#### Post date: [February 19, 2019, 6:01am UTC](https://hub.mender.io/t/mender-test-procedure-document/224/4 "2019-02-19T06:01:07Z")

</div>

Hello @kacf

Thank you for the reply. For users using the back-end locally, such document is add on. I am using back-end locally. I will be interested to know the procedure. I am open to create a document for helping others like me.
