If you have 2 versions of a software (v1.0 & v1.1) and you
are testing v1.0. How do you confirm that the defects found
in v1.0 have been fixed and have not migrated to v1.1 ?
Answers were Sorted based on User's Feedback
Answer / yadu
It is not possible to confirm 100% that no defect is
migrated to the next version. If we could confirm means we
are saying that pre-version is 100% bug free. But testing
never confirms any product as bugfree, it only shows the
presence of bugs and increases the quality of the software
by getting these bugs resolved.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / sheshanth
Check The Defect is closed in the Version v1.0.
IF the issue is closed in version v1.0 then
The issue has not migrated to the version v1.1.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vivek ranjan
We can find out the details with the help of Test Coverage Report/Metrics.
| Is This Answer Correct ? | 1 Yes | 1 No |
Where you maintains the Repositories
what are things you want to check in web based testing?
difference between 2 tier and 3tier?and what is the defination of tier?
1 Answers Ybrant Technologies,
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What is way of writing testcases for database testing?
what techinques do u follow in suring testing?
1.What is the difference between QA and verfication? 2.What is the difference between QA and verfication? 3.what is the difference between teststrategy and test methodologies? 4.what is the difference between teststrategy and test methodologies?
what is test case and why it is require?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
What procedure you follow between gathering requirements and carried out testing?
Difference between Severity & Priority?
explain ur testing project? how can u nexplain . what should we explain ? i have not worked on any project?