Lazy writer in Memory ?
Answer : Lazy write is an effect caused by the use of a write-back cache...
What is the difference between the SubQuery and Corelated SubQuery ?
Answer : The inner query is executed only once...
What is the Difference between join and union ?
Answer : The union operator combines the results of two or more queries into a single result set...
What is the SQLCode -501 ?
Answer : sqlcode -501 pops up to show...
What is the difference between a HAVING CLAUSE and a WHERE CLAUSE ?
Answer : The HAVING clause sets conditions on the GROUP BY...
Difference between Clustered and Non-clustered index ?
Answer : Cluster index: Clustered index will be created...
What is an Index ?
Answer : Index is a database object which improves the efficiency of the query...
How to find the second highest salary from emp table ?
Answer : Select max(sal)...
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...
Write 3 test cases on MS-WORD ?
Answer : Check whether there is MS office in the system...
Write the test cases on ATM for security purpose ?
Answer : Verify the ATM card insertion...
Write 3 test cases on railway reservation system ?
Answer : Verify there is a train available...