This document discusses an automated assistant for manual testing using ipython and selenium. It describes pains in the manual testing process and how automation can help. The assistant allows parametrizing tests, running them via a start script, and saving time - with an example of reducing order placement time from 5-10 minutes to 1-2 minutes. It provides a GitHub link for the project.
14. Strictly Confidential
Time is money
Before:
-> Making order : ~5-10 min
After:
-> Making order : ~1-2 min
Development:
-> ~one week
Profit:
-> All are happy next day
#2:
- How do we test on realistic environment? Currently we test on live with risks which are coming with (create tests data, overload live system). I would like to review the solution to make these tests safer for live environment.
- Volume testing, how we find/confirm our storage capacity (how many products/orders/customers/etc we can handle, etc.)