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 / anil k.b
we can say it as a good coding..and really there is a
chance of .oo1% of getting a bug.. 100% we cant say that a
product is a defect free product...
"testing process is to prove the product/software does not
work" ;)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
We have one home page for a web application.It has so many components which are being tested by different teams. If one component testing get delayed but all other components testing is done, can we sign off testing for that home page? If no, what should be done?
What if the software is so buggy it ca not really be tested at all?
What methodologies do you used to develop test cases?
What is the need of test plan document?
Give me example of automate the regression test suite ........Thanks...
Questions for role of a QC engineer at NDS,Bangalore 1st round is written 20 questions on aptitude and 10 question on testing Aptitude--problems on time and distance,tap problem,ages,time and work,probability, Testing 1.Difference Between QA & QC 2.Any 4 types of SDLC models with diagram. Also Pros and cons of each model 3.What is application Testing And embedded testing 4.Qualities of a good tester 5.Test cases for registering user. One field for user name,2 fields for password,"ok" and "cancel" button 6.What is a bug,explain Bug life cycle 7.Difference between priority and severity? 8.Some question on software design
A payroll system?
Explain what is traceability matrix?
hello.. i have learnt testing manual and automation tools and im working as test engineer in a software company still i do need more testing skill so where can i get more knowledge about testing . please advice me
An automated bank teller system?
Define use case testing.
What the first thing You’ll do as a SQA Tester if I hired You?
Explain what is mr and what information does mr consists of?
What if the project is not big enough to justify extensive testing?
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