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 |
What is meant by YUI testing?
how we do system testingf project?
when will you do the requirement analysis?
What do u mean by Positive and Negative testing & whatz r the diff's between them .Can anyone explain with an example .
Testing Engineer having Software Programming knowledge so Which type of testing will be done. 1.Adhoc testing 2.random testing 3. functional testing 4. monkey testing
How does one do Ad-hoc Testing?
What are the diff ways to check a date field in a website?
few automation basic questions One question to write a scriot in any language you know.
Which model is following in your company for developing software?
What is sanity?
Use-cases can provide useful input into the design of black-box and state-based tests of OO software.is it true
When to stop testing? (Or) how do you decide when you have tested enough?