Discussion:
[selenium-users] How to create excel report in cucumber project
Ajay Reddy
2016-07-28 21:06:59 UTC
Permalink
Hi All,

I know how to create HTML reports, but I don't know how to create excel
report. Does anyone know how to create the excel report.

Thank You,
Ajay.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/6c91fa94-df5e-43f1-855a-60ea3d90f60e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
⇜Krishnan Mahadevan⇝
2016-07-29 03:19:10 UTC
Permalink
Ajay,
Please help keep this forum relevant by posting queries that are ONLY
related to Selenium/WebDriver.
Depending upon your test runner [ Cucumber in your case ], you would need
to read the respective documentation to learn how to build your own
reporter or post on the respective forum.


Thanks & Regards
Krishnan Mahadevan

"All the desirable things in life are either illegal, expensive, fattening
or in love with someone else!"
Post by Ajay Reddy
Hi All,
I know how to create HTML reports, but I don't know how to create excel
report. Does anyone know how to create the excel report.
Thank You,
Ajay.
--
You received this message because you are subscribed to the Google Groups
"Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/d/msgid/selenium-users/6c91fa94-df5e-43f1-855a-60ea3d90f60e%40googlegroups.com
<https://groups.google.com/d/msgid/selenium-users/6c91fa94-df5e-43f1-855a-60ea3d90f60e%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CANikZLmWBxkzq232wa0Xq4VFAAL%3DGumG67dQik40%2B2NrHZfopA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Ajay Reddy
2016-07-29 15:54:04 UTC
Permalink
I am new to this testing world . Can you tell me how to create excel
reports in selenium.
Post by ⇜Krishnan Mahadevan⇝
Ajay,
Please help keep this forum relevant by posting queries that are ONLY
related to Selenium/WebDriver.
Depending upon your test runner [ Cucumber in your case ], you would need
to read the respective documentation to learn how to build your own
reporter or post on the respective forum.
Thanks & Regards
Krishnan Mahadevan
"All the desirable things in life are either illegal, expensive, fattening
or in love with someone else!"
Post by Ajay Reddy
Hi All,
I know how to create HTML reports, but I don't know how to create excel
report. Does anyone know how to create the excel report.
Thank You,
Ajay.
--
You received this message because you are subscribed to the Google Groups
"Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an
<javascript:>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/selenium-users/6c91fa94-df5e-43f1-855a-60ea3d90f60e%40googlegroups.com
<https://groups.google.com/d/msgid/selenium-users/6c91fa94-df5e-43f1-855a-60ea3d90f60e%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/5dab3c5e-4d29-48b0-87c0-d5b6f62938e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
'Andrew Jervis' via Selenium Users
2016-07-29 15:05:09 UTC
Permalink
Ajay

As Krishnan says this user group is for Selenium

Post this question on the Cucumber user group

@ https://groups.google.com/forum/#!forum/cukes

Regards, Andrew Jervis
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/1081f126-c17e-43e5-b6a7-0900d43949de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ajay Reddy
2016-07-29 15:54:28 UTC
Permalink
I am new to this testing world . Can you tell me how to create excel
reports in selenium.
Post by 'Andrew Jervis' via Selenium Users
Ajay
As Krishnan says this user group is for Selenium
Post this question on the Cucumber user group
@ https://groups.google.com/forum/#!forum/cukes
Regards, Andrew Jervis
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/6307c5b3-1755-45b8-bc07-615d527b654a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
⇜Krishnan Mahadevan⇝
2016-07-29 16:15:56 UTC
Permalink
Ajay,

Selenium is not involved in creating any reports. Selenium is merely a
library that can be used by your tests to interact with a web application
via a web browser such as IE, Chrome Firefox etc.,

Creation of reports is normally done by a Test Runner [ For e.g., in the
Java world it would be done by TestNG or JUnit ]

Thanks & Regards
Krishnan Mahadevan

"All the desirable things in life are either illegal, expensive, fattening
or in love with someone else!"
Post by Ajay Reddy
I am new to this testing world . Can you tell me how to create excel
reports in selenium.
Post by 'Andrew Jervis' via Selenium Users
Ajay
As Krishnan says this user group is for Selenium
Post this question on the Cucumber user group
@ https://groups.google.com/forum/#!forum/cukes
Regards, Andrew Jervis
--
You received this message because you are subscribed to the Google Groups
"Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/d/msgid/selenium-users/6307c5b3-1755-45b8-bc07-615d527b654a%40googlegroups.com
<https://groups.google.com/d/msgid/selenium-users/6307c5b3-1755-45b8-bc07-615d527b654a%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CANikZL%3DPwe%2BLpQtBuE4chZyPXnUho9B0k-kv7T6f__GsUsFAfw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Ajay Reddy
2016-07-29 16:41:40 UTC
Permalink
Thanks Krishnan.
Post by ⇜Krishnan Mahadevan⇝
Ajay,
Selenium is not involved in creating any reports. Selenium is merely a
library that can be used by your tests to interact with a web application
via a web browser such as IE, Chrome Firefox etc.,
Creation of reports is normally done by a Test Runner [ For e.g., in the
Java world it would be done by TestNG or JUnit ]
Thanks & Regards
Krishnan Mahadevan
"All the desirable things in life are either illegal, expensive, fattening
or in love with someone else!"
Post by Ajay Reddy
I am new to this testing world . Can you tell me how to create excel
reports in selenium.
Post by 'Andrew Jervis' via Selenium Users
Ajay
As Krishnan says this user group is for Selenium
Post this question on the Cucumber user group
@ https://groups.google.com/forum/#!forum/cukes
Regards, Andrew Jervis
--
You received this message because you are subscribed to the Google Groups
"Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an
<javascript:>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/selenium-users/6307c5b3-1755-45b8-bc07-615d527b654a%40googlegroups.com
<https://groups.google.com/d/msgid/selenium-users/6307c5b3-1755-45b8-bc07-615d527b654a%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/a5337552-12e6-4272-b8ec-931c20fc35e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...