Is web based application a 2 tier or 3 tier application.
Answer Posted / babu
It depends upon the purpose the application is to serve.
Mostly we have the n-Tier architecture where the front end
is designed by using .net or java. the servers are
maintained by apache or tomcat. the database may be ms-sql
or oracle or sybase.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Tell us the line of code webdriver driver = new firefoxdriver();.?
Tell me what kind of tests should not be automated?
What issues come up in test automation, and how do you manage them?
Explain load testing on websites?
What type of scenarios can't be automated?
On what factors can you map the success of automation testing?
What kind of tests would you automate?
Tell us which package can be imported while working with webdriver?
Do you know what is the difference between "type" and "typeandwait" command?
How do you identify the test cases which are suitable for automation?
Can we prioritize tests in Junit. What is the sequence of execution in Junit?
Explain me what is the difference between setspeed() and sleep() methods?
Hi I need the following information about JMeter 1) How many(max) threads(users) can hit the website using Jmeter? 2) How long(in hours) can we run Jmeter for stress test? (Is there any “Memory full” issue if we run for long time?) 3)What typeof sampler to use for clicking on the link?
What is the scripting standard while performing automation testing?
Tell me what is a keyword-driven framework?