What is Caching ?
Answer : Caching is an area of a computer’s memory devoted to temporarily...
What is deadlock in threads with Example ?
Answer : Deadlock is one of the part of multithreading.synchronized keyword is used to...
What is difference between NTFS and FAT ?
Answer : The NTFS file system is both secure...
What is the default port for MySQL Server ?
Answer : If you want to check the port...
What is Comodo Antivirus ?
Answer : Comodo Antivirus is the only antivirus solution...
What is indexing in database ?
Answer : Indexing is the One of the ways that will optimize the database searching...
What is Normalization ?
Answer : Normalization is the process of reorganizing data in a database...
Design a database for a hierarchical data like country, state, zone, street etc., The tags and length of the hierarchy are not specific and they can change anytime ?
Answer : Hierarchical data is a common relational data pattern for representing tree-like data structures...
Characteristics of DBMS ?
Answer : D) all the above...
What is DBMS ?
Answer : DBMS is represented by the DataBase Management...
What is the difference between comp and comp-3 usage ?
Answer : COMP is 2 bytes.COMP-3 is 8 bytes...
What is GUI Testing ?
Answer : It is the process of ensure to proper functionality of the graphical user interface...
What is SDLC ?
Answer : The Software Development Lifecycle is a systematic process...
What is Agile testing ?
Answer : Agile testing refers to a software testing practice ...
What is Software Testing Life Cycle(STLC) ?
Answer : Software Testing Life Cycle (STLC) is the testing process...
What is the difference between System and Functionl Test Case ?
Answer : A test case is a set of conditions or variables under which...
What is Deployment ?
Answer : Deployment includes all the process required for preparing a software application...
I have recorded a test over web application (with IE6.0) in analog mode. But, while running it my test gets failed. Why ?
Answer : Analog mode records depend on screen as well...
Write test case for Banking Application ?
Answer : Test case is the smallest unit of the testing plan which includes a description of necessary actions...
Write the test cases on prime number with result ?
Answer : Let the prime number be n...