tags:

views:

476

answers:

1

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
Can u please explain me in detail
Jeeva
i need a file that would produce the report auotmatically. Please include step by step process
Jeeva