Answer Posted / rafael l dela cruz
Non-conformance report shall be raised when construction
specifications and Engineering standars requirements are
violated in material,workmanship or procedure.corrective
action will have to be checked and recorded before the NCR
is closed.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
hi guys ! tel me the adress of the ordian solutions..?whr it is ..?
What if the project is not big enough to justify extensive testing?
How is adhoc testing different from exploratory testing?
I want appear the ISTQB fundation level in june '08. For this i require previous question sets or glossaries.pls email me if any one have previous question sets or glossaries. my mail id is- jayanta_bncoe@yahoo.com Thanks jayanta
'configuration related errors' in testing means what?
Explain the types of documents in software quality assurance?
Why do you want to work for us?
What is is External Quality Assurance (EQA) and Final Inspection (FI)?
What is cast?
What is the difference between Test cases document and test cases design document?
Enlist the priority of the testing tasks defined by the qa team in product development.
What are the key components of a test case template
What is basic block?
Explain what is a cause effect graph?
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