I am encountering a very strange problem in .net regression testing. I have a test method which fails when I run the complete test suit, but the same test method passes when run individually.
What could be the possible reason behind it. I double checked that other test methods are having no effect on it. The test method uses web service to fetch some data, I do not have any idea why it gets incorrect data when run in the suite.
Has anyone faced the similar situation earlier.