Please any one tell me what is application architure in web
based applications
Answers were Sorted based on User's Feedback
Answer / hash
A modern web-based enterprise application has three basic
layers.
1. Client layer which renders webpages (Browser)
2. Middle tier which includes: (WebServers ).
2.1 Presentation Layer which generates webpages, including
their dynamic content. It interprets webpages submitted
from the client. it knows which application to forward the
client-based request they usually made up of ASP, JSP
2.2 Business Logic Layer which enforces validations and
which handles interaction with the database, Visual Basic or
C++ apps are use in these servers mostly (The Web Server
can generally handle requests for several applications like
Microsoft IIS, Apache WebServer, IBM Websphere, etc are
example of webservers.)
3. Data layer which stores data between transactions
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / hema
On my application browser is tere.for example i want to request something.enter the URL in to browser.browser request to web server.If that is static request webserver can handil.if requests are dinamic webserver request to application server.then request goto dbserver.then request go to DB.DB give to respend to dbserver.dbserver toapplication server.application serverto webserver.webserver to browser wil give the response.
APPLICATION(browser) ............>webserver....>application server........>dbsever.......>DB.(this is request)then response REVERSE
Is This Answer Correct ? | 0 Yes | 2 No |
how do u perform regression testing,means what test cases u select for regression
The primary goal of comparing a user manual with the actual behavior of the running program during system testing is to ?? A.Find bugs in the program B.Check the technical accuracy of the document C.Ensure the ease of use of the document D.Ensure that the program is the latest version
What Are the UI Standards?
how do you ensure by testing that the transactional refuilement or an application are met
May I have to create another test case document for Adhoc Testing, Smoke Testing and all?
What is the difference between Incident and Defect. Anybody can answer it. Thanks in advance.
10 Answers iFlex, Kameda Infologics,
If any feature is removed from the application then also tester have to do Regression testing?
!.what is the need for testing ?
What is the scope of manual testing?Please let me know because I want my carrer as a tester.
suppose u have raised one bug.u have posted to that concerned developer..he can't accept that is a bug.what will u do in the next stage?
How to validate a Testcase.and is the testing Methodology.
What is main difference between Testing Techiques and Testing Methodology. I need exact answer of it.