Thank you David,
That seems to be just what I was after...not an ideal solution, but a solution nevertheless :)
Another sort of question that relates to this...
See the waitProperty line:
//Delays the script execution until the specified property equals the specified value or until the specified time limit elapses.
Aliases["Nano_UI"]["NanoFrame"]["MainPanel"]["ModulePanel"]["SystemTabs"]["SystemTabsControl"]["System_PJsTab"]["ProcessJobsPage"]["SYS_processJobsSplitContainer"]["SYS_PJsSplitterPanel1"]["ProcessJobListView"]["WaitProperty"]("wItemCount", 0, 600000);
Is there any way at all to intercept things happening while this line is being processed? For example - some alarm might occur while a job is in progress... and I don't really want to be waiting until the 10 minutes is up to find out if something went wrong.
In essence, I would like to/need to be able to wait for things to happen, so that the test doesn't time out, but have the ability to check other things in the meantime.
Is this a possiblity, or something that could be added into TestComplete as a feature request at a later date?
Cheers, and Happy New Year to everyone @ SmartBear etc.
J.
["Nano_UI"]["NanoFrame"]["MainPanel"]["ModulePanel"]["SystemTabs"]["SystemTabsControl"]["System_PJsTab"]["ProcessJobsPage"]["SYS_processJobsSplitContainer"]["SYS_PJsSplitterPanel1"]["ProcessJobListView"]["WaitProperty"]("wItemCount", 0, 600000);Is there any way at all to intercept things happening while this line is being processed? For example - some alarm might occur while a job is in progress... and I don't really want to be waiting until the 10 minutes is up to find out if something went wrong. In essence, I would like to/need to be able to wait for things to happen, so that the test doesn't time out, but have the ability to check other things in the meantime. Is this a possiblity, or something that could be added into TestComplete as a feature request at a later date? Cheers, and Happy New Year to everyone @ SmartBear etc.J.