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 |
how many buils u r getting in u'r project?
5 Answers Professional Access,
how many modules in ur bank project? what functionalities r there?how did u check? could u plz expalin ur banking project?
What is 'Account Conditioning'?
What a team leader will test first when s/he will get new module to test?
If U have Test Cases already prepared and u have to just excute those test cases in a very short time then how will U decide which test cases has to be excuted first. Is there any technique ?
what is ECP?
What is Functional Testing and Regression Testing?
what is build and release?
About Hierarchy level in your company.
can anyone please post few samples of SRS and test case for calculator,insurance,hotel project,atm....?Also please refer me the book for my reference for manual and automation?espically any book which has sample of testcase and SRS?please degree of emergency!
There are 100 test cases. And you got a bug at 85th test case. You reported it to dev. and dev. fixed that bug. when you are doing regression testing from which test case u'll do testing?? will start from 85 th test case are u'll execute 100 test cases?
Login page contains, Username , Password ,OK Button and CANCEL Button.If i click on OK button,cancel functionality is working and if i click on CANCEL Button,OK Functionality is working.In this case what is the level of priority (HIGH/MEDIUM/LOW) and level of SEVERIOTY (HIGH/MEDIUM/LOW)? Give the reason ,explain clearly?