How a request is routed (request flow) in an n-tier
architecture. digramatically explain a basic n-tier
architecture.
Answer / guest
• Message Oriented 3 tier Architecture
. Technologies adapted
– 1. ASP.NET web application
• Operators enter the orders via web application
– 2. ADO.NET DLL
• Connect database
– Web services
• Database APIs of order, facility and customer
DB are exposed via web services
– MSMQ
• transfer order data from web server to
application(biztalk) server
– 3.4.5.6.7.BizTalk server
• Receive order from MSMQ
• Workflow control SQL server
– SQL server
• Store order, facility and customer information
– COM+
• BizTalk orchestration calls COM+ for database
manipulation. COM+ calls web service of DB
APIs
| Is This Answer Correct ? | 0 Yes | 0 No |
What function is used to call Web Services in your Script?
Where do u use Performance testing ?
How can you design a Userdefined Template In Loadrunner analysis?
Where we can analyse the perfomance graph in Loadrunner? (Chandana)
How can we perform functional testing under load?
what is the use of "swing time" in Load Runner?
How to write Web_custom_request?
What is the advantage of running the vuser as the thread?
What is a function to capture dynamic values in the web Vuser script?
unexpectedly in analysis when i generated the report think time is added to response time.how to remove the thinktime from the report?
What is visual recorder in Load Runner?
In what situation would u want to parameterize a text verification check ?