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 |
1.what is test scenario? if possible give me some documents? 2.what's the difference between test scenario and frs?
What all are the reuirements needed for UAT?
You may undergone many projects. Do all the projects match up with customer’s expectations?
wht is ISO standards
Build is going to be delivered in another 30 mins.At that time you have find an critical failure. What will u do ?
what is database testing?
What is the difference between low and high level test cases? examples please..
what is the def between Test Plan and Test strategy
Can you please explain about the erp project
Anyone attended the manual testing interview with L&T infotech in recent past. please let me know the type of questions they can ask especially in PM round. Thanks
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases