Forum Discussion

sagarvshinde's avatar
sagarvshinde
Occasional Contributor
2 years ago
Solved

Can I test web application url navigation and UI from a desktop application

Team, I have few queries  1) In our desktop application  - on clicking Report menu, it opens a web url in IE browser. Now on this url I want to capture screenshot once its loaded and may be verify ...
  • AlexKaras's avatar
    2 years ago

    Hi,

     

    There is no problem with automation of both your scenarios if you have Desktop and Web module licenses for TestComplete.

    Just record a short test for both scenarios to get an overall idea how the code will look like in TestComplete. Then modularize and parameterize it as needed. The primary thing that you will need to pay attention to is:

    -- To wait until the browser is started after clicking menu command in desktop application and wait until it loads web page; and

    -- Wait until desktop application is started and becomes ready to process user input when a button is clicked on web page.