What is confirmation testing?
Different between regression testing, confirmation testing
and unit testing?
Answer / gousia
If we fix a defect in an existing application we use
confirmation testing to test if the defect is removed. It’s
very much possible because of this defect or changes to the
application it can affect other sections of the
application. So to ensure that no other section is affected
we can use regression testing to confirm the same.
| Is This Answer Correct ? | 27 Yes | 0 No |
we need to perform Soak Perf Test, Resilience Perf Test, Regression Perf Test.
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
What factors do you consider while estimation test efforts?
1. what is severity and priority and who will decide what .?
which environment you like to work?
What are the recommended sites or books for software testing?
Suppose that your're running tests on the windows calculator and find that 1+1=2,2+2=5,3+3=6,4+4=9,5+5=10 and 6+6=13. Write a bug title and Bug Description that effectively describes this problem?
How u test MS- Vista without any requirement Doc.
What you do whenever reported defect rejected?
keep pen in u r hand and write negative test cases.
what is meant by test strategy?
Q) If pseudo code below a programming language. what test case s are required to achieve 100% statements coverage If x=3 then display_message x; If y=2 then display_message y; else display_message z; else display_message z;