How do work in Cilent server Application?
Projects are broadly divided into two types of:
2 tier applications
3 tier applications
CLIENT / SERVER APP TESTING :
This type of testing usually done for 2 tier applications (usually developed for LAN)
Here we will be having front-end and backend.
The application launched on front-end will be having forms and reports which will be monitoring and manipulating data
E.g: applications developed in VB, VC++, Core Java, C, C++, D2K, PowerBuilder etc.,
The backend for these applications would be MS Access, SQL Server, Oracle, Sybase, Mysql, Quadbase
The tests performed on these types of applications would be
- User interface testing
- Manual support testing
- Functionality testing
- Compatibility testing & configuration testing
- Intersystem testing
WEB APP TESTING :
This is done for 3 tier applications (developed for Internet / intranet / xtranet)
Here we will be having Browser, web server and DB server.
The applications accessible in browser would be developed in HTML, DHTML, XML, JavaScript etc. (We can monitor through these applications)
Applications for the web server would be developed in Java, ASP, JSP, VBScript, JavaScript, Perl, Cold Fusion, PHP etc. (All the manipulations are done on the web server with the help of these programs developed)
The DBserver would be having oracle, sql server, sybase, mysql etc. (All data is stored in the database available on the DB server)
The tests performed on these types of applications would be
- User interface testing
- Functionality testing
- Security testing
- Browser compatibility testing
- Load / stress testing
- Interoperability testing/intersystem testing
- Storage and data volume testing
Is This Answer Correct ? | 6 Yes | 2 No |
How many testcases you can write for mobile message box?
What is the difference between White Box testing and Unit Testing?
what is an yellow box testing?
9 Answers Aryaan Solutions, Liquid Hub,
How to write integration test cases? And as a black box tester do we write integrated test cases and how?
Tell me abuot your daily activities as a test engineer.
How can you find dead code!!
what is test strategy?
What is difference between system and functional testing?
How many process areas are present in CMMI and in what classification do they fall in?
What is meant by preconditions and postconditions in a Test Case? Can anyone give an example?
22 Answers CLG, JDA, Zestwings Informatics,
what is baseline document,can u say any two?
You have been given 2 projects to test, what are the key factors you consider when prioritizing you work load?