What is blocked defect?
Answers were Sorted based on User's Feedback
Answer / avashesh shukla
A blocked defect is that in which further test cases can
not be executed.
ex: If test script contains 100 steps & script has a defect
at step 67th & next test steps can not excuted due to this
defect then this defect is declared as blocked defect.
| Is This Answer Correct ? | 15 Yes | 3 No |
Answer / jayaprakash
Blocked Defect is the defect which is blocked for retesting
due to other defects, though the its ready to retest. Ex.
Consider the defect raised on SB account page[Defect-1].
later one more defect raised on login page[Defect -2]. Here
Defect-1 we are calling as Blocked Defect, since unless the
login page defect will get resolved , you are not able to
enter SB account page and not able to verify.
| Is This Answer Correct ? | 3 Yes | 2 No |
Can anybody find the bugs in this "allinterview.com" site???
is gorilla testing & monkey testing is same r not?
What type of security testing you will do on banking website.
What is JAVA Testing, what we do in That ?
Can u test a website or a webapplication manually without using any automation tool?
3. Name three words or characteristics that describe this Web site.
what are the different statuses of test cases?
Actually by using severity u should know which one u need to solve so what is the need of priority?
Find statement coverage and branch coverage: 1) Read P Read Q if P+Q>100 then print "Plarge" endif 2. Disc=0 order_qty=0 Read order_qty if order_qty>=20 Disc=0.05 if order_qty>=100 then Disc=0.1 endif endif
What is Migration testing ?
What is meant by thin point in QTP
what is the difference between sanity and smoke testing?