- Sithava
- Posts : 1
Join date : 2011-02-05
Can I directly log selenium output in excel sheet?
Sat Feb 05, 2011 12:14 am
Hi All,
I am using Selenium RC with SciTE editor. I am using Ruby as the programming language.
When I run the selenium script, it prints all the results on SciTE editor. I want to log result in each specific column of excel sheet. Like, I want to log
exception errors in "Actual Behavior" column and result (Pass/Fail) in "Result" column of excel sheet (Test case).
Is it possible? If yes then How? If anyone knows, please share your knowledge here.
Thanks in Advance.
I am using Selenium RC with SciTE editor. I am using Ruby as the programming language.
When I run the selenium script, it prints all the results on SciTE editor. I want to log result in each specific column of excel sheet. Like, I want to log
exception errors in "Actual Behavior" column and result (Pass/Fail) in "Result" column of excel sheet (Test case).
Is it possible? If yes then How? If anyone knows, please share your knowledge here.
Thanks in Advance.
- selenium.testing07Regular Participant
- Posts : 26
Join date : 2010-11-20
Re: Can I directly log selenium output in excel sheet?
Mon Feb 28, 2011 5:10 pm
You can, but you must be an expert Developer, means how to create excel sheet by coding and also how to export output data into the same,
I'm looking the same answer, till now did not find any helpfull person,
let me know if you got the solution
Bye
I'm looking the same answer, till now did not find any helpfull person,
let me know if you got the solution
Bye
- auto_ashish1Active particpant
- Posts : 21
Join date : 2011-03-10
Re: Can I directly log selenium output in excel sheet?
Wed Apr 06, 2011 3:07 pm
Yes you can......
I have done it many times
POI API present in java can help you do that.
You can download the API from :
http://poi.apache.org/download.html
This is very good link which gives you very good examples about reading xls files using java poi api:
http://poi.apache.org/spreadsheet/quick-guide.html
Regards
Ashish
itsthakur@gmail.com
91-9888179981
For online Selenium training go to my website- www.sejsoft.com
I have done it many times
POI API present in java can help you do that.
You can download the API from :
http://poi.apache.org/download.html
This is very good link which gives you very good examples about reading xls files using java poi api:
http://poi.apache.org/spreadsheet/quick-guide.html
Regards
Ashish
itsthakur@gmail.com
91-9888179981
For online Selenium training go to my website- www.sejsoft.com
Permissions in this forum:
You cannot reply to topics in this forum