Forum Discussion
OK thanks - that's promising. Yes we have both of those modules installed. What's the process please?
Thanks
David
Hi David,
As Robert replied - no real process, just scripting as usual :)
TestComplete references tested objects using the Sys.Process.Object1.Object2... hierarchy.
So, for your desktop application you will have something like Sys.desktopApp.mainForm.textBox1 call and for the web application this will be the Sys.Browser("chrome/ie/firefox/...").page.form.panel1.textBox1 call. And there is no problem to use both these objects within one test in TestComplete.
So, no problem with your scenario.
I would suggest you to record some sample test scenario for both your applications with TestComplete to get an idea of how test code will look like.