If we don't caught any bug in all build, then what we can
say -
1. Bad Coverage
2. Excellent Coding
3. Bad Testing
Answer Posted / basava raju
Absolutely bad coverage, there is no product on the earth
which is bug free!!!!!!
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
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
Do you think qa's can also participate to resolve production issues?
Define the role of qa in software development?
What is application binary interface (abi)?
What is the difference between quality assurance, quality control and testing?
What are the benefits of destructive testing?
What is bug leakage and bug release?
According to you, when is the good time to start qa in a project?
Mention what are the types of documents in sqa?
What is basis set?
I want to know about the open source licenses and its features
How is adhoc testing different from exploratory testing?
Will automated testing tools make testing easier?
Do you have a favourite QA book? More than one? Which ones? And why.
Case Study:-Given a standard calculator with the basic functionality of addition,substration,multiplication and division-write the test case to test this and tell how did it take to write the above test case and how ling would it take to execute them?