Latest Answer: in test director u can create folders ...
How to use 'Recovery' tab - 'Scenario' option in 'Test Settings' of QTP.
Latest Answer: Testers can automation any type of application(like web/windows etc..) when they starts regression testing. QTP recognizes Grid control as WebTable in Web based application. But you should install the assiciated Addin for QTP like Java/.Net addin. ...
Latest Answer: You can invoke the "Quality Center Connection" through QTP... ...
Can anyone please solve this Scenario? "1)Enter Used ID 2)Enter Password 3)A screen will be opened, in that screen there are n number of check boxes, we have to click on 1st check box and then we
Latest Answer: Add all the objects into the repository. The logical name of the object will go in a sequence. Use the for loop for executing it. (or) you can go for descriptive programming. See the below example and check whether it is helpful or not. Eg: a = Objects ...
Latest Answer: Hi,.MTS is the extension of QTP Script. .VBS is the extension of function Liberary which is created using some text edit or VB editor.Cheers CPS ...
Latest Answer: 'cnt is a variable to count the number of columns in the global sheet.Dim cnt,cnt = datatable.GlobalSheet.getparametercountmsgbox cnt ...
how can i bring an excel sheet data onto the data table in QTP and then how can i put the various columns in the table to test that whether the entries are the ones i gave in the excel sheet. Basically,
Latest Answer: Use the method to import excel file or excel sheet using the following methodsDataTable.Import ExcelfilepathDataTable.ImportSheet Excelfilepath, Excelsheetname(or)number, DatatableSheet(or)numberExcelsheet number starts with 1.Use the below method to ...
Latest Answer: you can handle Pop Up error while scripts playback in QTP using any of the following methods1- Using IF ELSE statements2- Using Recovery Scenarios3- Using On Error Resume Next VB Statement to handle exceptionsHowever there are some predefined types of ...
View page << Previous 6 7 8 9 [10] 11 12 13 14 15 Next >>

Go Top