1.What is end-to-end Testing
2.What ist the difference between WebBased Testing and
Application Testing
Answers were Sorted based on User's Feedback
Answer / sumit
1.What is end-to-end Testing
Ans:-E to E Testing is nothing but to verify the flow of the
data/communication from one system to the last communicating
system.
Ex- When we are sending mail from rediff to gmail.
We need to verify mail sent from rediff goes to gmail by
traversing through various channels and is received.
OR
:Similar to system testing, the 'macro' end of the test
scale involves testing of a
complete application environment in a situation that mimics
real-world use, such as
interacting with a database, using network communications,
or interacting with other
hardware, applications, or systems if appropriate.
2.WebBased Testing:-
Web sites are essentially client/server applications - with
web servers and 'browser'
clients. Consideration should be given to the interactions
between HTML pages,
protocols, security, applications that run in web pages
(such as applets, JavaScript,
plug- in applications), and applications that run on the
server side (such as CGI
scripts, database interfaces, logging applications, dynamic
page generators, etc.).
(Additionally, there are a wide variety of servers and
browsers, various versions of
each, small but sometimes significant differences between
them, variations in
connection speeds, rapidly changing technologies, and
multiple standards and
protocols). The end result is that testing for web sites can
become a major ongoing
effort.
Application Testing:
Process of testing to verify that the functions of a system
are present as specified.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sheshanth
HI
End To End Testing is
1. Test The Functionality & Regression .
2. Check for Hardware InterPhase.
3. Check for Network Accessibility.
4. Check for OS interphase as per SRS.
5. Check for Performance .
ETc
| Is This Answer Correct ? | 13 Yes | 12 No |
Answer / raji
End to End Testing: is nothing but penetration
Testing.whether our application build is co existing with
other existing system or not? this is called end to end
testing.
web based is 3 tier architecture contains
business,application and physical layers
application is 2 tier
| Is This Answer Correct ? | 9 Yes | 10 No |
Answer / vas
End-to-end testing means navigating all the features and
test till the end feature whether all features are working
fine or not.
For example: If you login into any web page, from the login
page to till the time you log out.
| Is This Answer Correct ? | 4 Yes | 7 No |
Answer / shivagi
DIFFERENCE BETWEEN WEBBASED TESTING &APPLICATION TESTING IS
ONLY IN ARCIHITECTURE
WEBBASED APPLICATION ARE 3 TIE OR N TIER ARCHIRETURE
WHERE AS APPLICATION ARE 2 TIEER ARCHITECTURE
| Is This Answer Correct ? | 3 Yes | 13 No |
What is an Use Case ? How can we write the Use Case and how can we write the Test Cases for that? What role plays the Requirements in the Use cases ?
what to test in usability testing.?
How to test an Scheduled event? For ex: in an investment banking application, the scheduler will create an equity anbd user has nothing to do but tester has to test if the instrument is created properly or not?
difference b/w test case doc & use case doc?
What is the Database testing?? Is it necessary to have database knowledge for testing?had you ever tested the software by entering input at the front end and check it at back end?
what is penetration testing
what are the mandatory fields when you rise a bug
What are parametere require for Performance testing?
what are the testing strategies to be followed in testing banking applications?
what is configuration testing
howmany buids u hav in u r project , for how many days u get build
can anybody tell me that what is a build note and what it contains? And build note is released to testing team with every new build or it release only when bugs are fixed by the developer?