In your QTP framework, what checkpoints were applied in the
script to minimize script failure due to any reason during
execution?
Answer / saumya bhargava
By creating functions in an external functional library for
each and every object that checked the existence of that
object in the AUT and if the object exist it returned True
to the calling script. This was basically to avoid any
failure because of synchronization.
| Is This Answer Correct ? | 0 Yes | 1 No |
what is check point?
How do you done Data-Driven Testing using MS-Word. What is the script for that
Through array we can execute the testcase how ? give me example
How can i use Output Check points in QTP
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
Can you tell me any books or websites to learn VB Script for QTP ??
what is the use of automation objective model?where is used? plz tell me
Hi I am new to QTP. we are planning to implement automation for the application. I am trying to execute the following script: Set ExcelObj=CreateObject ("Excel.Application") ExcelObj.WorkBooks.Add Set NewSheet=ExcelObj.Sheets.Item(1) NewSheet.Name="Order" ExcelObj.Cells(1, 1).Value = "Name" ExcelObj.Cells(1, 2).Value = "Ordernum" ExcelObj.Cells(2, 1).Value = "nam" ExcelObj.Cells(2, 2).Value = "21" ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls" ExcelObj.Quit Set ExcelObj = Nothing in the above script for the line(ExcelObj.Cells(2, 2).Value = "21") it is inserting the value 21 successfully.this is fine But if i want to insert a variable instead of the constant value then what should be the modification in the script. For example: If user retrives a value throug "GetRoProperty" and wants to insert the value into then how the script changes?
Can we record using all the modes in a single script? Explanation with example is appreciated
How to invoke QTP through VBscript?Send me full code along with description of the code.Thanks in Advance
Create an Excel file and pass the values from Flat File? (for ex:data1.txt,data2.txt )
How u will open the build automatically in QTP except using Systemutil.run command