What is the bigbang approach in integration testing?
Answer Posted / raju
code for all the project modules is written first and no
testing is done till code for every module is written and
when code for all the modules is ready testing is done by
integrating all the modules at once.
here the problem is its difficult to find where the bug is
from whether it is from module level or interface level.
this approach is suitable for small sequential projects but
not for projects having many modules.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is PBX Testing & What is Test coverage?
Give me sample test cases for smoke testing
How can a LOG for testcases be maitained which can give information about a TestCase that is it new one or has been occured in previous versions of the software.
How to explain a banking project in interview ? like project discription is Client Online Banking Application provides access to information relating to Banking Online Services provided by Axis to View daily customer transactions, Current and Previous customer statements, Transfer funds from Chequing and Savings accounts ................ From interview point of view can any one explain this project in laymans language
What are cookies?
What’s the difference between verification and validation in testing?
negative test cases on banking domain ?
how to write the test cases for mark as read/unread mails for gmail inbox?and what are the testings we will do?
What are the modules of quality center?
Can you explain tailoring?
What types of testing is specifically important for web testing?
What are the Major Functionality for a ATM machine ??
Can you explain a pair-wise defect?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
Testcases for msword( microsoct office word??