We have had a challenge to get TFS to record a test and replay it multiple times. I think the basics are easy but let me add a few more kinks. Session variable in the URL A variable that is returned in the response query that changes at each post A SessionID for database connectivity, this variable is good throughout the entire session https/SSL The 4th kink was easy enough we turned https off during the recording process. The session variable and SessionID were fairly easy. Create a class and write...