Forum Discussion

alan_davila's avatar
alan_davila
New Contributor
12 years ago

Trougle with Source Control with MSSCCI provider

Hi,

I ran into a trouble when trying to check in my Test Comlete project using source control.

I do :right click on my project -> Source Control -> Add Project

Then a message pops up telling me that a 7z file in the Keywords test Visualizer folder was not found. It is true that this file is not there. But my keyword test runs just fine. Removing the corresponding PNG file from the Visualizer folder does not help.



Any idea of how to solve this problem? How can I let Test Complete know that those files are no longer relevant to the keyword test?



Details:



I could check in the solution that my project is under. But just the main solution file, nothing else.



TestComplete 9.31.3889.7

MSSCCI Provider 10.0.61223.0 (32 bit)

Visual Studio 2010 Premium 10.0.40219.1 SP1

1 Reply

  • Hi,



    I found the source of the problem and the solution.



    The missing files (*.7z) in the Visualizer folder corresond to the mapping information of the keyword test screenshots. The screenshoots can be seen on the keyword test editor at the bottom of the workspace. It turns out that I had some screenshots in my keyword test that lack the mapping information. The test itself will not fail but you cannot add your project to a server using source control when this happens.



    Fix: Find the screenshot that is missing the zip file on your keyword test editor. It will be in the Test Visualizer panel at the bottom. Click on Update and re-run the test. This will create the mapping for the screenshot. Add your project to source control.



    Thanks