Answer Posted / sujay
The term, volume testing, is often used synonymously with
load testing. Load testing is a blanket term that is used
in many different ways across the professional software
testing community.
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
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
Automation testing regarding with qtp, explain the process of testiing the application with qtp????
What is automated software quality (asq)?
How to test and to get the difference between two images which is in the same window?
What is the difference between compatibility testing and cross browser testing?
What are the tables in testplans
What is validation and verification in software testing?
What is cast?
How to estimate testing effort ?
Have you written test strategy?
Suggest me MCQ book for Software testing
What is a test plan and what does it include?
How frequently is your project audited? How do you know the result of these audits?
We have one home page for a web application.It has so many components which are being tested by different teams. If one component testing get delayed but all other components testing is done, can we sign off testing for that home page? If no, what should be done?
What is Defect Density ? What is the formula? Explain with example