Among all the check points what is the most important
checkpoint?
Answer / sreeprasad
Each checkpt is impin its own respect.According to me ,
databaase checkpts are more imp than the other.
| Is This Answer Correct ? | 1 Yes | 0 No |
. Types of properties that Quick Test learns while recording?
How do you configure QTP AND Test director?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
How can I import environment from a file on disk?
In project module it contains 3-ok buttons with same properties who qtp identify its objects while runing ??
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
How often were they executed?
i am new to qtp i do not know how to write script how to write the code to login if it fails how to able error messages
Can anybody give the script of below things. 1. Add sheet 2. Adding columns 3. Set the values in that columns(In the rows) 4. Close the sheet 5. How can we create 3 sheets in one Excel sheet??
hi guys this is Keerthi, I am searching for job,so I want to know which questions are intervier asking on QTP&MANUAL&QUALITY CENTER,can u send Any one questions&Answers to my id:chinna.ammi@yahoo.co.in
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"
How to modify the text checkpoint?