how u will do the load,stress and performance testing
manually ?
Answers were Sorted based on User's Feedback
Answer / vishal
by just using our office computers and ask every one to run
an application on same time at multiple browser and check it
how much it slowed down
| Is This Answer Correct ? | 19 Yes | 2 No |
Answer / malki
If there is an application which can handle 25 simultaneous
user logins at a time.In load testing we will test the
application for 25 users and check how application is
working in this stage,in performance testing we will
concentrate on the time taken to perform the operation.where
as in stress testing we will test with more users than 25
and the test will continue to ant number and we will check
where the application is cracking .
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / sha_2319
for doing performance testing manually u can conduct a class
room session which includes the member of your own
company...before conducting this classroom u have to give
some prior knowledge of application to all participant.
This way u can observe how much time a page is taking to get
loaded.
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / university guy
For websites: open the same link on different tabs of a
browser, mention this in test case.
For application: open the same app many number of time,
check whether the database is being updated after u enter
different data simultaneously.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / s.ramprasad.
saravanan
Question is not to define.
How you will do it Manually.
pl. explain.
s.Ramprasad.
| Is This Answer Correct ? | 4 Yes | 7 No |
Answer / satish.p
hi saravanan,
they didn't ask 2 define,
jst they asked abt 'hw can u do it manually'?
could u give me the suitable answer
| Is This Answer Correct ? | 4 Yes | 8 No |
Answer / poonam
Load testing is equivalent to putting a pint in loadrunner
where multiple users will log in exactly at same time , for
manual tetsing we can open multiple sessions if permissible
or can use multiple hosts.
stress testing can be done manually by wiritng test cases
that increasing i/p data rates by an order of magnitude or
writing test cases that require abnormal disk-resident data
access.
Performance testing can be carried out by performing load
testing in fixed conditions incremently and thus
benchmarking it
| Is This Answer Correct ? | 4 Yes | 10 No |
Answer / rajagopalreddy
Manual Testing is Different and Load/Stress/Volume/Capacity
are comes Under Performance Testing (you should be having
the enough knowledge on the System architecture ) and
Internal architecture of the System (Servers and Technology
and Business area)
finally what i want to convey is Manual is the Functional area
Performance is the Server Performance like Application
Servers & Web Servers and Loadbalancers , firewalls
(Clustering )
| Is This Answer Correct ? | 0 Yes | 6 No |
Answer / saravanan
Load: Load Testing the main scenario of the load testing
how many user can access the application at the same time.
Strees: Stress testing the purpose used to system capacity
handle large number of the transaction during the peak
period.
Performance: Performance testing of an application for the
fixed time and fixed number of the user.
Saravanan, Chennai
| Is This Answer Correct ? | 4 Yes | 16 No |
what is the difference between TEST PLAN,TEST STRATEGY,TEST SCENARIO,TEST SUMMARY
why do u go for whitebox testing,when black box testing is available?
Tell me about SOFTWARE DEVELOPMENT LIFE CYCLE? Explain in brief?
Testing mainly in Verification or Validation ?
What is test management?
You have raised a priority 1 bug that needs to be fixed for release tonight, the developer concerned is refusing to fix this, what do you do and why?
what is the different between application server and database server?
Hi, Cybage had a walkin on 12 Sep 09 in Pune. I had cleared the technical round. Does anyone know the hr id to submit the documents? And also did anyone got a call for HR round? Please reply. It’s urgent.
I have 2 yr Localisation testing exp now i want to job in MNC My manualtesting knowledge+2 yr exp sufficiant for in MNC
what is test condition?how do u rank a test condition?
What actually testers do in Smoke Testing?
I have to write test cases for Create User, Edit User, Delete User etc. Some of the steps for Create & Edit User are same. Then Should I write refer Create User [test case Id] for common test steps to write Edit User Test case? OR I have to write separate test steps even though they are repeatable in Create user & Edit User test case.