ContributionsMost RecentMost LikesSolutionsConcurrent Licensing We are decommissioning some old equipment and I went to move our SB licenses to a new server. In doing so, I found that I was unable to license on a virtual machine. Our new infrastructure is 90% virtual and this is becoming more and more common. Our product licensing support virtual environments, but does break when VMs are swapped in a load balancing situation. Having the ability to host the concurrent licenses on a VM is ideal for us, even with some limitations. Re: Test Complete, JUnit, and Jenkins - aggregate test results Update: I was able to find the junit xml that is generated by the TC plugin. It seems to be an artifact of jenkins itself.... on the Jenkins Server, in the job folder, for the output of a given run the junitResult.xml file is located next to the build.xml and changelog.xml (one level above archived artifacts). below is an example where "jenkins" is the jenkins server installation and "smoketest" is the name of the jenkins job: jenkins\jobs\smoketest\builds\2016-01-06_10-25-30\junitResult.xml I dont see anywhere in the job workspace (on the client machine) where this file is saved, thus I am not sure how I can archive it. Test Complete, JUnit, and Jenkins - aggregate test results We just turned on JUnit style reporting because Jenkins has several other plugins that really make this look cool. The TestComplete documentation mentions the Test Results Analyzer plugin (https://support.smartbear.com/viewarticle/67857/) but I would really like to aggregate results before doing so. I have found some information on how to do this, but it seems that I need the test results saved as artifacts (and fingerprinted). I do not see where the TestComplete plugin / jenkins is storing the JUnit report from the TestComplete plugin. Am I on the right track for aggregating JUnit test results in an upstream project regarding archiving artifacts and fingerprinting? Is anyone else doing this? How? Re: How do we get test execute working with a jenkins slave service on a windows machine? I am a little confused about the command line options. We dont use command line to execute the test... we just use the TC/TE pluggin. This job is currently using an open session with the java web start client (not as a service). When I installed the java slave as a service, the only difference in the test setup is that I check the "Run interactive Session" box and provide it domain credentials. The project suite specified exists from a git checkout occuring earlier in the jenkins job. Test Execute is version 11.11. Am I missing something? How do we get test execute working with a jenkins slave service on a windows machine? We now use the test complete pluggin for jenkins (which is awesome), but have not figure out how to get it working with a jenkins slave installed as a service. Until now, the way we get tests to launch is by starting a vm and logging in. A batch job starts a jenkins swarm slave and leaves the cmd window open while running. We disconnect (not log off) for the environment to run tests utilizing test execute. Now with the pluggin, there is an option to 'run interactively' and specify a user there. I expected that I could install the jenkins slave as a service, and with credentials entered (and me not having a session) that TE would execute using the new option. Test execute does launch this way, but doesnt appear to do anything. Why is the "run interactive mode" ignored? Error: TestComplete] Selected TestComplete/TestExecute installation: Type: TE, Version: 11.11.1064.11, Path: "C:\Program Files (x86)\SmartBear\TestExecute 11\bin\TestExecute.exe" [TestComplete] [WARNING] The node is connected via Java Web Start (JNLP). In this mode, the "Run interactive user session" property of the TestComplete Test step is ignored. TestComplete (or TestExecute) will work in the current user session. [TestComplete] Launching the test runner. $ "C:\Program Files (x86)\SmartBear\TestExecute 11\bin\TestExecute.exe" D:\jenkins-Slave\workspace\DEV-8.10_Rollups_Perf\FLOWCAL_Regression_Test_Perf Re: "Interactive user session" issue with TestComplete and Jenkins Integration Saravana, I am having the same issue. Were you able to get it working? I am about to submit a support ticket as well. Josh Re: VCL object recognized as Window We are having this same problem. While trying to test our latest Release Candidate we discovered that TestComplete is recognizing objects in our app differently from it has in the past. Specifically VCL Objects were being recognized as Windows. We were able to trace this issue down to build 579/580. 579 doesn’t have any issues with TestComplete but 580 does. Below is a list of exercises we have tried to fix this issue: Examined the content of Build 580 for issues that could have caused this (found none) Cleared the build Workspace and rebuilt the application (no difference) Restarted the testing server that the test is running on. (no difference) Development pulled up the build box and attempted to pinpoint issues (found none) After finding someone who has the exact issue we are having (per this link http://community.smartbear.com/t5/Getting-Started-with/VCL-object-recognized-as-Window/td-p/90707) we eliminated that Command-Line Parameters were not causing the issue After noticing that TestComplete output while object-spying the sign on form was different, we began using our app’s object identifier to determine difference -NOTE: Working Build’s output: http://i.imgur.com/y7oLrws.png -NOTE: Broken build’s output: http://i.imgur.com/zXRBn0W.png -We noticed that when we opened up an older build where the issue didn’t exist, we could use the object identifier (in the app) to Disable then Enable the main form. After than we would run a new build (where the issue persisted) and logged onto that application. At this point we would have two instances of the application open. If we object-spyed the old one, then spyed the new one, the issue would resolve itself and TestComplete would recognize the new form as if it were the old form. While this trick was handy, once the application was closed and reopened, this issue would return. AQtime within Test Complete Does anyone use Test Complete with AQtime? We have experimented a little with code coverage and performance profiling, but have not found any good way to do performance testing. Recently we have been asked to incorporate AQtime into our tests that run windows services and gather performance metrics like memory and cpu. Please comment if you have any experience using TC with AQtime performance or allocation profilers. We are just looking for some ideas for any direction. Thank you. SolvedTest Complete with AQtime Does anyone use Test Complete with AQtime? We have experimented a little with code coverage and performance profiling, but have not found any good way to do performance testing. Recently we have been asked to incorporate AQtime into our tests that run windows services and gather performance metrics like memory and cpu. Please comment if you have any experience using TC with AQtime performance or allocation profilers. We are just looking for some ideas for any direction. Thank you. Solved