What is an Custom Object in QTP ?
Answer / nalini
Customer Object means QTP is unable to match object class
with predefined classes. This would happen in two cases:
1) Appropriate Addin is not loaded
2) QTP doesn't support the environment.
| Is This Answer Correct ? | 2 Yes | 1 No |
I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini
what is the hierachy of Descreptive programming?
Explain abt the File System Object in QTP with ex
What is AUT in object reposity in QTP? Why we use it in Object repository???What is full form???????
Can we check environment variable value without existing of environment variable
In QTP if u got a defect , how to report to developer using Test director or Quality center .
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
Set DR= CreateObject("Mercury.DeviceReplay")
Both static and dynamic arrays are handled by the vb script. Is it true?
Can any body help me to write descriptive program to find a cell value (say 2 row, 3rd column) in a datatable which is creating dynamically and statically
I have thousands of links are there, i want check each and every funtionality of link by using descriptive programme, retrive link name from excelsheet then operate in application. Please anybody send me model script
How can we redirect QTP results in to a excel sheet after the execution