Ability to copy project files to slave selectively
It would be nice where to be able to selectively copy project files down to the slave pc. For example, instead of copying down the whole project I would be able copy down a directory or file. This would save a lot of time being that it sometimes takes close to 5 minutes to copy down project to slave.12KViews6likes4CommentsVisual Studio Integration - Include Test Complete Tests as part of Visual Studio Load Tests
Visual Studio enterprise allows us to create Load Teststo performance test our application. This achieved by creating a series of Web Performance Test scripts and then creating a Load Test setup to distribute the scripts and user load in a controlled manner. (Fig 1) Currently Test Completes support integration with Visual Studio where Test complete scripts can be run via a Visual Studio controller and Test Agent config. But this is limited to only running Test complete tests one by one (Like a regression test suite). Unfortunately a Test Complete script which is in a Visual Studio project cannot be run via the Visual Studio Load Test setup as it does not recognise Test Complete scripts. You get the below error when tying to add the test to a load test config (Fig 2) The reason why Test Complete comes in handy for load tests is because some applications depend on processing in the client end before displaying the results in the GUI (something like a thick client). The time taken for this processing would not be captured via middle tier simulation supported by Visual Studio. Business critical systems which require transaction performance monitored release by release will benefit from the ability to include Test complete scripts in a Visual Studio Load Test as it will allow us to create background "Load" via Visual Studio scripts and monitor real life End to end transaction performance under load via a series of Test complete scripts which run as part of the load test.6.1KViews0likes3CommentsTestComplete - Network Suite - Host Verification Failure
Hello - As I am trying to find a solution to this issue myself I thought I would branch out and try to tap the infinite pool of knowledge the people in this community have. Problem is I cannot get a networked host machine to get verified successfully when I click Verify on the Host tab in my Network Suite of my Master Project . See screenshot attached for error returned. Supporting info, e.g., setup: the Host machine is in our network and I can connect to it via RDP with no issues. Please see image for specific details Ive setup in TC. Any help is appreciated.5.8KViews0likes17CommentsThe window was destroyed during method execution.
A weird error appears when i start my network-suite-jobs. After opening the application on the remote machine, testcomplete/testexecute should press a button on the main menu, but then it stops the testing (from my sight without a reason). The strange thing is, that this is happening randomly - sometimes everything works fine, but from time to time this weird error comes up (only on two from ten tests): "The window with the handle 0x0001042e does not exist. Most likely, this error occurred because the tested object (window or control) or its parent object was deleted or recreated during the method call or before it. For instance, the window could be destroyed or recreated after you stored the object reference to a variable and before you called the object method through this variable. If the object is recreated, then to avoid the error, check the object's Exists property before calling the method, and if the object does not exist, obtain a reference to the new object." Tested object: Aliases.xxx.DesignPointDlg_Gas_Comp (Sys.Process('xxx').VCLObject('DesignPointDlg'))Solved4.8KViews0likes3CommentsTestComplete Stuck on "Synchronization <internal>"
Recently I added 20 agents in network suites for distributed testing. I checked the individual machines to verify and run a test routine from the script successfully. But when I run the whole network suites for some of the agents an error message is logged on. The message is Cannot run the remote project And those agents stopped and the other agents get stuck on "synchronizing <internal>". "Cannot run the remote project" error is completely random for the agents. TestComplete version is: 14.20 TestExecute version is 14.10 for some agents and 14.0 for some others. Can anyone please help to resolve this issue?Solved3.7KViews0likes6Comments