What is two tier and three tier architecture?
Answer Posted / amita khatri
two tier archtecture is client server and three tier
architecture is web based application.
Is This Answer Correct ? | 125 Yes | 38 No |
Post New Answer View All Answers
how can we do database testing. In database testing we verify the data integrity and data validation. how can we do testing of Index, triggers, views, ransactions,cursors etc
1.What types of documents would you need for QA, QC, and Testing?
What is the difference between a bug, a defect and an error?
how to write test cases for epos/pos testing.
Can anyone list out major scenarios for an application managing drug composition?
What is the difference between load and stress testing?
How do your characteristics compare to the profile of the ideal manager that you just described?
which domain is of high demand for software testing, Right now i am working in Education domain .How about demand for Education domain and which companies are recruiting in education domain
What is a top-down and bottom-up approach in testing?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
Can you explain usability testing?
When we use integration testing for any new system so why we required system testing.
what is dib format?
what is test strategy,test plan and test policy?Does anyone have dummy documents or any links that gives more idea about these?I am a beginner...interested in learning more abt testing.plz help and encourage me........!
i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?