Why it is recommended to add verification checks to your all your scenarios?
What are the benefits of creating multiple actions within any virtual user script?
Latest Answer: In relation to the effort required to maintain a script in terms of programming overhead, fewer scripts = less work. However multiple actions within a single script can reduce its portability. (i.e., you'll be less likely to be able to ...
What usually indicates that your virtual user script has dynamic data that is dependent on you parameterized fields?
Latest Answer: The script will fail entirely if run repeatedly. The run-time log shows that actions were not able to be accomplished. (login, data retrieval) I've run a test where I thought I was getting great results: Very fast response ...
How can data caching have a negative effect on load testing results?
Latest Answer: If the browser (or emulated browser/virtual user) doesn't acutally go get the data, then the test is not actually putting a load on the server. In a real-world test - if you are looking to see how your server scales for instance - a certain ...
What are the reasons why parameterization is necessary when load testing the Web server and the database server?
Latest Answer: I can give a few situations when parameterization may be necessary when load testing a Web server and database server. They are; when it is desired to simulate real-world conditions with a variety of users having different profiles, when there ...
In what situation would you want to parameterize a text verification check?
Latest Answer: One situation where you would want to parametize a text verification check would be when you are performing a login and you are using the "Welcome UserX" text to validate that a login succeeded. Other situations occur anytime you are getting ...
Why it is recommended to add verification checks to your all your scenarios?
What criteria would you use to select Web transactions for load testing?
I am doing load testing on siebel application. I am getting error saying insufficient records despite maximum records kept in the parameter file. I tried the suggestions given by HP saying delete unnecessary
Latest Answer: If you have option enabled like allocate X no.of records per user at the bottom of window, then you will get this error if you dont have sufficient number of records in your input file.And also in the input file your cusrosr should ...
How do you establish and use a baseline when load testing voice calls?
View page [1] 2 3 4 5 6 7 8 9 Next >>

Go Top