How to check the Performance of the website during manual
testing.(guys its very urgent plz)
Answer Posted / lucky
Basically the performance testing of an website is achieved
by using load runner, astra load test and so on.
However to check the same you can lunch the application in
10 or more than ten test machines.
1.Select the functionalities those are often require
information from DB or business layer or send infroamtion
to DB.
2.Start functionality testing at a particular time from 5
machines.
3. Verify the reponse time of the applcation for each
fucntionality tested. Take help from development team if
possible.
4. Repeat the same testing for 8 users, 10 users.
U can find the response time for applcaition will differ
when no of users are increasing gradually.
Please let me know if more information is required.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the typical risks that you identify during test planning and their mitigation plan and Contengency plan.
what are the different methods to test a product in 'Japanese' language? NOTE:User is unable to perform basic functionalities while using the app..(copy, paste, text selection etc.)
What is quality center?
Explain briefly your project.
is it possible to do performance testing in stand alone application..how wil u do that ???????
You may be overqualified for this position we have to offer
What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000
What is virtual creation tool?
How to do integration testing on duster......
What is ofx testing?
What are all the netwoking tools, hardware tools and software tools required for testing a web-based n client server applicatopn?
What is the difference between GUI Testing,UI testing and Usability TEsting
what are the responsibilities for QA tester to test application on UNIX environment??? what skills required for unix???
how mapp the defect id in quality center?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?