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… View Answer
What is the difference between a HAVING CLAUSE and a WHERE CLAUSE ? Answer : The HAVING clause sets conditions on the GROUP BY… View Answer
Difference between Clustered and Non-clustered index ? Answer : Cluster index: Clustered index will be created… View Answer
What is an Index ? Answer : Index is a database object which improves the efficiency of the query… View Answer
What is GUI Testing ? Answer : It is the process of ensure to proper functionality of the graphical user interface… View Answer
What is Software Testing Life Cycle(STLC) ? Answer : Software Testing Life Cycle (STLC) is the testing process… View Answer
What is the difference between System and Functionl Test Case ? Answer : A test case is a set of conditions or variables under which… View Answer
What is Deployment ? Answer : Deployment includes all the process required for preparing a software application… View Answer
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… View Answer
Write test case for Banking Application ? Answer : Test case is the smallest unit of the testing plan which includes a description of necessary actions… View Answer
Write the test cases on ATM for security purpose ? Answer : Verify the ATM card insertion… View Answer
Write 3 test cases on railway reservation system ? Answer : Verify there is a train available… View Answer
Write 3 main test cases for excel sheet ? Answer : Click on Start – Program file – MS Office… View Answer
How to configure yahoo cookies in load runner ? Answer : The web_add_cookie() function adds a new cookie… View Answer