Answer Posted / rajesh poojari - tavant techno
Scalability testing is to determine whether your
application scales for the workload growth. Suppose your
company expects a six-fold load increase on your server in
the next two months. You may need to increase the server
performance to shorten the request processing time to
better serve visitors. If your application is scalable, you
can shorten this time by upgrading the server hardware, for
example, you can increase the CPU frequency and add more
RAM. Also, you can increase the request performance by
changing the server software, for example, by replacing the
text-file data storages with SQL Server databases. To find
a better solution, first you can test hardware changes,
then software changes and after that compare the results of
the tests.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How will you manage a team member who is more experienced than yours and what challenges will you face? ( that guy might be technically sound).
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username
what is the SOAP UI and Web services? what are the uses in testing?
What is maturity level?
What the first thing You’ll do as a SQA Tester if I hired You?
Please, anyone out there that had been a SQA Tester, would You all give me a hint on this Job? Is becoming a SQA Tester is easy? Is it a tough one? Please help me on finding a way on this very first Job of mine?
How do u calculate Schedule variance? What is the formula? Explain with Example
Explain the process of qa testing?
What is the difference between compatibility testing and cross browser testing?
How to test and to get the difference between two images which is in the same window?
What is the role of qa in a project development?
On what basis CCB approves the changes?
Explain what is the difference between regression testing and retesting?
What is code walkthrough?
What do you know about data-driven testing?