in a team, how do u involve/test when ur modules are
integrated to other modules of ur team.
Answers were Sorted based on User's Feedback
Answer / amit barwa
When the modules are integrated, then the whole application
is tested through integration testing.
Regression testing is basically testing the changed code
against the existing code on the same test data(which was
used for previous testing) and then executing the processes
to validate the data.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / pradeep
This is called as SIT Testing (System Integration Testing):
The purpose of System Integration testing is to verify the
integration of all applications in the solution operate
correctly together. The testing is performed in an end to
end manner and will confirm the total solution from input
to end point.
During SIT following types of testing will be performed:
• Shakedown Testing (also known as connectivity
testing)
• End to End Testing
• Regression Testing
| Is This Answer Correct ? | 2 Yes | 0 No |
Are u talking about the testing, think so...ok
After the integration of your module with the other
modules you can still test.
For that we have a testing technique called "Regression
Testing" which is mainly for the testing of integrated
modules. It helps to check whether your module works
properly as required with other without any problem/defect.
And in that case you can test using the same testcases,
which you have used earlier for that module.
| Is This Answer Correct ? | 0 Yes | 6 No |
Can Parrto Principle be used in Quality Assurance and testing?
What are test driver and test stub and why we need them?
What is random testing?
What kind of things that forbidden to do by a SQA Tester if He/ She don’t want to get fired?
In an interview,the Interviewer asked me what are the reasons For the software has bugs? could u pls. explain the General reasons ..
5 Answers Infeneon Technologies,
If conflict arrises between u and developer how will solve that?
How are the quality assurance activities planned ?
What is automated software quality (asq)?
what are the advantages of process in Quality Assurance?
What is the cost of quality?
Requirement Analysis – Rs1000, Code Review – Rs500, Review of User Documents – Rs600, Continuing Education Programs – Rs800, Design – Rs400, Then what is the Cost of Quality?
can we write testscripts without using any automation tool if yes so how can we write it or which terminology is used for writing it?