On exporting the test cases that prepared using IDE by junit format and using java platform, browser and selenium window closes on running the test case. If i want to track the test case result means how it will be done?
A:
You can generate HTML reports via Junit assert checks or write the results in a csv/html using java code. Methods such as isElementPresent will return boolean. You can write the results in a file and generate report.
Rajasankar
2010-03-17 05:42:13
Can u please explain me in detail
Jeeva
2010-03-17 10:20:03
i need a file that would produce the report auotmatically. Please include step by step process
Jeeva
2010-03-17 10:20:50