1.What is mean by data base testing?explain with example?
2. you can check the data base testing through sql then why
we are using QTP Data base check ?
3.difference between modified waterfall model and waterfall
model?
4.defect life cycle?
Answers were Sorted based on User's Feedback
Answer / kedar lohe
defect life cycle?
New:When tester finds the defect then he raises the defect
as NEW.
Open:Test Leader or other co workers review it to confirm
that it is defect and make its status as Open.If defect is
not valid then the status is made as rejected.
WIP (Work in progress):When developer is working on this
defect the status of defect is made as WIP.
Fixed:Once the defect is FIXED then developer changes the
status to FIXED.
Closed/Reopen:Tester again test the defect based on the fix
if it is working as expected then made the status as Closed.
If defect is not working as expected then status is changed
to Reopen.
Rejected:If developer thinks that this is not valid defect
then he can change the status to Rejected (By Design)
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / jai
Data bas testing basically include the following.
1)Data validity testing.
2)Data Integritity testing
3)Performance related to data base.
4)Testing of Procedure triggers and functions.
for doing data validity testing you should be good in SQL
queries
For data integrity testing you should know about
referintial integrity and different constraint.
For performance related things you should have idea about
the table structure and design.
for testing Procedure triggers and functions you should be
able to understand the same.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / viji
Defect life cycle:
New:when the bug is posted for first time.
Open:When Developer is fixing the bug,then the state is said
to be open.
closed:when the tester assigns the defect to a Developer.
Reopen:When the tester finds that theprevious bug is not
fixed,then the state is said to be reopen.
Rejected:When developer finds the bug is not a genuine
bug,then it is a rejected.
Fixed:when the bug is fixed by the Developer
| Is This Answer Correct ? | 2 Yes | 8 No |
what is traceability matricks
What is Vertical & Horizontal Traceability?
Name three reasons why the tester may choose to record in Analog mode.
why tester using database?
What is Traceability matrix? Why it is used? Can u tell me the architecture of that?
How you assign severity for a defect?
From Quality Center, how can we take a back up of a project??
How well you work with a team?
What r the different types of testcase techniques?
what is the difference between Test-bed, Test-lab & Test-environment ? explain it briefly ?
Test Manager's role in preparing proposals?
what is diff b/w smoke testing & sanity testing?