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?
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.
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.