Thanks Krishnan for the tips ..
In my test suite i have couple of test cases which deals with downloading the file. So i consider the downloaded files as 'testOutputs' as they are output of my test methods,
and keep them in a folder which generates at the beginning of the test suite execution.so the folder generates at run time .As i know the name of file i downloaded , i can validate the test too easily by checking the file present in that folder or not
Later in the next execution of the same test suite, i cleans this folder and new folder generates
The run time generated download folder name i can link with the ff and chrome driver instance while driver is created and the downloaded files goes to that particular folder when the test runs from ff / chrome
i wanted to run the same tests in IE too and was looking for a similar kind of approach ,how ever i know its not possible as we dont have profile kind of things in IE unlike ff/chrome
Warm Regards
Musaffir