Issue: A code change to how our Instagram feed works on the Y page resulted in a memory overflow under production traffic volume, that did not occur in lower (QA / Preview) traffic volume. When the overflow occurred, an AEM bug was triggered that wrote data to large files on the disk. These files grew to exceed disk capacity.
It was identified as disk space to be the problem. Hence, expanded it and sent it and later disk space exceeded again. Disk space was expanded again to fix the incident.
Query:
- How good is Selenium at rapidly executing a script? The thought is, can this kind of issue be tested using selenium?
- Can 'Volume Testing' be performed using Selenium?
-
Related: sqa.stackexchange.com/questions/5389/…user246– user2462015年02月19日 16:18:10 +00:00Commented Feb 19, 2015 at 16:18
1 Answer 1
No , you can not do performance testing using selenium. Selenium is for functionality testing.
For performance testing please use : Jmeter for load testing
-
1You could use Selenium but it's not recommended and there are much more suitable toolsPhil Kirkham– Phil Kirkham2015年02月19日 12:42:52 +00:00Commented Feb 19, 2015 at 12:42
-
Can you please elaborate on which tool would be more suitable for Volume testing with respect to the above scenario?user11146– user111462015年02月23日 12:06:28 +00:00Commented Feb 23, 2015 at 12:06
-
As I told in answer , you can use Jmeter.Helping Hands– Helping Hands2015年02月23日 12:18:53 +00:00Commented Feb 23, 2015 at 12:18