How you perform sytemtesting in organization, i am not
asking definiton approach for system testing
Answers were Sorted based on User's Feedback
Answer / kavita datla
System Testing is testing end to end scenarios.
For Ex: Consider a banking application in which a System
Test case would be to check whether a valid user is able to
with draw cash from his account.
There may be many screens involved in this
transaction ,your application might be talking to different
sub systems but still considered a single scenario ie you
are testing it end to end.
Hope this is clear!
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ravi kiran yadav
Testing the application for the end to end process is
system testing
when the smoke test cases are passed u will go for system
testing in that we will have
Functionality test as initial ,if any bug is raised while
doing this test in the sense raise the bug and when it get
fixed Apply Retest type testing on the that particular
functionality , if the SME says that the code chages done
for the bug reported may give an abnormal reflections on
other pages then go ahead with regression after the
complition of all this if needed do performance testing and
finaly user acceptance testing
funtional testing
ReTesting
Regression
Performance and
User Acceptance testing will be there in the system testing
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / subbu malepati
System testing differs from product to product.
1. End - end to testing , again here u use virtual i/p and
tools etc.
2. You mainly concentrate on the final outcome and input
feeded.
3. it almost a client setup.
| Is This Answer Correct ? | 0 Yes | 0 No |
Whatz the main use of preparing a tracebility matrix
what type of test secnerio's well you write for a web testing project?
What is private and public bug in test plan?
What is meant by Framework?Is the framework related only to AUTOMATIO or else it will applicable to MANUAL testing too?
wat is the differece between three tier and two tier application
what is tracebility matrix?
3 Answers InteQ Software, Syntel, Trix,
what is test metrics? difference between test matrix and test metrics? (Asked in Zensar Hyderabad today(17-1-12010))
Are there more defects in the design phase or in the coding phase?
How many types of api testing are there?
what is integration testing technique(like topdown,bottomup and hybrid)explain me friends
what are the conditions of test cases?
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form