.what are the types of recording modes in winrunner
2.what are the three modes of running a test in winrunner
3.what is synchronization point
4.what are the contents present in a test case
5.do we need testing for the project
6.what is code review and code walk through
At which phase the testing starts (begin) in the project
How do we test Client server applications and a Web
applications
what is verification and validation
what is adhoc testing
what is traceability matrix
what is base line document
what is Test Life Cycle
what is regression testing and retesting
what is a BUG LIFE CYCLE
what is a Bug
what are defects
what is functionality testing and system testing.
a project has to be released in one day but the testing
people got that project from the developers
half of the day before so what they have to do to complete
the testing process.

20 what are severity level and priority levels



.what are the types of recording modes in winrunner 2.what are the three modes of running a test i..

Answer / amulyaranjan behera

5.YES Definitely we need testing for the project in order to
produce a quality product.

6.Code Walkthrough:A Code Walkthrough is where the "author"
of the document or code is walking the "inspectors" through
the code in one meeting. In my company, this method works
better with requirement documents than code.

Code Review:A Code Inpsection/Code Review is where the
"inspectors" get a copy of the code before hand and looks
for issues. After a certain period has been meet for them to
have reviewed the code such as a week then they gather for a
meeting. Depending upon how structured the meeting is
depends upon if it is a code Inspection or Review.
and the testing is start from from five phase.


7.verification is a process to check whether the project is
developing in a right way or not.it is done during the
development process. where as validation is a process to
check whether the developing product is working fine or
not.it is done after the development process.

8. Adhoc testing is testing where testing engineer test the
application in his own style after under standing the all
requirements.

9.Tracebility matrix nothing but it is relationship between
testcases and requirements.In this actual mistake/fault are
identified by traceback or mapping between requiremet-
testcaseid-failed testcase,frs-testcaseid-failed
testcase,srs-testcaseid-failed testcase etc.

10. The baseline document is a document which is once final
then after no data is added further in this document.if some
new changes are made in application there is no chance to
add these data in baseline document.

11. Test life cycle is testing process which is involve in
testing the application in order to produce a quality
product. it contains 6 phases.

Test planning
Test Development
Test Execution
Result Analysis
Bug Tracking Or Defect tracking
Reporting Phase.

12.Regression testing is testing where already testing
functionality is tested again in two senarious.

first Whenever a defect identified by the testing engineer
and rectify by the developer and send it to the testing
department, the testing engineer is first check the defect
functionality and its related functionality.

Second whenever new changes are incorporated by the
developer and send it to the testing department, the testing
engineer is check the old related functionality in order to
sure that these functionality are same or not.

Retesting is a testing where already tested functionality
are tested again with multiple sets of data in order to
check whether application is working fine or not.

13. Bug life cycle is a process in which defects are
identified,isolated and maintained. it contains seven
status.
New,Reopen,Close,fixed for verification,hold,As per
design,Testers error.

14.Bug is nothing but it is a fault in a programme or
Application.

15.If software misses some feature or function from what is
there in requirement it is called as defect.

16. Functional testing is a testing where one performs
testing on an application whenever it is being executed.
And
System testing is a testing where one performs testing on an
application after deploying it to the environment in order
to check whether its working fine or not and also its
stability.

20.Defects are given a priority and severity level. Such
classification is absolutely needed as the development team
cannot resolve all defects simultaneously. The test team
needs to indicate how soon they want to get the defect
fixed, and how big the impact on the functionality of the
application under test is. Let's have a look at the
classification levels:

Defect priority

High: Fix the defect immediately. A core functionality fails
or test execution is completely blocked.
Medium: Fix the defect soon. An important functionality
fails but we don't need to test it right away and we have a
workaround.
Low: Don't fix this defect before the high and medium
defects are fixed but don't forget this defect.

Defect priority indicates the impact on the test team or
test planning. If the defect blocks or greatly slows down
test execution, you might want to select the highest grade
for the defect priority.

Defect severity

Critical: A core functionality returns completely invalid
results or doesn't work at all.
Important: This defect has impact on basic functionality.
Useful: There is impact on the business, but only in a very
few cases.
Nice to have: The impact on the business is minor. Any user
interface defect not complicating the functionality often
gets this severity grade.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

How the Error, Defect and Bug are related to each other ?.

12 Answers   FIC, Vinfotech,


Give me examples for high priority and High severity defects?

3 Answers   AppLabs,


what is defect?

6 Answers  


What are some of the typical bugs you encountered in your last assignment?

1 Answers   CTS,


Artifacts in design phase of SDLC ?

1 Answers  






why is smoke testing done for a software?

11 Answers  


Why you have chosen Testing as your career, not developer ?

5 Answers   Metric Stream,


what is difference between regression and retesting? urgent

8 Answers   iSoft,


What is the testing that a tester performs at the end of unit testing?

4 Answers   Mind Tree,


Acceptance testing is designed whether or not the software is FIT for the user to use. The concept of FIT is important in both design and testing. There are four components of FIT. State these 4 components?

0 Answers  


wat is traceability matrix? who prepares it? how can u prepare it?

5 Answers   Hitech, IBM,


Can anyone explain me about Tracebilit metrics?

7 Answers   HCL,


Categories