How to create a server/client interaction in Azure Pipelines between multiple test exec machines
We have a test plan that requires interactions between TestExecute VMs in a server/client fashion. We are using an Azure DevOps pipeline, which draws test plans at random from the execution plan. How can we ensure that both machines are coordinating and running corresponding routines? Additional Information: 1 Agent pool 6 Test exec licenses 2 Execution plans, with many keyword tests each of them.Solved837Views0likes1CommentUnable to connect to TestComplete
Hello All, I have created build on AzureDevops for TestComplete. When I run build I'm getting this error. Any idea how to fix it ? 2021-10-08T14:22:55.3900080Z##[error]Failedtogetalistoftestsfromthe"C:\agent\_work\r1\a\_TestProject\SimpleTest.pjs"fileduetothefollowingerror:UnabletoconnecttoTestComplete:Serverexecutionfailed(ExceptionfromHRESULT:0x80080005(CO_E_SERVER_EXEC_FAILURE))1.2KViews0likes2CommentsSplitting a project to run a daytime and night time test
I am fairly new to Testcomplete and according to my co-workers, what I want should be possible, but they don't know. Here's what I want/need to do: Within my domain is a desktop application which is tested with Testcomplete. However, due to the amount of things to be tested, we want to split/clone the project in a way that a part of the tests is being done during daytime and a full(er) test is being done at night. How do I do it? - splitting/cloning the project in a day project and night project - schedule the projects to be executed at times I want them to be executed Thanks in advance!Solved1KViews0likes3Commentskeyboard Input Disabled
hello everyone, i have a problem and i need help. when i run my project, errror message appears. "Unable to process keyboard input into the disabled control." before the recording prosess i can confirm that my keyboard has entered a value and i used "Delay" but not working well.1.1KViews0likes3CommentsRearranging the test complete log
Hello Community, Is there anyway to programmatically re-arrange a test complete log after it has been created (and save it to a new file)? We would like to move the log items in an order we want (For an example, If the tests are run on a network suite, the test results are logged under Networksuite node. But We would like to get rid of the Networksuite, Job and Task nodes and move the log items under them to the root node) I did go through the following documentation without much luck -https://support.smartbear.com/testcomplete/docs/testing-with/log/working-with/from-tests.html Thank you.Solved894Views0likes1CommentWhat is the best approach to Interacting with applications on other computers on the network
My question is not in regards to running my tests on multiple computers. This is a question about how I can interact with applications on a computer while running a test on a separate computer. Let me give a general explanation of our setup to help make this clear. We have a redundant system that is hosted on 2 servers. Let's call them Server 1 and Server 2. We then have other computers that are workstations that run the application. This is where I will be running my tests. So if I want to trigger an event and verify it occurred, the manual process would be to go to the Server that is currently acting as primary and trigger the event. Then I would go to a workstation and verify the event is displayed. Is there a way to tell TestComplete to go perform certain actions on other machines on the network for a given test? I thought Network Suite might do it but everything I read says it is depreciated.1.3KViews0likes4CommentsProblem running scripts on another computer
Hello. I am trying to figure out the best practice to manage and run other co-workers' test scripts (Keywords) on my test environment. I added someone else's project into my TestComplete environment, and when I run it, I get an error "...object does not exist". Both test environments are identical, the web software under test is the same in both places, the same windows version, and so on. I noticed my peer's object mapping appears different from when I create the same steps in my environment, Can someone explain the correct approach to run scripts on another computer?Solved1.4KViews0likes2CommentsDistributed Testing: Unknown ??? is causing Master to stop all Slaves executing scripts
I have a case open on this, but I am querying the TestComplete community as well. Distributed Testing ( Yes it is deprecated ... known) But there are still users out there, like myself that rely heavily on this until a migration to, in my case, Azure DevOps. I am querying the TestComplete users to see if this has been seen by anyone and possible areas to look into for debugging and correcting. I have Distributed Testing setup for a Master to 5 Slaves. I use a Win10 Hyper-V setup. TC\TE 14.71 ... tried 14.80 also All of my Distributed Testing has been running fine until lately. Microsoft patch affecting me ? Hyper-V cluster\node affecting me ? Networking issue ? This issue being seen is when I have started my Distributed Testing either from a Team City Job or Manually from the Master, during the scripts being executed by the Slaves there is some unknown ??? that causes the Master to tell all the Slaves to stop all execution. Looking at the logs from all the Slaves, the stop is done at the same timestamp. I am NOT manually doing a stop from the Master. This issue is frustrating because I once receiving completed script executions before, but now I get Distributed testing runs that are incomplete runs missing scripts at the end. This happens with a run of 12 scripts or runs with over 100 scripts and the stop comes at random times. I am trying to figure out a way to monitor the port that the Master uses talks to the Slaves to see what\might something is sent to stop them. Not sure how to do this just yet. Suggestions ? Thanks1.2KViews0likes3CommentsTest script gets stuck while looking for an object when script run via Network suite
I have used the waitProcess method to identify the process and perform some actions once the process is identified. Sys.WaitProcess("JWSMenu",5000) When I run this script on local , it works as expected. If the process does not show within the mentioned timeout returns an empty stub object and the next line of code is executed. But When I run the same test script via network suite in distributing test environment, Test complete keeps on looking for the process object for infinite time and test gets stuck at this line code..696Views0likes0Comments