Discussion:
[selenium-users] How to transfer and run the developed selenium scripts to client machine?
Meera S Nair
2018-12-03 11:03:49 UTC
Permalink
We developed test cases and test scripts in selenium java. How can I give
the scripts to the client? and how the client can run the scripts in a
daily or weekly basis? Do they also need an ide to run the script?
--
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/95a06f41-d50f-4371-b288-240779cc67e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
⇜Krishnan Mahadevan⇝
2018-12-03 12:12:49 UTC
Permalink
Have your code available as part of a version control system (such as
bitbucket or git for e.g.,).
Setup a Jenkins instance and create build jobs which when triggered can
basically kick off your tests.

Share the links to your Jenkins instance with your client and they can run
everything as and when they please (be it on a scheduled basis or be it
based on an adhoc needs)

Thanks & Regards
Krishnan Mahadevan

"All the desirable things in life are either illegal, expensive, fattening
or in love with someone else!"
Post by Meera S Nair
We developed test cases and test scripts in selenium java. How can I give
the scripts to the client? and how the client can run the scripts in a
daily or weekly basis? Do they also need an ide to run the script?
--
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/95a06f41-d50f-4371-b288-240779cc67e3%40googlegroups.com
<https://groups.google.com/d/msgid/selenium-users/95a06f41-d50f-4371-b288-240779cc67e3%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/CANikZLkdsB7M9BfVhdRbrcExyiGbuOnQm2w%3DSeW_ngdtmHkYbQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...