Posts: 57
Threads: 2
Joined: Feb 2008
Reputation:
0
02-28-2008, 09:41 PM
I need to know if I can version QTP scripts in Team Foundation Server without Quality Center?
I have used Quality Center and versioned my scripts with VSS and all was great but my new employer has QTP but not Quality Center and he want's to version the scripts in TFS without QC. Is this possible?
I have asked this question everywhere I can but no luck with a reply. I would apprecaite at least a reply.
Thank you.
Posts: 57
Threads: 2
Joined: Feb 2008
Reputation:
0
02-28-2008, 10:20 PM
Ankur, Thanks for your quick response.
I know that Team Foundation server supports version control and it would be fairly easy to implement if I had Quality Center but I don't have that. I just have QTP. I'm begining to think that this can't be done with QTP alone
Posts: 1,105
Threads: 18
Joined: Jan 2008
Reputation:
8
02-29-2008, 12:39 PM
It seems you are looking for scripts repository and a place from where you can run your scripts right(like the way you did in QC)?
So, as per my thinking your problem is not versioning of QTP scripts --- as you can do it in TFS --- but of finding a place where you can run your scripts from... Correct me if I am wrong
Posts: 57
Threads: 2
Joined: Feb 2008
Reputation:
0
02-29-2008, 06:45 PM
You are correct. A repository that will allow me to version the scripts through TFS.
Posts: 1
Threads: 0
Joined: Jan 2011
Reputation:
0
01-25-2011, 01:07 AM
Hi Ankur,
Based on your response above (post #4), we can do QTP script versioning in TFS. Can you please guide or problem more insight on how to perform this?
One of my requirements is to move all my automation bed to TFS and branch the scripts to be in sync with the new builds. How can we achieve this?
Thanks a lot for your valuable input.
Posts: 1
Threads: 0
Joined: Feb 2011
Reputation:
0
02-24-2011, 12:18 PM
Hi Ankur,
I have the same query.
Is that possible to maintain/run QTP scripts from TFS?
If possible, please explain the approach.
Thanks in advance.
Kiran
Posts: 2
Threads: 1
Joined: Jun 2008
Reputation:
0
08-10-2011, 01:29 AM
I tried to use TFS to do this and it failed because unlike other source repositories (SR) TFS does not know if the file was changed by an editor outside of TFS. I've never heard of a SR that didn't tell you when a file was changed when compared with source.
The problem that I ran into is that QTP updates more than just the file that contains the actual code when you make an update to a test case so it can become very hard to figure out which files changed. Then you have to find some way of telling TFS that the set of local files are newer than the ones in the repository.
If anyone has come across a way to make this work please post it. I love to find a way to make this work.
Thanks
Jeff