How would you define Quality Assurance?
Answer Posted / jagriti sinha
Quality Assurnce is the 'meeting to the standard
requirement and ensuring that problem has to found and
fixed".
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is context driven testing?
How to log defect in HP ALM
Explain the types of documents in software quality assurance?
If there are more number of production defects, how will you tackle the team as a lead
Scenario :- when we test payment module in the eCommerce site, then how do we verify or actually check transaction failed and the amount will be returned in next few days? i am using pay pal / credit card.
What is the difference between the qa and software testing?
Have you written test strategy?
Differentiate verification and validation processes.
What is mr and er?
You have 250 outstanding requests in a bug tracking application,you have no automated build environment, or representative production environment in test, nor the hardware required.You are responsible for establishing some kind of process and order to the QA department, what would you need in terms of budget and what would your processes be, as well as how would you address the environment issues mentioned above?
Explain cmm?
What is crud testing and how to test crud?
-What do you think about unit testing? -How do you assure quality of the code you release? -How do you release software?
What is destructive testing, and what are its benefits?
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