how would u do performance Testing manually for web site.
Answer Posted / robee
Yes… Of course, logically, we can check the performance of a web application manually. Because it’s all about to check the response time of that application or we can say, here we check whether the application is responding accurately according to the predefined response time mentioned in the SRS. But only it is applicable if there is one user to use this whole application.
But practically a web application is developed for mass users and it’s not for 20 people. So it’s not possible to test the performance of an application with 20 users. We need many more users. That’s why use simulating tools like Jmeter/LoadRunner. Using these performance testing tools we can simulate as many users as we need and we can go for Load Testing as well as Stress Testing. These types of tool save company’s valuable time and money.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you explain v model in manual testing?
Unit Testing can be done by using Nunit?
Hello Varun, Kindly send me the material as well as sample question papers as i am interested in doing the certification. Kindly help me out in this regard. Here is my mail ID: bjyothitesting@gmail.com
write test cases on wall
What is strategy to be followed for execution of 500 Test Cases in One day. If only 1 Resource is available.
What is Wound Fixing?
What is test out put?
6 what do you like least about testing?
When should you opt for manual testing over automation testing?
Can anybody give whole test cases for banking module.it should include from start to end .that will help me more.to do study.it should contain account,deposite,withdraw,fd,atm modules.?please try to give me??
can any one send sample test cases for database testing by taking an example? also leave emailid please. thanks (very urgent)
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
How do you get programmers to build testability support into their code?
What r all the security problems u r facing & the measures taken to solve.
Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...