Top Automation Testing AllOther Interview Questions :: ALLInterview.com http://www.allinterview.com Top Automation Testing AllOther Interview Questions en-us Write a query to find second highest salary of an employee. http://www.allinterview.com/showanswers/3135.html I write this query and it run !! SELECT max(salary) FROM Employee WHERE Employee.salary < (SELECT max(salary) FROM Employee) Plz reply if anyone having generic answer. :-) Thanks diff b/w DBMS &amp; RDBMS? http://www.allinterview.com/showanswers/28850.html another difference between dbms and rdbms is that RDBMS follows relational data model where as dbms can follow even network, hierarchical or other data model. define primary key &amp; secondary key? http://www.allinterview.com/showanswers/28849.html Secondary indices or secondary databases are used to access a primary database by a key other than the primary key. Recall that the Supplier Number field is the primary key of the Supplier database. In this section, the Supplier City field wi What is Automation Testing Framework http://www.allinterview.com/showanswers/3142.html http://groups.yahoo.com/group/EMOS_framework/ in VSS, what is meant by check out and check in? http://www.allinterview.com/showanswers/4993.html check in is nothing but whenever change is implemented checkin with proper documents rewgarding that change checkout is nothing but whenever change is implemented check out the code and implement that change and keep easily understandble lab What are the scripting languages used in WinRunner, LoadRunner, QTP, http://www.allinterview.com/showanswers/20877.html TSL(Test script language) for WinRunner. QTP- VB Script Test Director- TSL script ClearQuest- is a defect tracking tool boss. english like language will be used.(For tracking the defects ClearQuest is very helpful). Load Runner- no idea(VB li Hello, I am interested to make a career in software testing. I am se http://www.allinterview.com/showanswers/23817.html Hai Friend I am Rajendra, As you are very beginner for software testing first you should have a strong knowledge in manual software testing concepts and methodolies. Once if you get some command on manual then try Difference between winnrunner and qtp? http://www.allinterview.com/showanswers/16660.html Hi, We have some difference and similarities in between WinRunner and QTP. Difference are WinRuneer uses Test script language Qtp uses VB script. WinRunner has some lengthy navigations to do any testing. But QTP use some short navigatio How do you Test Credit Card Validation http://www.allinterview.com/showanswers/6666.html 1. Is Card Number and pass code entered. 2. Card number contains 16 digits and Pass code is 3 digits. 3. Is it valid card number(eg. Visa card number should start with 4321xxxx, and Master card number should start with 1234xxxx..) 4. Expiry da What are software testing metrics http://www.allinterview.com/showanswers/20818.html hi this is mubarak. this question asked me at infosys. software metrics means 1.schedule variance 2.defect variation 3.cost variance 4.efective variance ..etc when we are in testing we have to keep in mind of software metrics.these are the What is Database Testing? http://www.allinterview.com/showanswers/3145.html This will not be exact Testing but can be done as verification. Field size validation with the Front End or with the Design. Field size validation, if application is having data for multiple language. Return type of each function and Out What is the purpose of the testing? http://www.allinterview.com/showanswers/17098.html 1. The purpose of testing can be quality assurance, verification and validation, or reliability estimation. Testing can be used as a generic metric as well. Correctness testing and reliability testing are two major areas of testing. Software test What is Test strategy documents. http://www.allinterview.com/showanswers/3144.html A test Strategy is a document that defines how we goona test an application. a SQA strategy must define. The total resources for testing Testing tools, Testing environment. Reviews and Audit details. Type of testing. Build pass fail criteri What is data - driven automation? http://www.allinterview.com/showanswers/17090.html Testing the same set of functionality using winrunner with different inputs is Data Driven test. This can be done by Data Table & Parameterization. Data driven automation means driven by different set of data using the data by given in excel what is 2 tier and 3 tier application. http://www.allinterview.com/showanswers/9555.html In 2 tier architecture we have only two tiers: client and server. Depends on the application consistency we called this 2 tier architecture as thin client-fat server architecture or fat client-thin server architecture. In the first one most o