Big projects loading slowly - How to manage ?
I have seen a few ReadyAPI composite projects which are very big and load very slowly (about 15 minutes or so). I have some questions about this.
1 - How do we figure out the exact cause of the problem?
2 - Are there any limits to project size in terms of MB of size, number of tests etc., after which the project becomes too slow?
3 - If size is the cause of the problem, then do we just need to split the project into smaller projects?
Thanks.
rajs2020 : Yes the size of the project is the only problem, you can do below things in order to reduce the project size:
1. While using pdf/excel/text file as Test Data, you can add the link of that file instead of attaching the file(This helps me personally in reducing the project size)
2. You can split your 1 big project into different multiple projects of same functionality
3. You can remove all the custom properties added at the time of running after each run(This helps me personally in reducing the project size)