pranathi


{ City }
< Country > india
* Profession *
User No # 47677
Total Questions Posted # 0
Total Answers Posted # 7

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 23
Users Marked my Answers as Wrong # 12
Questions / { pranathi }
Questions Answers Category Views Company eMail




Answers / { pranathi }

Question { Symphony, 7921 }

can any one please tell me the types of defects in s/w testing


Answer

defects are 4 types
1. Fatal defect-if at all the problems are related to
navigational blocks or missing of any major feature in
application will considered as fatal defects.
2. Major defect-if at all the problems are related to not
working of major functionality in the application will be
treated as major defects.
3. Minor defect-if at all problems are related to GUI of the
application then that defects are treated as minor defects.
4. Suggestions-if at all problems are related to user
friendliness of the application then that defects are
treated as suggestions.

Is This Answer Correct ?    1 Yes 2 No

Question { Hexaware, 19184 }

Hi
Giving the good example for High priority with low
severioty bug examle?


Answer

If at all the client reviews the application then all the
low severity bugs like (spelling mistakes,GUI)will be given
the high priority.

Is This Answer Correct ?    0 Yes 0 No


Question { GXS, 13918 }

If you have 1000 test cases which takes atleast 4 months
for execution and now project has to be delivered within 2
weeks how will you execute your test cases. Which ones
should be executed first.


Answer

Do the risk analysis first and then execute the test cases
as per priority.
-Which functionality has most visible to the user .
-Which functionality has largest financial impact on the
customer.
-which functionality causes the most customer services
complaints.
-Which functionality has largest safety impact.
the above mentioned are some of the risk areas to be test first.

Is This Answer Correct ?    4 Yes 0 No

Question { Keane India Ltd, 56221 }

what is the difference between integration testing and end to
end testing?


Answer

Integration testing-Developers will develop the interfaces
in order to combine the modules.While integration checking
whether all the interfaces are working according to the
expectations or not.checking is known as integration testing.

End- to -end testing-checking whether the end to end of the
application is working according to the clients requirement
or not.

Is This Answer Correct ?    7 Yes 8 No

Question { Keane India Ltd, 26791 }

What is the difference between use case and test case? give
example.


Answer

Test case is a document.Which contains an action or event
and an expected result of particular feature of an application.

Use case is a document.Which describes the flow of events of
an application.

Is This Answer Correct ?    8 Yes 1 No

Question { 2904 }

What is the difference between Accessibility Checkpoint and
Bitmap Checkpoint in QTP?
Note: I have read it in QTP help but i dont want answer
from that.......


Answer

Accessibility check point : is used for checking whether the
page is developed according to the www(world wide
web)consortium or not.
with this check point one can conform whether the page is
accessible all over the world or not.

Bit map check point is used for checking whether the
expected pixels are available in the application or not.
this check point is generally used for checking the
company logo.

Is This Answer Correct ?    1 Yes 0 No

Question { Symphony, 6574 }

Why do we go for Qtp?
What are the advantages of qtp?
Diff between winrunner and Qtp?


Answer

All the drawbacks of manual testing are addressed here in QTP.
Advantages of QTP:
Speed of execution.
Accuracy.
QTP:
1.QTP uses VBscript language.
2.QTP supports almost of all technologies.
3.It has data table facility.
4.QTP supports wed applications.
5.QTP is not a case sensitive language.
6.QTP is a compiler.

Winrunner:
1.it uses the TSL(like c)language.
2. it will not support the all technologies.
3.it is not having the data sheets.
4.It not support the web applications.
5.it is a case sensitive language.
6.Winrunner is a interpreter.(executes line by line)

Is This Answer Correct ?    2 Yes 1 No