Answer Posted / riya
last time I defined QA
Quality= best is available
| Is This Answer Correct ? | 1 Yes | 12 No |
Post New Answer View All Answers
You are a tester. Now how will you choose which defect to remove in 1000000 defects?
What is a ‘use’ case and what does it include?
If there are more number of production defects, how will you tackle the team as a lead
What is difference between ach credit and the normal credit?
What is validation and verification in software testing?
What the purpose of testing?
What is process area in cmmi?
What is the difference between preventative and reactive approaches in testing?
How do you perform integration testing?
How to test different Authorization levels for the Admin user and Userside users.
Explain the process of project tailoring.
What is the difference between black box and white box testing?
Can Parrto Principle be used in Quality Assurance and testing?
Why are you in qa?
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