# Test isn't working in ContinuaCI

**URL:** https://www.finalbuilder.com/forums/t/test-isnt-working-in-continuaci/5221
**Category:** Discussion
**Created:** [August 29, 2014, 3:35am UTC](https://www.finalbuilder.com/forums/t/test-isnt-working-in-continuaci/5221 "2014-08-29T03:35:46Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![giancarloandroid](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/g/ce7236/32.png) [@giancarloandroid](https://www.finalbuilder.com/forums/u/giancarloandroid)
#### Post date: [August 29, 2014, 3:35am UTC](https://www.finalbuilder.com/forums/t/test-isnt-working-in-continuaci/5221/1 "2014-08-29T03:35:46Z")

</div>

Good morning.  
  
I have ContinuaCI, Finalbuilder and I am doing tests with my projects in Delphi XE5.  
  
When I make the tests directly in Finalbuilder it works and show me the results, but when I start it in ContinuaCI happens a infinite loop and the .exe of the test doesn’t work correctly and doesn’t give me the results. I think is because of the project components, like Forms.  
  
What can I do?

---

<div class="post-metadata">

### Author: ![Vincent](https://www.finalbuilder.com/forums/user_avatar/www.finalbuilder.com/vincent/32/938_2.png) [@Vincent](https://www.finalbuilder.com/forums/u/Vincent)
#### Post date: [August 30, 2014, 1:55am UTC](https://www.finalbuilder.com/forums/t/test-isnt-working-in-continuaci/5221/2 "2014-08-30T01:55:34Z")

</div>

Need more information. What test framework? What are your tests doing. To run it from Continua CI, it must be a console app that does not require any interaction from a user.

---

<div class="post-metadata">

### Author: ![giancarloandroid](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/g/ce7236/32.png) [@giancarloandroid](https://www.finalbuilder.com/forums/u/giancarloandroid)
#### Post date: [September 2, 2014, 2:57am UTC](https://www.finalbuilder.com/forums/t/test-isnt-working-in-continuaci/5221/3 "2014-09-02T02:57:15Z")

</div>

DUnit. The test is simulating when the user click on the button to register the data into database. The user doesn’t interacts with the test and it run a console app, but when I run from FinalBuilder show the Delphi components.
