How we can test the performance of an application by manual
with out using any tool like loadrunner etc?
Answer Posted / rajesh
In Performace testing, we try to record, measure and
estimate the behaviour of the application.
We can do this activity very efficiently with the use of
tools.
However, we can also measure certain behaviours manually
and can be used as input for estimating teh behaviour of
application. The things which can be measured manually
includes:
Memory usage for processing a request (of a web server as
well as client),
Throughput (of web server, Database server),
Time taken for processing a request (by server and client)
The results will be more efficient by using a tool.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Describe a past experience with implementing a test harness in the development of software.
what is system testing? as test eng, what do u do in sys testing? who invoves in sys testing?
Who are all involved in an inspection meeting?
Hello all, Can someone tell me what kind of questions i can expect from hiring manager along with two team members on final face to face interview for manual testing position.. I am switching from BA to QA as its better on benefits etc.. Thanks in advance
I want to know about satyam manual testing questions
How the application is launched to the production environment?
What is Registry?
In Manual testing how to test proxy servers? can u please explain with example?
Explain test metric and the information it provides.
hi, I m looking for a career in manual web testing. so PLZ anybody who have the practical knowledge of dis field help me. GIVE ME UR MAIL ID so that i can ask regarding some doubts. my MAIL ID is ankurtester819@gmail.com
How we will do Memory Testing? There is any tool to do that testing and to whome this testing to be performed?
What is an exit criteria?
uses of checklist
write test cases on wall
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form