What you consider at the time of Module Integration?
Answers were Sorted based on User's Feedback
Answer / bindu puvvala
All the modules have to be Unit Tested first.
It is better to do step-by-step integration than
integrating all the modules at once. i.e., if there are 10
modules, we start by integrating 2 modules first. In this
integration testing, we have to check
1)whether the dataflow is smooth across the interface of
the 2 modules.
2)whether the 2 modules together achieve the intended
purpose
3)whether a module has a bad effect on another module, by
giving different sets of data that traverses both the
modules.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vish
we test functional flow and data flow between the added
modules.
this is done with the help of work flows prepared by the
testers those who has the strong functional knowledge on
the application in the team.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is Software Testing categorized as a technical or Non-technical job???
Can you explain inventories?
How is testing affected by object-oriented designs?
what are the bugs we canot find in black box.
Explain accessibility testing and its importance in the present scenario.
Will a tester get involved in preparing Metrics?If yes,what will they do & how?
What are the points to be considered while testing an application on different browsers like firefox, opera, mozilla, ie etc. on both windows & linux ??
explain ur testing project? how can u nexplain . what should we explain ? i have not worked on any project?
How many types of bugs are there? What are they? like Deferred bug,cosmatic bug.....
what is date field test case
Difference b/w test case and scenarios.
we have develop one program i.e palindrome for string character to check whether that string is palindrome or not. example palindrome mean if u type ABCDCBA,RAAR..u can read it form start or u can read it from end u find same string... write the test cases for the above what u wil do for edges boundaries check wether the program is correct or not