what are the disadvantages of qtp?
can linux support qtp9.2?
how could get web address throu vbscript?
Answers were Sorted based on User's Feedback
Linux is a flavour of uNIX.QTP Doesn't supports Unix.
If it is wrong correct me.
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / avkumar
in database testing qtp not showing the differences after
performing changes in qtp unlike to winrunner
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / vengi
Dis Adv:1.QTP takes very long to open the tests and 100%
CPU utilization is neccessery
2.QTP scripts are heavy and stored into Xml files
| Is This Answer Correct ? | 2 Yes | 5 No |
Answer / nanda
Hi dont say disatvanges of qtp in Interview. Linux and
Unix will not support in QTP.
main drawbacks of QTP..it can not identify menus...
| Is This Answer Correct ? | 3 Yes | 6 No |
what is the abbrivation of .mtr in action reposirtory?
how much space occupies in object respository by default?
What is different command used in command Prompt while using QTP?
How to Set the Global Sync Timeouts in QTP?
if you run one test script in internetexplorer the same test you run in mozilla ffirefox is it possible or not how is it.
WHICH PROCESS U FOLLOW IN COMPANY
What is the expert view?
What are associated files in QTP?
When should I use smart identification?
HOW CAN QTP AND TEST DIRECTOR CONNECTED TO THE DATABASE AND WHAT R THE OPTIONS?
What is the condition or scenario that leads the use of object spy in qtp? (while recording we can get all the properties) then wat leads to use this?
For the below written code , i want to be stop the loop (ex:10 times), but it is focusing to first line of the code & generating error. vbwindow("vbname:=frmMain").Type micAltDwn + "6" + "2" + "D" +micAltUp 'wiil open the particular window in application vbwindow("vbname:=frmDeduction").vbbutton("vbname:=cmdNew").Click DataTable.ImportSheet"F:\QTP VBScript\Form 26-1.xls","Deduction",Global RowCount = DataTable.GetSheet("Global").GetRowCount i=RowCount For j =1 to i 'vbwindow("vbname:=frmDeduction").WinObject("nativeclass:=DataComboWndClass","abs_y:= 187").Type DataTable("Name", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 187").Type DataTable("Name", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 187").Type micF4 vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 187").Type micTab vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 216").Type micF4 vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 216").Type DataTable("Section", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 216").Type micTab vbwindow("vbname:=frmDeduction").VbEdit("vbname:=txtAmtOfPay").Set DataTable("Amount_of_Payment", dtGlobalSheet) vbwindow("vbname:=frmDeduction").VbEdit("vbname:=txtAmtPaidDate").Set DataTable("Amount_PaidCredited_Date", dtGlobalSheet) vbwindow("vbname:=frmDeduction").VbEdit("vbname:=txtAmtPaidDate").Type micTab vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 316").Type micF4 vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 316").Type DataTable("Deduction_is", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 316").Type micTab vbwindow("vbname:=frmDeduction").VbButton("vbname:=cmdSave").Click DataTable.SetNextRow Next vbwindow("vbname:=frmDeduction").VbButton("vbname:=cmdClose").Click