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 |
1. How many Process are there in Testing Life Cycle?
Write test cases for checking date field?
please tell me the test cases for the following scenario 1. Two windows are there in one window pin code text box and ok button will be there.... we need to enter the pin code no and then click on ok........ basing on this in second window post offices address should come...........what are the imp test cases for that.....
What are the roles of glass-box and black-box testing tools?
what is valdiation
in sdlc process what is the rool of PM,TL,DEVELOPER,tester in each and every phase? pelese explain me in detail?
write testcase for print option using mswod
which process u followed in ur company?
what are the kpas(key process areas) in u'r company?
define metrics? give me a brief detail about it?
Suppose if you have given Login screen to Test. What type of tests r u going to do on that.How many test cases can u write.?
10 Answers Infeneon Technologies,
Wat is de difference btw inspection and walkthrough in static testing?