How would you define Quality Assurance?
Answer Posted / priyagopi
QA is an 1)external Process
2)It mainly deals in preventing errors.
3)It deals with the quality of the software process itself.
so in a whole u can say QA is set of integrated activites
which invoves Planning, implementation,assesment, report
and quality of the product which are defind by the client.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
What is crud testing and how to test crud?
What is a cause effect graph?
Describe the benefits of agile testing.
Mention what are the test artifacts involved in qa?
Enlist some of the key challenges that are faced while performing software testing.
Describe use case testing?
In case you have any doubts regarding your project, how do you approach?
What is code walkthrough?
What are the functions of the Quality Assurance Group (QAG)?
Kindly tell me some good websites from where I can study about sqa and testing(advance and new material)
Explain stress testing, load testing and volume testing?
can you explain the software testing life cycle?
What is maturity level?
What is code inspection?
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