Explain Bug Life cycle
What is integration testing and regression testing
What is verification and validation
How does winrunner recognizes the project which is in
custom build
What is expert view and tree view
How does QTP identifies the project
What is the difference between Winrunner and QTP
What is Test Director and which version of test director
your are using in your project
What is a test plans
what are the contents present in a test plan
What is the risk of testing a project
Answers were Sorted based on User's Feedback
Answer / shyam
bug life cycle:
1. New: When the bug is posted for the first time, its state
will be “NEW”. This means that the bug is not yet approved.
2. Open: After a tester has posted a bug, the lead of the
tester approves that the bug is genuine and he changes the
state as “OPEN”.
3. Assign: Once the lead changes the state as “OPEN”, he
assigns the bug to corresponding developer or developer
team. The state of the bug now is changed to “ASSIGN”.
4. Test: Once the developer fixes the bug, he has to assign
the bug to the testing team for next round of testing.
Before he releases the software with bug fixed, he changes
the state of bug to “TEST”. It specifies that the bug has
been fixed and is released to testing team.
5. Deferred: The bug, changed to deferred state means the
bug is expected to be fixed in next releases. The reasons
for changing the bug to this state have many factors. Some
of them are priority of the bug may be low, lack of time for
the release or the bug may not have major effect on the
software.
6. Rejected: If the developer feels that the bug is not
genuine, he rejects the bug. Then the state of the bug is
changed to “REJECTED”.
7. Duplicate: If the bug is repeated twice or the two bugs
mention the same concept of the bug, then one bug status is
changed to “DUPLICATE”.
8. Verified: Once the bug is fixed and the status is changed
to “TEST”, the tester tests the bug. If the bug is not
present in the software, he approves that the bug is fixed
and changes the status to “VERIFIED”.
9. Reopened: If the bug still exists even after the bug is
fixed by the developer, the tester changes the status to
“REOPENED”. The bug traverses the life cycle once again.
10. Closed: Once the bug is fixed, it is tested by the
tester. If the tester feels that the bug no longer exists in
the software, he changes the status of the bug to “CLOSED”.
This state means that the bug is fixed, tested and approved.
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / gayathri
What is integration testing and regression testing ?What is
verification and validation ?
Integration testing :
The integration Testing is doing for integrated modules
with the intension of finding interface errors.
Here we have to check whether the integrated modules are
Working properly or not. This can be do through the
integration test cases.
For example: Creating a user account and login to the
system
are two modules.
Here u can see the Create User is a module and Login user
is another module. So First we create a user then with the
new username and password we logon to the system. If it is
working as per the expectation then the test is pass.
we can follow the two approaches in Integration Testing-
Bottom up Integration and Top Down Integration....
regression testing :Test the newversion of the application
with previous version of same application.
After fixing the bug the developer send application to
tester.tester test the application .new functionality of
application have n't create any problem on prevoius
appliction
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / kshama
Integration testing : Testing Perform to Expose defects in
the Interface & in the Interaction between Integrated
component or system.
1)Component integration Testing
2)System Interaction Testing
Regression Testing : Testing of Previously Tested Program
following Modification to ensure that defects have not been
Introduced or uncover in unchanged area of Software as a
Result of the Changes made. It is Performed when the
software or its Environment Changed.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / gayathri
verification:To check the appliction is right or wrong.
It is static testing code is doesn't
execute.reviews,meetings,Auditings,walkthrought ....comes
under verification.
validation:To check the appliction is right or wrong
according to the customer expectations.It is static testing
code is execute.all testings like unit testing,system
testing,security testings.....comes under validation
Is This Answer Correct ? | 3 Yes | 6 No |
How to prepare web applications use case document.can you send the some sample use case document for web application Project?
Wht is SQL injection?
What is mean by Sanitation Testing?
what is upword and downword Testing?
Can anyone tell me what is meant by "Mainframes Testing"? Also, Plz let me know what r all d responsibilities of a Manual Tester in Mainframes Testing? Plzzz reply!!
14 Answers Accenture, American Express, Cap Gemini, Google, IBM,
Integrating Testing Own example
when there is no enough time to compleate the test what you will do ?
6 Answers Infinite Computer Solutions,
Give me two reasons why the bug has not been fixed by developer ?
What is mutation testing and when can it be done?
Ho can i test the Email test boxes.
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.
What is BVA and ECP 2. Which version of WINRUNNER and QTP you are using in the project 3. What is the use of Recovery manager in QTP 4. What is retesting and regression testing 5. Write the SQL queries for the following EMP table to select the employee id and his details from emp table 6. For example: employee dept and employee id and employee name and employee salary 7. what is a sub and what is a driver 8. What are your roles and responsibilities in your project 9. Does BVA is equivalent to ECP 10. If you find a bug what will you do