prashant singh


{ City }
< Country > india
* Profession *
User No # 21195
Total Questions Posted # 2
Total Answers Posted # 20

Total Answers Posted for My Questions # 7
Total Views for My Questions # 30869

Users Marked my Answers as Correct # 116
Users Marked my Answers as Wrong # 41
Answers / { prashant singh }

Question { iSoft, 8547 }

what is difference between regression and retesting?
urgent


Answer

Regression testing: is the practice of running an old test
suite after each change to the system or after each bug fix
to ensure that no new bug has been introduced due to the
change or bug fix. To check the ill effect of the software
to run test cases again on the modified viersion of the
software.

Retesting: if there would be any error at any point in the
S/W and to check that particular point of error has been
solved or not or it is workng properly or not is known as
retesting.

Is This Answer Correct ?    1 Yes 0 No

Question { 4360 }

Dif B/W Equivallence partitioning and Boundary-value
Analysis
Give an Example.


Answer

Boundry value Analysis: Boundry value of the given Input of
the object. That is max and min.
ex:- If an test boc taking values 3-8. so the boundry
conditions are

min 3 - pass

min-1 2 - fail

min+1 4 - pass

max 8 - pass

max+1 9 - fail

max-1 7 - pass


Equalience call partaning:- Methodically reducessing the
huge set of possible test cases in much smaller. But
equally efficent. That means it depends on the type of the
input value.

Ex:- Above Example. That particular text box accept only
numeric. it does not allow any other.

a-z - fail

0-9 pass

Alpaha numeric special charectors fail

Is This Answer Correct ?    8 Yes 1 No


Question { 42028 }

what are test cases for Session Time Out?


Answer

1. Enter the correct URL of the site.
2. If login as a Admin, then Enter the valid user id &
password, and click on submit.
3. Check the session time out after 20 min.
4. if session time out < 20, then it have a problem.
5. Check the Session time out, While the Page in Ideal
condition also.

Is This Answer Correct ?    12 Yes 4 No

Question { 9006 }

Is Alpha Testing done by Testers or Developers?


Answer

alpha testing done by tester's end.

Is This Answer Correct ?    3 Yes 0 No

Question { 7476 }

What are the stages in the Test Development Life Cycle?


Answer

1. test plan(as per SRS provided by PM or Development team).
2. design the test case.
3. prepare the test data.
4. execute the test cases(as per our expected).

Is This Answer Correct ?    2 Yes 2 No

Prev    1    [2]