Forum Discussion
Dmitry_Nikolaev
Staff
16 years agoHello Gita,
1. Unfortunately, I cannot reproduce the problem. Please make sure that you added the TestComplete project suite from within the TestComplete GUI. I the problem still persists, can you provide us with the exact Visual SourceSafe version and steps to reproduce the problem?
2.
a) when i write a new test case (keyword test) keyword test folder will be in checkout state.
When you create a new keyword test, TestComplete needs to add the information about the new item in the KeywordTests node, so it prompts you to check out this item.
b)when i wish to run the test it prompts to checkout the Project.mds file and projectsuite.Pjs file
As far as I understand, you created a new keyword test, but did not check out the project file. So, TestComplete did not make corresponding changes in the project file. In this case, every time you run the test, TestComplete tries to save the changes. To do this, it prompts you to check out the project file. The only solution is to check out the project file before recording a new test and to check it in after recording.
If our solution file is in checkout state by me. how can rest of the people works.
Currently, TestComplete always adds information about newly added items into the .mds file. So, the only thing I recommend is that you check in the project file just after adding a new test item, but leave the new test item checked out. In this case, other people will be able to work with the project while you are editing the newly created test item. I also recommend that you review the How to Organize Simultaneous Work With Shared Projects help topic.