CAN SOME ONE TELL ME ABOUT QTP FRAMEWORK? I AM SUPPOSED TO
GIVE THE QTP FRAMEWORK THIS WEEK SO PLEASE HELP
Answers were Sorted based on User's Feedback
What are the different types of qtp test assets and their extensions?
distinguish between old version and new version QTP features.
What is XML checkpoint in QTP. How we can use in Web Based application
If the object property is changing very frequently, what was your approach?
Define QTP ?
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 On Error Resume Next ?
Can any body tell me what is the method to connect the remote desk top throw QTP 9.2 version?
I have a tool bar where 5 different buttons are placed, but these buttons are not traceable hence i have created a virtual object on save button of this toolbar. Now pls tell me how to use this virtual object while write script.
How does qtp identify the object in the application?
What is the difference between gettoproperty and settoproperty?Explain with an example?
How to handle run time errors?