Top Automation Testing Interview Questions :: ALLInterview.com http://www.allinterview.com Top Automation Testing Interview Questions en-us what is qtp automation frame work,what is the use of that frame work http://www.allinterview.com/showanswers/1644.html framework is nothing but separating each and everything related 2 script such as env,tests,or,functions,ip files,results etc WHAT IS A TEST STRATEGY & WHAT IS THE DIFFERENCE BETWEEN TEST ST http://www.allinterview.com/showanswers/16986.html Test strategy is a company level document and which says the approch for testing.the test strategy doc also says that the scope,business issues,test delivarables,tools used ,risk analysis etc.where as test plan is document which says what to Explain the check points in QTP? http://www.allinterview.com/showanswers/6927.html A checkpoint verifies that expected information is displayed in a Application while the test is running. You can add eight types of checkpoints to your test for standard web objects using QTP. ?A page checkpoint checks the characteristics of a what is descriptive programming in QTP? How can be done? http://www.allinterview.com/showanswers/3857.html descriptive programming in QTP means whenever qtp facing dificulty with obj identification then we will go with regular exp or desc prog it means identifying obj unique prop from the script itself. ex:vbwindow("").vbedit("attach how to write script in qtp(vbscript)..i mean with out application de http://www.allinterview.com/showanswers/16575.html I dint got your question completely but if we want to call different script i beleive the action in script1 can be declared as reusable and we can call this action in next script Thanks How to connect to the Database from QTP? http://www.allinterview.com/showanswers/29036.html connect to database using database checkpoint,database output value(connection string is needed) I AM NEW IN QTP,PLZ TELL ME ANY BOOKS FOR QTP, MY COMPANY IS QTP,SO I http://www.allinterview.com/showanswers/13912.html The Best way to learn QTP is through user guide which was provided by Mercury interactive Corporation along with the Software.U can check it out that one in Help Menu. First try to Understand about QTP.Go through simultaniously the User guid What is the difference between Qualtiy center and Test Director? http://www.allinterview.com/showanswers/16942.html quality center is like higher version of test director... automation tools winrunner -> test director and qtp->quality center.... but u can know abt test director and quality center independently thro How to use Regular Expressions in QTP? give an example. http://www.allinterview.com/showanswers/8632.html In QTP, delaing of Regualar Expressions and varing object descriptions can be handled by using Description Programming. Ex. of using Regular expression is: u just record yahoo login operaion and click on Inbox link. Assume u got 10 new mails, what is the use of VIRTUAL OBJECTS? explain ? http://www.allinterview.com/showanswers/16989.html The use of virtual objects in qtp is identifies the objects including pixels(with co-ordinates.) What is TestDirector? wats the difference Testdirector and winrunner http://www.allinterview.com/showanswers/33346.html TD is a test management tool. WR is a testing tool by using which we can test the functionality of the application and we can use it for functionality and regression testings. LR is a performance testing tool. We can do load, stress and volu Tell me few important difference Between QTP and WinRunner? http://www.allinterview.com/showanswers/1277.html qtp:To compare static and dyanmic images through qtp winrunner: to conduct testing on static images only. qtp: In this three types recording is possible they are 1)GENERAL RECORDING 2)ANALOG RECORDING 3)LOW LEVEL RECORDING WINRUNNER: In t WHAT IS ENVIRONMENT VARIABLES? http://www.allinterview.com/showanswers/16990.html As for as i know the use of environment variables in qtp is . in qtp the variable which you have in one action cant be used in some other action .so by using environment variables we can use the variables in one action in to another action I am using excel sheet to export data to QTP but it selects just one http://www.allinterview.com/showanswers/23825.html When you are importing an excel sheet into QTP, the datatable defaults to the first row. Below is an example that will help you importing all the data into QTP. Dim jj,Rows Rows=DataTable.LocalSheet.GetRowCount For jj=1 to Rows DataTable. What is difference between function and procedure? http://www.allinterview.com/showanswers/58099.html Function must returs a value, but procedure can return more and not any value.. Fuction are used for check conditions, but procedures can be use check condition as well as for the bussiness logic.