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 documents need to write test case
Tell me the situation where sanity test cases should pass and smoke test cases fail...?
What all types of testing you will do for banking website?
Why are you looking for the change?
how do you identify testscenario's
What agile testing? how it is process?
For Change Password functionality-- Test Case is -- > Change Password Test Steps/Descriptions: 1) Enter Old Password 2) Enter New Password 3) Enter Confirm Password 4) Click on Save button Expected -- > User should login successfully. My question is --> After 4th step tester will check/verify that user [whose password has been changed] is login successfully or not. Should I have to write that steps which user will fallow to verify user login in above test case? What are the preconditions for above test case?
Write positive and negative test cases for forgot password?
Why position WinRunner and the AUT so they do not overlap?
After successful login,If I have to check whether the name of the screen,other contents are proper or not this is called GUI testing.But if I am writing the test for functionality.then may I have to add this [Screen name,other contents]to expected result in my Functional testing or I have to write the other test case document for GUI testing?Thanks in Advance
what is the difference between client-server application and web based application?
Expain testing proces of your company?