vanitha


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

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

Users Marked my Answers as Correct # 62
Users Marked my Answers as Wrong # 10
Questions / { vanitha }
Questions Answers Category Views Company eMail




Answers / { vanitha }

Question { 5030 }

What Is iterative testing? Explain with example.pls thanking
u in advance


Answer

Iterative testing means testing that is repeated or
iterated for multiple times

Is This Answer Correct ?    1 Yes 1 No

Question { 5030 }

What Is iterative testing? Explain with example.pls thanking
u in advance


Answer

Iterative testing means testing that is repeated or
iterated for multiple times.

For example , for usability testing we need to check the
user friendliness of the application.In this case we need
to test application repetatively for multiple times from
all the points of view to make sure that porduct with no
flaws.
This is nothing but iterative usability testing.In this
case we will use iterative testing.

Is This Answer Correct ?    1 Yes 0 No


Question { 3221 }

what is use case


Answer

Usecase is a document which describes about each
functionality of an application in terms of
Actor,action,system,response with diagramatic explanation.


In most of the companies ,usecase is prepared by teamlead
and teamlead provides this usecase to test engineer to
prepare the testcases.

Bases on SRS , usecase will be prepared.

Is This Answer Correct ?    5 Yes 0 No

Question { Calsoft, 5670 }

In a month how many times bugs will be send to your
developer. 1 or 2


Answer

there is no limit for sending the bugs to developer.whenever
we find the bug, we will report that bug to developer after
retesting.

Please correct if am i wrong.

Is This Answer Correct ?    16 Yes 1 No

Question { 8262 }

What is Retesting?


Answer

Retesting means testing the same functionality again and
again for multiple times to make sure that functionality is
working fine.

Is This Answer Correct ?    4 Yes 8 No

Question { ITC Infotech, 9259 }

Login page contains, Username , Password ,OK Button and
CANCEL Button.If i click on OK button,cancel functionality
is working and if i click on CANCEL Button,OK Functionality
is working.In this case what is the level of priority
(HIGH/MEDIUM/LOW) and level of SEVERIOTY (HIGH/MEDIUM/LOW)?
Give the reason ,explain clearly?


Answer

Answer is : HIGH Priority and HIGH Severity

Priority:

In user perspective ,
1. he should be able to login with valid uname,pwd --> OK
click ( if he is unable to login means ..its like
showstopper for User..he cant proceed with his further
operations)

2. User gives Valid uname,pwd & then thinks he dont want to
login now ..so he click "CANCEL" button..but he logins
into main page ..

by above two reasons , User instructs to fix this
Defect ASAP...so it is of HIGH Priority

Severity :

As far as Severity is concerned, entire objects
functionality is been swapped which is not at all
acceptable ..
hence it is of High Severity

Is This Answer Correct ?    35 Yes 0 No