What is the deference between regression testing and re-testing?
Answer Posted / mahesh
Regression Testing-re-testing after fixes or modifications
of the software or its environment. It can be difficult to
determine how much re-testing is needed, especially near
the end of the development cycle. Automated testing tools
can be especially useful for this type of testing.
Re-testing--Retesting is done on the same build with
multiple sets of data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we test for drastic (severe) memory leakages?
How will you set the Dependency in the Quality center? Say if you will fail a test case and two or more test cases are dependent on that particular test case. In this case how will you handle in failing the test case.
few automation basic questions One question to write a scriot in any language you know.
what is the difference between Test-bed and test topology?
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.
Write notes on apparel testing equipments.
What is big bang approach?
What is back to back testing?
Is quality control similar to quality assurance?
what we have to read to gain knowledge in banking and financial domain(software testing) for 4+ experience
How quickly we need to fix the bug?
What is neutral test case?
List the considerations in developing testing methodology
Can u give me explanation about section 508 testcase and Testcase for this section. It need a details checklist for the same Manimozhi
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form