What is System Testing and Integration
Testing.Differentiate them.
Answers were Sorted based on User's Feedback
Answer / patel prtaik
THERE IS A SIMPLE ANSWER FOR THIS QUESTIONS THAT :-
SYSTEM TESTING MEANS TESTING A SYSTEM AS A WHOLE WHERE IT
CHECKS THAT SYSTEM IS WORKING ACCORDING TO ITS DEFINE
REQUIREMENTS IN ITS SPECIFICATION OR NOT.
WHILE THE INTEGRATION TESTING MEANS TESTING THE DIFFERENT
COMPONENTS OR MODULE OF SYSTEM BY INTEGRATING THEM
TOGETHER.IT MAY NOT BE THE WHOLE SYSTEM.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / guest
Hai...
System Testing : Other name for system testing is black box
testing.
->It was done by testers.
->"Testing all the requirements in the application is
called system testing"
->In system testing the test engineer can test the
1)Userinterface functionality (colour,size,font,etc)
2)usability (curser blinking,tab monents,short cut keys etc)
3)functionality (customer required functionalites are there
in the application)
4)non functional (preformanece,security)
5)validate (type)
Integration testing : Other name for integration testing is
white box testing.
->It was done by Developers
->in Integration testing developers test the
1)connection between the modules,
2)data flow between the modules,
3)control flow between the modules.
Integration Testing is of two types,
->Database Integration (Back End Integration)
->Application Integration (Front End Integration)
K,Byeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / n@n!
system testing:
testing all the requirements in the application is called
system testng
in system testing test engineer can test the
1)userinterface
2)usability
3)functional
4)non functional
5)encironment
integration testing:
it was done by developers.in integration testng
developers can test the connection between the
modules,dataflow between the moduled and control flow
between the modules e.t.c...
| Is This Answer Correct ? | 1 Yes | 1 No |
What exactly are semi-random test cases?
What is your favourite Bug?
which based on check each field in application?
How well you work with a team?
The primary goal of comparing a user manual with the actual behavior of the running program during system testing is to ?? A.Find bugs in the program B.Check the technical accuracy of the document C.Ensure the ease of use of the document D.Ensure that the program is the latest version
I faced following questions in Polaris Interview. 1. Tell me about u r current organization 2. what is Black box testing? 3. what is white box testing? 4. What is Functional Testing? 5. What is difference between Black box & functional ? 6. what is test plan? 7. what is test strategy? 8. what is difference between Test plan & test strategy? 9. What is smoke testing ? 10 what is sanity testing? 11. who will perform smoke testing? 12. Explain about Agile process? 13. How much you know about QTP? ( I mentioned in my resume as Exposure on QTP) 14. Explain about u r current project? 15. What is the Requirement Traceability Matrix? 16. Can u draw the template for Requirement Traceability Matrix? 17. What is Ad-hoc Testing? 18. What is difference between ReTesting and Regression Testing. 19. Can u explain about Bug life cycle? 20. How can u make sure whether all requirements are covered or not? 21. Can u explain biggest complexity in current project? 22. what is difference between bug severity and priority? 23. Which bug tracking tool is u r using? 24. can u give one example for High severity and low priority bug? 25. can u give one example for High priority and low severity bug? 26. What is security Testing?
How do work in Cilent server Application?
How can you decide max number of testcases for a Module?
what type of testing process is being followed in your company?
Am asked in interview that How are u going to write test cases? I replied him that we refer to usecase diagrams and the requirements documents to write test case. Did i replied him anything wrong?
What is the V model,Tell me in brief??
If there is a field called "Amount" which takes 4 digit number & 2 decimal points what will be the test data for this.