Answer Posted / anil k.b
when ever a bug is fixed or new features added then the
functionality should not change(code shouldn't impact on
the other) because of the new feature or for the fix
provided by the dev..and to test this "regression testing"
is used..
keep smiling ;)
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are the key challenges of software testing?
hey, i recently attended 2 interviews and they asked whether I used qamonitor of softsmith. any help on what it does?
How do u calculate Schedule variance? What is the formula? Explain with Example
What are the things the tests ensure?
How do you audit configuration management
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
What is code walkthrough?
Have you written test plan?
What is difference between test effectiveness and test efficiency?
How does the Internal QA Audit relates with the ISO Standards level ?
Explain cmm?
What is the difference between Test cases document and test cases design document?
How would you prepare the test plan without srs?
What are the table contents in testplans and test cases?
Is automating some test case is important? What about the maintenance? When will automated test become uneffective?