I am testing fresher.. I am working on selenium past 4 months.
Is it selenium support to do the Performance testing.. if it is supporting then how to do.. can any one provide information?
I am testing fresher.. I am working on selenium past 4 months.
Is it selenium support to do the Performance testing.. if it is supporting then how to do.. can any one provide information?
You can redefine selenium purpose (to a more like performance test tool) Using selenium script, you can run it through a proxy server and capture the HTTP traffic. With this traffic,you should be able to run some simple checks to see if application performance has degraded, or hook it up to JMeter and perform appropriate assertions (Look into JMeter and see the integration with WebDriver).
Hope this helps
Here are alternative resources to give you headway
https://www.youtube.com/watch?v=qQgDDAan4rM
https://www.igvita.com/2012/08/28/web-performance-power-tool-http-archive-har/