I want to run the mstest via command line when i’m using /resultsfile:”file_name.trx” on the second time it will not run because the file is already exist.
How can i use the same file-name and simply override the existent trx file.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The approach I’ve used is to add logic into my build script to delete the file before the test is run.