Pooja joshi 0 Report post Posted March 5, 2019 Hi, I want to simulate Number of connections for HTTP/1.x chrome,so i keep it to 6 as of now. During test execution,some sessions are not properly responding with 6 connections. Just for test i checked the same with reducing no of connections to 5,3,1,etc. in that case it is working fine. I just have confusion that is this problem because server is not able to handle those no of parallel request or something else? And also Is it really impact my test result with keeping connections to 6 or 1 and how? Thanks in advance!!! Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted March 5, 2019 Of course, the number of simultaneous connection significantly impacts on the test results. To understand a source of problem you need to check the logs. Also you can give me your logs or send them to support@loadtestingtool.com Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted March 5, 2019 According to your logs, you used only one connection per virtual user. You need to parameterize the profile correctly before you can make a reliable conclusion on the dependence between the number of connections and session faults. Quote Share this post Link to post Share on other sites