what is port testing and mutation testing?
Answers were Sorted based on User's Feedback
Answer / geetha
PORT TESTING: The program is ported to a new platform and a
subset of regression test suite is run to determine whether
the port was sucessful.
MUTATION TESTING: The application is tested for code that
was modified after fixing a particular defect.It helps to
find which code/stategy of coding can help in developing
the functionality effectively.
Is This Answer Correct ? | 14 Yes | 1 No |
Answer / thangam
Port testing is installation testing,its performed after
user acceptance testing.Project management define release
team along with few developers and hardware engineer and
tester,Release team conducting PORT Testing in corresponding
customer environment.During this testing release team
conducting following factors
1)all files are installed or not
2)Memory occupied by the system
3)Supported software's are installed or not
4)O.S error handling
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / mfsi_priyankaa
Testing submitted updates or new ports which are posted on
the ports mailing list. By doing this you reduce the latency
of commits and also increase the number of ports to be
committed (many ports are not committed because of lack of
testing!).
Mutation Testing: Testing in which two or more variants of a
component or system are executed with the same inputs, the
outputs compared, and analyzed in cases of discrepancies.
Is This Answer Correct ? | 0 Yes | 0 No |
What r the functional testing u perform?
How can a tester ensure that his\her test cases covers all the functionalities of a particular application?
What is the template used for informing clients regarding known issues when u near to release?
On what basis you are fixing up the time for project completion?
what is the good test case ? how can we tell this is good test case ? (test case characterstics)
Artifacts in design phase of SDLC ?
Explain the various steps to conduct Requirements Elicitation process
what id test effort Estimation in testing ?
I m beginner to testing.. plz send me manual testing material or tell me best site for testing where i can get from fundamentals...
What and why is api testing?
What are the cases when you’ll consider to choose automated testing over manual testing?
What is software review?