What is the deferace between End to End testing & system
testing? Give me at least one example
Answers were Sorted based on User's Feedback
Systen Testing can be limited upto functional as well as non
functional testing of the System. Here in system testing we
test the application whether it is working according to the
SRS. Here we test for one module completely with all
techniques to test.
End-to-end testing all the interfaces sub-systems must come
into picture. All the end-to-end scenarios should be
considered and executed before deployment of the system into
actual environment. Here in end to end testing we test the
application whether it is working according to the BRS. In
End to End testing we test right from login screen and moves
to many other screens ( does its scenario) and logout of the
application, complete coverage.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / rathnapriya
End to End testing is to validate the flow of application
fron the scratch to end and ensure all the functions are
working properly.
system testing is validating the aplication as a whole
using functional and non functional testing.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sree
end to end testing is like take login page enter loginid &
password ,check the new mails my click on inbox after that
signout means one transaction from starting to ending is
called end to end testing.
where as system testing is testing of the application from
client view ,like funcational& non functional testing.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / gopaldas
System testing is nothing but end to end testing.There is
no difference.
If i am wrong let me know.
| Is This Answer Correct ? | 11 Yes | 17 No |
In waterfall model, while your are coding if you happen to know that one of the requirement was wrong and there will be no use in implementing it and moreover it is going to cause problems to the final output. Then do you have the flexibility to go back and change the requirement? Is this flexibility there in Vmodel?
What we mean by Stealth Bug
need answer interviewer will ask me about all project which i mention in resume or presently i'm working??please reply tomorrow is my interview
what type of review process u r following in u'r company?
write bug name and discrition for following scenario: 1*1=1,2*2=5,3*3=9,4*4=17 using mscalculator ?
hi!how to write test cases on SRS?tell me any example which type of certification is usefull for less then 1 yr exp. people in testing?
What is the concept of introducing a small change to the program and having the effects of that change show up in some test?
Can any1 tell me what is the use of Shell Scripting on Manual Testing ?
who are the final deliverables to the client?
If I want to do a version testing then how can I do it? Is there any difference between 1.0 & 1.0.0.0 version?
If we got build [say 2.0]to test, we test it & maintain the log then we got same build [say 2.0] fixing bugs in the same version 2.0 again we test it .My question is How we maintain this second log of testing same build
Data flow testing is a control structure testing technique where the criteria used to design test cases is that they Option 1 Rely on basis path testing Option 2 Exercise the logical conditions in a program module Option 3 Select test paths based on the locations and uses of variables Option 4 Focus on testing the validity of loop constructs