Testing Birds
Detailed Software Testing Tutorials and Interview Questions.
Pages - Menu
(Move to ...)
Home
HTML 5
Sotware Testing
QTP
▼
Pages
(Move to ...)
Home
Sotware Testing
QTP
HTML 5
▼
Wednesday, 19 October 2011
QTP Script: Using Description Objects to interact with a web page
›
This example will illustrate how to use description objects to interact with a web page, www.QTPHelper.com to be more exact... Note tha...
QTP Script: Using the replace method to find and replace text in a string
›
MsgBox ReplaceText ( "Automating with QTP is rubbish." , "rubbish." , "great!" ) MsgBox ReplaceText ( ...
1 comment:
QTP Script: Register a procedure with an object class
›
' add GetItemsCount as a method of the WebList class RegisterUserFunc "WebList" , "GetItemsCount" , "GetI...
QTP Script: Read a value from a key in the registry
›
' ============================================================= ' function : RegistryRead ' desc : Read a value from the r...
QTP Script: Read all the data from an Excel file
›
============================================================= ' function: ReadXLS ' desc : Reads a sheet from an XLS file an...
‹
›
Home
View web version