what is non incremental integration testing?
Answers were Sorted based on User's Feedback
Answer / laxman
We should know the parent / child relationship between the modules means which module is the parent / child of which module is called as incremental integration testing.
But if we do not know the parent / child relationship between modules then we should go for Non-Incremental Integration Testing..
| Is This Answer Correct ? | 15 Yes | 2 No |
Answer / vidya
non incremental integration testing is combining all the modules at a shot and testing the data flow between these modules.It will be difficult to identify which is the parent module and which is the child module.
| Is This Answer Correct ? | 13 Yes | 1 No |
-Non increamental integration testing is otherwise called a
as 'Bing-Bang' approach.
-Bing-bang approach is testing at a go by combining all the
modules at a time.
| Is This Answer Correct ? | 19 Yes | 11 No |
Answer / prajwal n s
Combine all the modules together at a time at a short and test the data flow between them is called as Non Incremental Integration testing.
When it is difficult to identify which is the parent and which is the child module we go for NIIT(Non Incremental Integration testing).
When the data is complex we go for NIIT.
There are drawbacks in NIIT such as we cannot find the root cause of the defect and there are some chances we might miss the data flow between 2 modules.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / nikhil gulhane
The non incremental approach is also known as “Big-Bang” testing. This approach is very unfashionable due to the level of risk that one takes in hoping that the system will perform as expected.
| Is This Answer Correct ? | 2 Yes | 1 No |
how we write test cases to brs,srs,hlds,llds
What are the two main categories of software testing?
what is the test plan of facebook?
How to test a Falsh player scrollings?
At what stage of the development cycle software errors are least costly to correct?
What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000
What icon is used in WinRunner to get an explanation of the syntax of TSL?
Which method of testing we use to test LOGIN page?
1) I have 5000 test cases within 3 working days u have to finish? How you will handle it. 2) Difference between Relase-1 and Relase-2
Explain me software life cycle and SDLC
Hi, I have almost completed 5 years in manual testing and now want to switch over or explore something new in testing. Friends, can you post me your sugesstions?
what is test scenario and test condition?