Forum Discussion
- AnonymousMonika
can you please give a little more details on what you mean by comparing two test cases of a test suite? - monika_yadavNew Contributor
I want to compare the 2 test cases result log file .Suppose I generated a result log file from a project and then again run the same Project with some changes and generate a different log file and then do a comparisom of both files for the evaluation for test cases( fail or pass )then which command or feature I have to use to run the cases and produces a result from the comparison of 2 files.
If I want to compare the two test cases/Project from the command line (suppose in a project there is 3 test cases and in 2nd project same no. of test cases are present with some changes. In 1st Three test cases pass but in 2nd two test cases pass and one fails).How could we compare the cases and provide a result that only that particular test case with the name is fails and other are passed and produce a result in Xml file form or any other format .We have to use only command line for this comparison because at the time of running a Test Project from command line we don’t want a manual intervention. Is there any feature that could help us in performing these test comparison from the commandline only.