Answer Posted / suman
QA - Validation (testing the Application)
QC - Verification (certify the testing done by QA)
Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
List out various tools required to support testing during development of the application?
Please, list many things You’ll do (effort) as a SQA Tester, in this Company software project from the idea making of the specification, till that software released!
Define use case testing.
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 process area in cmmi?
What do you know about data-driven testing?
List out the software quality practices through the software development cycle?
What is the strategy for automation test plan?
What is the Procedure and documents for obtaing CMM Certification
What is bug leakage and bug release?
What kind of things that forbidden to do by a SQA Tester if He/ She don’t want to get fired?
Define test strategy.
How to generate swift message
Explain what is the difference between regression testing and retesting?
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