i have to prepare qtp certification course. so, please send
me qtp tutorial notes.
Answer / expert.qtp
Hi,
You can see QTP related stuff in my QTP blog.
http://quicktesthp.blogspot.com/2008/07/qtp-certification-practice-questions.html
Let me know in case of any help
ExpertQTP
http://quicktesthp.blogspot.com
http://qtpgoodtutorials.blogspot.com
| Is This Answer Correct ? | 2 Yes | 0 No |
how your doing reporting in your script?
who is the best faculty in Hyderabad for QTP?
How to create configuration scripts
What are the differences between quicktest professional (qtp) and winrunner?
What is difference between version 6.5 and 8.2 in QTP?
how to write scripts in QTP?
why qtp supports vbscript? and not for others just like cgi,phython,shell,perl,html and all..
There is an excel file of 1 to 100 sheets how you will iterate through it?
what is meant by Utility object and utility functions?can u all pls explain these clearly.
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?
assume i have few url link how will i dynamically call then using descriptive programming?
CAN WE USE 'BVA' AND 'ECP' IN AUTOMATION?