In n tier Architecture What are the factors should be considered for testing?

Questions by mrgreekgod   answers by mrgreekgod

Showing Answers 1 - 6 of 6 Answers

siva

  • Jun 5th, 2006
 

Basically 3-tier architecture is for windows based application. Where as n-tier architecture is for web-based applications. So, We should do the testing related to web-testing.

  Was this answer useful?  Yes

HI Siva

3 tier architecture is not for windows applications... it's for web applications...

In n tier Architecture What are the factors should be considered for testing?

[Ans] We need to consider below things

 -> Browser testing
 -> DB testing
 -> Networking Testing
 -> Application testing : GUI, Functional, Adhoc, Compatibility, Security, Load,
      performance, stress...

Srinivas

suhana17

  • Jun 22nd, 2011
 

In an n-tier architecture the testing is little complex as the tester don't have much control over the application.
-Browser Compatibility Testing: Test application on different browsers (eg:IE, firefox, Chrome,Safari etc)
-OS Compatibility Testing: Web application should be tested on different OS (eg: Windows, Mac etc)
-Error Handling :
-Backend(Database) testing: Generally validation and verification of input data is done
-Load Testing: To make sure that the application is ready to handle enough users at any given point of time (eg: bottleneck, response time etc)


I hope this note is of some help

Mohd Faeem Ansari

  • Jul 13th, 2011
 

I would like like to say that In N tier architecture ,load testing,browser testing,compatible testing and functional testing are mandatory factor,

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions