1.What is end-to-end Testing
2.What ist the difference between WebBased Testing and
Application Testing
Answer Posted / 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 |
Post New Answer View All Answers
What is function points??????
Describe your experiences with code analyzers.
Describe your personal software development process.
What are bug leakage and bug release?
What is alpha testing?
Can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
What are the different test techniques used in functional testing?
What different types of manual testing are there?
How do you test google or gmail application??tell me step by step process??
How do you perform configuration management with typical revision control systems?
what is Test management fundamental?
what is the common in all s.o.p (standaed operating procedure)?
Test cases on send/ receive button of Microsoft outlook.
what is entry and exit criteria and explain it?
Define cause effect graphing?