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 |
sanity testing is done during regression testing.is it true.if it is true plz explain?
What are the Techniques to be followed while writing the Test Cases?
What is diff b/n TRM(Test Responsibility Matrix) and RTM (requirement Tracebility matrix) or both are same??
I will give 10 gold coins to you ... everything have same size, shape, color, & weight but only one is duplicate. How will you find that duplicate one?
what is agile testing?
Why you have chosen Testing as your career, not developer ?
What incremental integration testing?
If you stuck somewhere while reproducing defect then what will you do?
can i manage putting fake experience in manual testing what they will do if am caught
What is mean by Test Plan? What details will be mention in it?
How you will choose test cases for Sanity testing and at which phase of testing you will do this.
Where are more than 50% of the defects introduced