rraghvaniChampion Level 3Joined 4 years ago4557 Posts1253 LikesLikes received536 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Issue in launching ClickOnce application from Window Task scheduler You will have to use SessionCreator, along with TestExecute. TestComplete can be used, but it's a development tool. You can get more information from Running Tests via Remote Desktop and Running Tests on Locked Computers. Re: Issue in launching ClickOnce application from Window Task scheduler Without seeing any code or configurations, it becomes a guessing game! Re: Issue in launching ClickOnce application from Window Task scheduler That's a configuration file, specific to TestComplete. You should be referring to Managing Tested Applications. You need to ensure that the TestedApps is configured correctly to launch the ClickOnce application. Re: Issue in launching ClickOnce application from Window Task scheduler Where are you getting "TestedApps.rundll323.Run(1, true)" from? Re: TestComplete - DB Table local variable not refreshing Without seeing the code, it's difficult to provide a possible solution. Re: Python module import issue after TestComplete upgrade – built-in objects not available This is not Support, it's a Community based forum. To resolve your issue, see Python - Specifics of Usage section Working with TestComplete Global Objects in Python 3.13 Re: Issue in launching ClickOnce application from Window Task scheduler Could you verify whether the ClickOnce launcher is actually starting - after the scheduled task runs, check Task Manager for: dfsvc.exe and rundll32.exe If none appear, then ClickOnce activation step is failing before the application starts. How is TestComplete launching the ClickOnce application? What are the exact parameters? Re: Issue in launching ClickOnce application from Window Task scheduler Great. While the automation is running, is there an active interactive Windows user session available? For example, is a user logged in with access to the desktop UI? If the machine is locked or running without an interactive desktop session, TestComplete will be unable to interact with the application's user interface, causing the test to fail. TestComplete requires an active interactive user session to access and automate the GUI of the application under test (AUT). Without an interactive session, the test engine cannot interact with UI elements, and the automated tests will not run successfully. Re: Issue in launching ClickOnce application from Window Task scheduler When running TestComplete, you need to have an interactive Windows user session with a UI. Question - is your Task Schedule triggering the TestComplete srcipts? If yes, does TestComplete then launch the browser and downloads the ClickOnce application? Which application then launches ClickOnce? Re: Waiting object and incomplete logs TestComplete won't check "all objects" it will only check the object you are interacting with - it will check if the object is visible, active etc before performing an action on it. Call Stack does not get included in the logs - Test Log contains detailed information on all the executed tests, including all the script routines, keyword tests, low-level procedures, and so on