I am relatively new to SWTBot for Tool Testing.I am runing JUnit Test case where TestCase should run on selection of project and files in the project should be loaded before the test case starts executing but Testcase starts executing without waiting for the Loading Process.
Loading of the files in the project was provided by Eclipse (Plugin :-org.eclipse.sphinx.emf.workspace.loading ) using ProgressBar.
By surfing through the Internet i have foundout
bot.waitUntil()
is used to halt TestCase if any operation have to be completed before proceeding further. I have tried multiple options but unable to get the result i was expecting.
Can any one help me on this one