# Is there any way to to define test execution sequence in FuncUnit

**URL:** https://forums.bitovi.com/t/is-there-any-way-to-to-define-test-execution-sequence-in-funcunit/1051
**Category:** Testing
**Created:** [March 7, 2019, 10:43am UTC](https://forums.bitovi.com/t/is-there-any-way-to-to-define-test-execution-sequence-in-funcunit/1051 "2019-03-07T10:43:35Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![manisha](https://avatars.discourse-cdn.com/v4/letter/m/6f9a4e/32.png) [@manisha](https://forums.bitovi.com/u/manisha)
#### Post date: [March 7, 2019, 10:43am UTC](https://forums.bitovi.com/t/is-there-any-way-to-to-define-test-execution-sequence-in-funcunit/1051/1 "2019-03-07T10:43:35Z")

</div>

I need to write automated UI test, for this I am using FuncUnit and QUnit. I want to know is there any way where I can define the sequence in which I want to run the tests in my test file.

---

<div class="post-metadata">

### Author: ![justinbmeyer](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.bitovi.com/justinbmeyer/32/179_2.png) [@justinbmeyer](https://forums.bitovi.com/u/justinbmeyer)
#### Post date: [March 7, 2019, 3:34pm UTC](https://forums.bitovi.com/t/is-there-any-way-to-to-define-test-execution-sequence-in-funcunit/1051/2 "2019-03-07T15:34:39Z")

</div>

I think QUnit has a way to tell your tests to run in the order they are defined.

> **[QUnit.config | QUnit API Docs](https://api.qunitjs.com/config/QUnit.config)**
>
> API reference documentation for QUnit

I think you can set reorder to false.
