what is scalability testing
Answers were Sorted based on User's Feedback
Answer / viji
Scalability testing is a subtype of performance test where
performance requirements for response time, throughput,
and/or utilization are tested as load on the SUT is
increased over time.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / saipranav
as a part of scalability testing we test the expandability
of the application.
in scalability we test 1.Applicaation scalability
2.Performance scalability
Application scalability: to test the possibility of
implementing new features in the system or updating the
existing features of the system. with the help of design
doc we do this testing
Performance scalability:
to test how the s/w perform when it is subjected to
varying loads to measure and to evaluate the the
performance behaviour and the ability fo the s/w to
continue to function properly under different workloads.
--> to check the comfort level of an application in terms
of user load. and user experience and system tolerance
levels
--> the point within an application that when subjected to
increasing workload begin to degrade in terms of end user
experience and system tolerance
--> response time
execution time
system resource utilization
network delays
--> stress testing
| Is This Answer Correct ? | 3 Yes | 0 No |
How can u swap 2 variables in C without using 3rd variable?
Why tester called as Bug and Dev.called as a Defect Why?Is there specific reason behind it.
How do i write a test condition to test the following simple program with the intention of 100% Condition coverage testing Print “Hello World” If Date $ = ‘01-01-2000’ AND Time $ = “00:00:00” THEN Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $. Could anyone please clarify in detail. Would really appreciate it....
1. why do you go for test bed ?
what is work break down structure?
I had faced in one of the interview that " you have found the bug and assigned to the corresponding developer, but the developer did not accept your bug. what will you do at this situation. can any one help me with clear answer ? I answered like, I will show the SRS,GUI document and show the image of the bug where i got. and again they asked me , still they did not accpet your bug. what you will do ? Answer me....
Explain stress.load,performance and volume testing with example..
what documents need to write test case
What is the goal of Software Configuration Management(SCM? a.)Configuration Identifier b.)Configuration Control c.)Process Management d.)All options.
how will you test a wine filled bottle along with 100 glasses
What is an audit report? Whom is it done by?
what is the diff. between Test Case and Test Secenario ? give me one example ?