Unable to connect/execute visual studio 2013 unit test into TestComplete
I have automated tests designed in visual studio 2013 with selenium and c#, ( As unit test project) I want to execute these tests from TestCompelte and for that I have follow guildline from -Running Unit Tests Created With Visual Studio in TestComplete Projects. As mentioned , i have add my assembly file location for MSTest and try to execute test but it give me following error - "MSTest.exe not found. Please specify the correct path to it in TestComeplte options"1.8KViews0likes4CommentsIntegration With CodedUITest
I have a suite of tests that were built using the C# bindings using Microsoft CodedUITest with Selenium 2 (WebDriver). The tests use the Page Object Model. My company uses TestComplete and we are currently on build 12.10.590.7 and I would like to bring these tests into the greater regression suite that we have constructed. I have found that re-creating the Page Object model in TestComplete is not practical. So my question is whether or not TestComplete can integrate with CodedUITest and Selenium so that I can run these tests using TestComplete? I can't seem to find anything on the 'Net or in the support portal that addresses this and I'd like to avoid having to re-create the tests using a different framework Thanks in advance for any assistance Mike KiewiczSolved1.3KViews0likes1CommentHow to launch app, freshly-built by Team Build, for GUI testing?
Hi, I've searched the help and forums but haven't found the answer - I'm sure this must be a silly question: I'm trying to schedule GUI regressiontesting on our applications as part of our nightly automated build. Team Buildgets our C++ code from TFS each night and compiles/builds our applications. We now have a test project with test items linked to a Test Complete .pjs file located underneath the Visual Studio test project, with everything checked-in to TFS. The build service is set to run interactively so it can test the GUI. I've added the pre-/post- build events to copy the TC folder to the target directory. Team Build builds the code on a build agent VM called \\dev-agent, and the code ends up atC:\Builds\11\TFSProject\MySolution\bin on that machine. The TC project folder is getting copied there successfully. We also have a build drop location set up on the test controller itself,and the build output all ends up in a folder such as\\TFScontroller\Built Code\MyBuild\MyBuild_20150313.16, and again the TC project folder is getting copied there successfully. My question is - what is the recommended way of launching the freshly-build application at the start of each test? The location of the application to run changes with every build on the build controller (drop location), and the location on the build agent (where I'm assuming the tests and TestComplete will run) is also specific to that build agent (number "11" in my case, at present), and will be different if this build and these tests are run on a different agent, and also differ hugely from where they will appear on a tester/developer machine. Once the app is launched, all the clicking, checkpoints, etc., should all work, but I'm not sure at the moment how to actually start the application in the first place, ready for testing. Sorry if this is a stupid question - any help greatly appreciated! Thanks, Richard1.1KViews0likes4CommentsVisual Studio Integration additional command line arguments
I am currently working on migrating my test runs from Jenkins to Visual Studio with the goal of running them from TFS. It appears straight forward enough, but there is one thing in the Jenkins TestComplete plugin that I don't see in the Visual Studio Integration. The Jenkins TestComplete plugin has a field for "Additional Command Line Arguments". I use this field to pass the "/tr_prefer_wmpaint_hooking" for one of my tests that needs that particular text recognition mechanism. I do nota similar field in the visual studio integration. Is there a field I am missing or is there another way to accomplish this through visual studio? Thanks in advance. - Chris539Views0likes0Comments