0

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:

  1. How good is Selenium at rapidly executing a script? The thought is, can this kind of issue be tested using selenium?
  2. Can 'Volume Testing' be performed using Selenium?
Niels van Reijmersdal
32.7k4 gold badges59 silver badges125 bronze badges
asked Feb 19, 2015 at 8:39
1

1 Answer 1

2

No , you can not do performance testing using selenium. Selenium is for functionality testing.

For performance testing please use : Jmeter for load testing

answered Feb 19, 2015 at 8:52
3
  • 1
    You could use Selenium but it's not recommended and there are much more suitable tools Commented 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? Commented Feb 23, 2015 at 12:06
  • As I told in answer , you can use Jmeter. Commented Feb 23, 2015 at 12:18

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.