IS standard check point is very important than the other
check points in QTP? If so why?
Answers were Sorted based on User's Feedback
Answer / s
In real-time, we never use any checkpoints.
Patil
Jai Ganapathi.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mercy
I feel that the importance of checkpoints are incomparable.
Using or not using a checkpoint is all upto you.
Checkpoints enable you to test thoroughly. Standard
checkpoint enables you to validate property's value of an
object. When it is very important to test that property's
value, we will go for standard checkpoint. May be your
question is based on a particular scenario.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / p
Till now, I have seen six project's Code(QTP-Vbscript).
They never use any type of check points. So I can't imagine
how people use cp.
I feel,the main drawback is, Test Engineers can't know what
is going on inside of the check point related code, because
qtp hides the code which cannot be accesible by TE. this is
my opinion.
May be the usability may varies depends on certain
scenarios.
Patil
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / ram
Hey....Bhattacharya
This is a site meant for knowledge sharing.
Not for promoting political parties.Do not spoil the
atmoshere by posting this type of slogans.
ram
| Is This Answer Correct ? | 0 Yes | 2 No |
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
pls guys understand this is question CAREFULLY,,, interviwer asks can u write test case for ATM m/c..i told, insert card enter pw...like this,,but interviwer not happy with that...ur not going to atm center? in ur office system ur testing ATM M/c...why ..how to test? what is the process?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
How do we edit the script in QTP. Anybody can explain in detail..Thanks in advacne...
take one example and write vbscript on one web application in qtp? explian descriptive programe with one example?
I have the following Doubts Please clarify me with examples? 1.Could QTP cover entire application? or part of the application? 2.Shall we rewrite(modify) the Manual testcase to automate? 3.How can I execute my scripts through client mechine which is not having QTP installation 4.Few objects are not being identified by QTP afeter one month. what could be the reason for this (I am using trail version of 15 days)
Hi,can anyone tell me How to found the number of 1's and 2's in the given format 1,1,2,2,3,3,4,2 using vbscript Thanks in advance
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
Explain the QTP Tool interface.
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
How to write business scripts using object repository with different scenarios
How to export quicktest professional results to an .xls file?