Answer Posted / rashmi
QA is quality assurance. Main purpose is to prevent bugs it's nothing but verification. QA involves in whole software development life cycle for maintaining the quality.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does the software qa document should include?
What is code walkthrough?
What are the key components of a bug report?
When we should continue testing?
Explain what is the difference between regression testing and retesting?
How do you audit configuration management
can 2 tier architecture can be change as a 3 tier architecture
Can Parrto Principle be used in Quality Assurance and testing?
What is crud testing and how to test crud?
Enlist some of the key challenges that are faced while performing software testing.
How you will begin to improve the QA process?
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
Explain what is traceability matrix?
What is extreme programming and what is it got to do with testing?
what is the difference between product and process based projects?