1.exactly when we go for regression testing?why?
2.what is compatibility testing?what defect u found while
testing give example?
3.how many test cases you write and execute per day?
Answer / sai
If any new enhancement is done then we will do regression testing to check whether this change is effecting other functionality of the software or not.It shouldn't affect other functionality of the SW. Then you can pass that test.
Compatibility testing:
Testing the all compilers , printers, fax etc are supporting that application.
What defect you found?
This answer is different for each application. It depends on what projects you put on your resume.
For example if you put Banking project you can tell so many defects like
When I try to enter Banking web page it is throwing STU(SYSTEM TEMPORARILY UNAVAILABLE). This might happen because of the server down or other environmental factors/code defects etc.
When I enter one A/C number it is navigating me to the other Account page.
When I am calculating the interest rates is showing wrong calculations etc
And interest should rounded to nearest whole number, but it is not rounding etc. According to your project make up your own defects.
3.This answer depends on Requirement.
| Is This Answer Correct ? | 7 Yes | 0 No |
what is the differance between debugging and testing?
Who prepared use case document? Tester or developer!
What is QA Life Cycle?Can anyone describe it?
8 What can static analysis NOT find? a) The use of a variable before it has been defined b) Unreachable (“dead”) code c) Whether the value stored in a variable is correct d) The re-definition of a variable before it has been used e) Array bound violations
Name three types of tests that should be automated.
What is localization testing (l10n testing)?
when u involved in uat suppose if u find one defect then do u intmate it or not
what is black box testing, and what are the methods for BBT plz explain it
what is testing policy and testing methodology? and what is the difference?
Explain Vmodel
explain sdlc?
2 Answers SAP Labs, STC, TCS, Thirdware,
1. can u explain about testing levels and its type with example? 2. First explain about both testing.then difference B/W sanity and smoke testing? 3. Explain about integration , functional , system testing? 4. what are methods use to writing test cases?