regression testing falls under white box or black box testing?
Answers were Sorted based on User's Feedback
Answer / hariharan
black box testing , since it is a test carried out wen a new
module is added to the existing function. It just tests the
whole functionality of the system.
| Is This Answer Correct ? | 32 Yes | 2 No |
Answer / syed shameer ramesh babu
regression testing comes under black box testing
| Is This Answer Correct ? | 11 Yes | 5 No |
Answer / anuvardhan
Firstly, understand the difference between White and Black
box testing techniques.
Regression Testing is aimed at finding the defects of the
functionality added without knowing the Internal code. So it
falls in Black box testing type.
| Is This Answer Correct ? | 11 Yes | 8 No |
Answer / ashish singh
regression testing falls under the black box testing becoz black box testing the test the functionality of the application not internal code of the application so regression testing is also checking the functionality of the module after
some change in the module.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / sasikumar
Black box Testing:(BBT)
*They should not have concentrate the internal structure
of the program is called as BBT.
Regression Testing:
*It is Functional Testing...
*It will try to find the impack of Bucks in Functionality.
I hope it help Al bec testers...
By
sasikumar,B
QA-Team.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / nilanjan saha
Regression testing itself means due to fixation of any defect
any adverse effect happened to other modules got effected or
when any enhancement to the product is done.
But for Regression testing no need to know the internal
structure of the code, the end to end functionality is OK or
not.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / suraj khabale
Regression testing is testing of the unchanged part. since Changed part is tested and impact of it need to be measured on unchanged part. IN this case whitebox is practically not possible because Going through unchanged code (Obviously it is going to be huge) is rework of whitebox which is vast stage of testing. so possibly by having impact analysis we can do Blackbox testing on LInked modules of Changed module.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / mudassar hussain
Under the Black Box Testing And White Box Testing
Regrestion testing come.Beacuse when new code or module
added to the existing system we did regression system bcz we
ensure new module or code did'n impact ohter functionality
of the system....
| Is This Answer Correct ? | 3 Yes | 5 No |
What is the smallest number of test cases required to Provide 100% branch coverage? If(x>y) x=x+1; else y=y+1; while(x>y) { y=x*y; x=x+1; } A. 1 B. 2 C. 3 D. 4
Write the testcase for pen
Pls write down 3 positive test cases & 2 negative test cases for requirments at the "initiation" & "login" of an ATM machine (format:-Description,test data,methods,set up to test,actions & expected results,any proofs or attachments (optional))
Hi there Just done with QTP training. I am looking out for a job. can any one share your experinces in real time job. I mean How the work flow goes and what other things do i have to learn for getting a job. please respond ASAP this is urgent for me. Regards Lina.
hi iam working in HCL as a fresher n iam dg automation testing i am going to give client demo i did some 7 scripts i want to call all those in some new page in QTP I KNOW CALL THE EXISTING ACTION N COPY OF ACTION if we use any of these options while running it will show the whole script but is there any other method while running it should not show the whole script it will show only the calling lines plz give me detailed explanation to ds i need reply fast plzz
Hi My name is Hari Priya i had completed by b-tech csit 2008 pass out i had joined in testing tools does freshers having good opportunities in testing field? what are the topics to be stressed in the subject to have the good knowledge If any one have good collecton of testing topics can mail me padmajapriyam@gmail.com thank you.
write a test cases for table,pen,electric bulb?
What is explain security testing?
pliz anyone give suggest me the test cases for shorting numbers in asc/desc order.
Write test cases for bulb.
Hai, Could anybody please let me know, how to calculate the number of test cases required to test a program. Please provide me the answer for the following question: “What type of ticket do you require, single or return?”IF the customer wants ‘return’Ask: “What rate, Standard or Cheap-day?”IF the customer replies ‘Cheap-day’Say: “That will be $11:20”ELSESay: “That will be $19:50”ENDIFELSESay: “That will be $9:75”ENDIFNow decide the minimum number of tests that are needed to ensure that allthe questions have been asked, all combinations have occurred and allreplies given. a) 3 b) 4 c) 5 d) 6
In general, how do you see automation fitting into the overall process of testing?