How to find the path of folder in which the test is saved in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
what is file database
What is meant by Output Value in UFT?
How you debug your script?
Regular expressions..... Actually how to use this and what is the exact syntax and can anybody can help me out this with example.is there any docs pls send to my mailid rvreddy82@gmail.com
How to call a function in QTP?Is there any method ? Thanks , PRASANNA
How to use Environment parameterization? Explain with an example.
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
What is the purpose of loading qtp add-ins?
what is the difference between an Action and a function in real time
what is difference between wait and synchronization point.
I open login gmail page after that QTP is not able to identify the object present in it then what u will do
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